orchestrate ai coding agents across your entire fleet. create tasks, watch them execute in real time, and merge the results — all from one dashboard.
three steps from idea to merged code.
describe your task in plain language — bug fixes, features, refactors. attach context and assign to any project.
overlord routes the task to the best available worker and ai agent. execution starts immediately across your fleet.
watch real-time progress via the built-in terminal. jump in at any point to guide, correct, or take full control.
a complete platform for ai-assisted software development.
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.
$ overlord setup worker --server https://your-server.com --token <token>install the developer cli to create tasks, attach to running sessions, and monitor progress from your terminal.
$ npm install -g @overlordai/developer-cli && ov login