Skip to content
§ COMPARE · VS AGENT OF EMPIRES FEATURES 19 all comparisons
QUIL vs AGENT OF EMPIRES

Quil vs Agent of Empires.

A Rust TUI + React web dashboard that manages AI coding agents on top of tmux, with git worktrees, Docker sandboxing, a mobile-first 'structured view', and remote phone access. Backed by the Mozilla.ai community.

AGENT OF EMPIRES · WHERE IT WINS

Reach and isolation.

Reach and isolation. A real browser dashboard (installable PWA) with a native structured view of agent state, remote phone access via Tailscale/Cloudflare with QR + passphrase pairing and Web Push, git worktree-per-session and multi-repo workspaces, an in-TUI diff viewer, and Docker/Podman/Apple-Container sandboxing with shared auth volumes.

QUIL · WHERE IT TAKES OVER

Native Windows. MCP-native. No tmux dependency.

It depends on tmux, so native Windows is out (WSL2 only). It has no MCP server (external control is a bespoke HTTP API), no pane-notes editor, and no per-pane memory reporting — and its large surface area is a heavier install than Quil's two binaries.

Agent of Empires and Quil solve the same problem from opposite ends. AoE wraps tmux and invests everything above it — a browser dashboard, an Agent-Client-Protocol structured view, container sandboxing, and phone access over a tunnel. Quil builds its own multiplexer and invests in the terminal itself — native Windows, an MCP server, pane notes, and a remote mode that puts the panes on a server while the TUI stays on your laptop. On a phone or in a browser AoE is still far ahead; from a terminal, Quil now reaches a remote host without any of that stack.

CAPABILITY MATRIX

Feature by feature.

capability quil Agent of Empires
Runs natively on Windows (no WSL / no tmux)
└── AoE requires tmux, so Windows is WSL2-only. Quil is native on Windows.
Survives a full host reboot
└── AoE via tmux; Quil via its own snapshot + ghost buffers.
AI session auto-resume
MCP server for AI agents
└── AoE exposes a bespoke HTTP REST API; Quil speaks MCP natively.
Pane notes editor
Per-pane memory reporting
Remote attach from a native terminal client
└── `quil --remote <host>` runs the TUI locally against a daemon on the server, opens no port, reconnects on its own, and installs itself on a bare machine. AoE's remote surface is the browser dashboard — for a terminal you ssh in and attach tmux by hand.
Web dashboard (browser terminal + diffs, PWA)
Remote phone access (tunnel + QR/passphrase + Web Push)
ACP structured view (plan / tool / approve cards)
Git worktree-per-session
└── Was a genuine gap until recently. A Quil tab can now open straight onto a new worktree, showing a placeholder pane with a spinner while git worktree add runs so a slow checkout is never mistaken for an agent started in the main tree, and closing the tab or pane offers to remove the worktree — naming what it holds, and refusing to call a dirty one clean.
Multi-repo workspaces
└── Was a genuine gap until v1.47. Quil projects each own a root directory and their own tabs, so several repositories sit side by side in one window — and a project can belong to a different machine, which AoE's workspaces do not span.
Built-in diff viewer (review + edit)
Container sandboxing (Docker/Podman/Apple)
Screen-content agent detection (no hooks) ~
Breadth of agents supported ~
└── Quil: 2 deep + tools. AoE: ~13 terminal + 7 ACP.
Session fork / import from disk
Sound + push notifications ~
└── Quil raises real Windows toasts when an agent parks on a prompt or finishes a turn, and clicking one routes you to the pane that sent it. Still missing: sound, macOS/Linux, and anything that reaches a phone — AoE's Web Push does, which is the point of its browser surface.
Session lifecycle mgmt (auto-stop idle, groups, archive)
MIGRATING FROM AGENT OF EMPIRES

Coming from Agent of Empires?

AoE keeps every agent in a tmux session, so you can `tmux attach` to any of them directly, and its dashboard runs in the browser. Quil is a native TUI with its own daemon — no tmux, Docker, or Node required — and runs natively on Windows. If you want the browser/mobile surface today, AoE leads; if you want a lightweight native terminal and an MCP server, Quil is the closer fit.

FAQ
▸ Does Agent of Empires work on Windows?

Only through WSL2 — it depends on tmux and POSIX process handling. Quil runs natively on Windows with bundled ConPTY/OpenConsole, so if you're a Windows developer it's the more direct fit.

▸ AoE has a web dashboard — does Quil?

Not today. AoE's browser dashboard and remote phone access are genuinely ahead here, and both are on Quil's roadmap. Quil's current bet is the native terminal experience plus an MCP server that lets an AI assistant drive the multiplexer directly.

▸ Which is lighter to run?

Quil ships two Go binaries and needs no tmux, Docker, or Node. AoE is a larger stack (tmux + a React app + optional Node ACP workers and containers) in exchange for its web and sandboxing features.

▸ Can I sandbox agents in containers with Quil?

Not yet — container sandboxing is an AoE strength that's on Quil's roadmap. For now Quil runs agents as normal processes with the same isolation as your shell.

Try them both. Pick a side.

Quil installs side-by-side with Agent of Empires. Nothing to uninstall first.