Drive the same sessions from any browser.
A real terminal in the page, installable as a PWA, and pairable to your phone over HTTPS. The web dashboard is a first-class front-end to Agent of Empires, driving the very same live sessions as the keyboard-driven TUI.
$ brew install aoe$ curl -fsSL https://raw.githubusercontent.com/agent-of-empires/agent-of-empires/main/scripts/install.sh | bash
Your sessions, anywhere
Real terminal in the browser
A full terminal streamed over WebSocket renders the same session in the page, not a screenshot or a summary.
Installable PWA
Add to home screen on iOS or install in Chrome on desktop. It behaves like a native app once installed.
Remote phone access
Press R to expose the dashboard over HTTPS with QR pairing via Tailscale Funnel or Cloudflare Tunnel.
Structured view
Mobile-first native rendering of agent state via the Agent Client Protocol: plan panels, tool-call cards, swipe-to-approve.
Token auth
Token-based authentication by default, with persisted login sessions so signed-in devices survive a daemon restart.
Read-only mode
Hand out a view-only link so a teammate can watch a session live without being able to type into it.
At your desk?
The native TUI puts the same sessions one keystroke away, with status detection, git worktrees, and tmux persistence.
Open the dashboard
Install aoe, then run aoe serve.
$ brew install aoe$ curl -fsSL https://raw.githubusercontent.com/agent-of-empires/agent-of-empires/main/scripts/install.sh | bash