A keyboard-driven command center in your terminal.
See every AI coding session at a glance, launch and kill agents with a keystroke, and never lose your place. The TUI is the native front-end to Agent of Empires. The web dashboard drives the very same sessions from a browser, so you can pick whichever fits where you are.
$ brew install aoe$ curl -fsSL https://raw.githubusercontent.com/agent-of-empires/agent-of-empires/main/scripts/install.sh | bash
Built for the keyboard
Session dashboard
Every AI coding session in one list with live status. Jump between agents, groups, and repos without leaving the keyboard.
Keyboard-first
Launch, attach, rename, and kill agents with single keystrokes. Built for people who never reach for the mouse.
Status detection
See when an agent is working, waiting for input, or idle, so you always know which session needs you next.
Git worktrees
Spin up an isolated worktree per agent and clean it up automatically when the work is merged or dropped.
Docker sandboxing
Run agents in isolated containers with configurable mounts and persistent auth, managed for you.
tmux persistence
Sessions live in tmux. Close aoe anytime and your agents keep running; reattach whenever you come back.
Away from your desk?
The web dashboard renders the same live sessions in any browser, installs as a PWA, and pairs to your phone over HTTPS.
Get the TUI running
Free and open source. MIT licensed.
$ brew install aoe$ curl -fsSL https://raw.githubusercontent.com/agent-of-empires/agent-of-empires/main/scripts/install.sh | bash