v1.0 — full automation platform

your machines. your subscriptions.
full automation.

orchestrate ai coding agents across your entire fleet. create tasks, watch them execute in real time, and merge the results — all from one dashboard.

how it works

three steps from idea to merged code.

01
step 1

define

describe your task in plain language — bug fixes, features, refactors. attach context and assign to any project.

02
step 2

dispatch

overlord routes the task to the best available worker and ai agent. execution starts immediately across your fleet.

03
step 3

monitor & take over

watch real-time progress via the built-in terminal. jump in at any point to guide, correct, or take full control.

everything you need

a complete platform for ai-assisted software development.

real-time pty terminal

stream live agent output directly in the browser. full xterm.js integration with scrollback and search.

multi-agent support

first-class support for claude code, cursor, and codex. route tasks to the right agent automatically.

smart task routing

intelligent scheduling across your machine fleet. tasks land on the best available worker every time.

pipeline automation

chain tasks into multi-stage pipelines. build, test, and deploy in one continuous flow.

team collaboration

project-level permissions, audit logs, and shared dashboards. keep your whole team in sync.

secure by design

totp two-factor auth, scoped api tokens, and full audit trail. enterprise-ready from day one.

architecture

a hub-and-spoke system built for scale. one server, unlimited workers.

lark / slack bot
chat-based task creation
web dashboard
real-time monitoring + terminal
developer cli
ov task / ov attach
overlord server
nestjs + sqlite + redis + bullmq
dispatchernotifierauth + rbacwebsocket gateway
worker fleet
pty + agent + git worktrees
git platform
auto push mr/pr on completion

built with

backendnestjs + sqlite (wal) + redis + bullmq
frontendreact 19 + vite + tailwind + xterm.js
agentsclaude code, cursor, codex
authjwt + totp 2fa + rbac
deploysystemd / launchd + cloudflare tunnel

get up and running

three components, three commands. deploy in minutes.

step 01

deploy the server

install overlord and start the central server. it manages all tasks, authentication, and real-time communication.

$ npm install -g @overlordai/cli @overlordai/server && overlord install
step 02

register workers

set 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>
step 03

connect as developer

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