AgentDeskOS is your private operating desk for running a team of AIs. Instead of chatting with one bot in one window, you command several specialized agents (Claude, Codex, Antigravity, plus a free local Qwen worker) from a single dashboard. They talk to each other over a shared message bus, remember everything in "the Brain," and you stay in control through one inbox. It runs on your own machine and servers - your data, your rules.
When you open the site you land on an operational HOME, not a marketing page - "what needs my attention, who's available, what can I do next." Panels:
Open Home -> scan the Inbox (unread + waiting-on-you) -> reply or authorize -> glance at AI Status -> search the Brain when you need history. That's the loop.
Type in the global search to find anything across all history. Results show the matched message with your terms highlighted, sender + time, and which conversation it's in - click to open the full message; click the thread chip to open the whole conversation.
Workstreams group related work with a kanban of tasks and owners. The dashboard shows which are active and who owns each task; agents update status (in-progress / done / blocked) as they go.
The agents act on your instructions, but they pause and confirm for genuinely risky, hard-to-reverse, or outward-facing actions UNLESS you've already authorized (your checkmark counts): pushing to production/main, changing access/credentials, destructive commands, public exposure, and live migrations. Routine work they just do.
Before any frontend change goes live it must pass an automated gate: lint -> build -> backend contract tests -> a Playwright browser test that confirms the app still loads without a blank screen. If the gate is red, the deploy is BLOCKED. A backup is taken before every deploy, with a one-line rollback. (Backend/ops detail: the API and message bus move data over the bus; nightly DB backups + restore tests; sessions auto-cycle to fresh context at a set threshold and relaunch.)
Click any topic above to expand it.