dispatch coding tasks across your machine fleet. ai agents execute in parallel — you watch, jump in, or come back to finished pull requests.
from task description to merged pull request.
register your machines as workers. each one runs ai agents — claude code, cursor, codex — using your existing subscriptions.
describe what you want from slack, lark, cli, or the web dashboard. overlord finds the best available machine and starts the ai agent automatically.
live terminal streams agent output to your browser. jump in to guide the agent, or come back later to a finished pull request.
self-hosted. your machines, your ai subscriptions, your control.
slack message, lark bot, cli command, or web dashboard — create tasks from whatever tool you already use. phone, laptop, tablet, it all works.
on the bus, at a cafe, or away from your desk — dispatch tasks from your phone or laptop and your fleet keeps coding. come back to finished pull requests.
every team member's ai subscription goes into a shared pool — everyone can use any seat. no idle subscriptions, no duplicate costs. the bigger your team, the more you save.
stream live agent output directly in the browser. full xterm.js integration with scrollback and search.
first-class support for claude code, cursor, and codex. route tasks to the right agent automatically.
intelligent scheduling across your machine fleet. tasks land on the best available worker every time.
chain tasks into multi-stage pipelines. build, test, and deploy in one continuous flow.
project-level permissions, audit logs, and shared dashboards. keep your whole team in sync.
totp two-factor auth, scoped api tokens, and full audit trail. enterprise-ready from day one.
a hub-and-spoke system built for scale. one server, unlimited workers.
three components, three commands. deploy in minutes.
install overlord and start the central server. it manages all tasks, authentication, and real-time communication.
$ npm install -g @overlordai/cli @overlordai/server$ overlord installset up worker machines that execute tasks. each worker runs ai agents in isolated workspaces with full git integration.
$ npm install -g @overlordai/cli @overlordai/worker$ overlord setup workerinstall the developer cli to create tasks, attach to running sessions, and monitor progress from your terminal.
$ npm install -g @overlordai/developer-cli$ ov login https://overlord.yourdomain.com