-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Display Name
agent-of-empires
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/njbrake/agent-of-empires
Author Name
Nathan Brake
Author Link
License
MIT
Other License
No response
Description
Terminal session manager built on tmux for running multiple AI coding agents in parallel. Provides git worktree isolation, optional Docker sandboxing, and automatic status detection for Claude Code sessions.
Validate Claims
Install this application via
curl -fsSL \
https://raw.githubusercontent.com/njbrake/agent-of-empires/main/scripts/install.sh \
| bash
Then open via aoe, create new claude code sessions inside of aoe and observe sandboxing, worktree capabilities, and status reporting of each session from the dashboard.
Specific Task(s)
No response
Specific Prompt(s)
No response
Additional Comments
From looking at the existing list, the unique value of aoe is that it's the only solution combining TUI + tmux + Docker + worktrees + session groups into a single application that sits on top of Claude Code. Other tools seem to specialize in one area while aoe integrates them into a unified workflow.
I took a look at a few of the existing toolsets and I think these are some basic differences between aoe and the two that looked the most similar:
vs run-claude-docker/viwo-cli (containerization): aoe adds a TUI and agent session and status monitoring on top of the sandboxing feture
vs Claude Squad (multiple instances): aoe integrates Docker sandboxing natively which it doesn't look like Claude Squad does
Recommendation Checklist
- I have checked that this resource hasn't already been submitted
- My resource provides genuine value to Claude Code users, and any risks are clearly stated
- All provided links are working and publicly accessible
- I am submitting only ONE resource in this issue
- I understand that low-quality or duplicate submissions may be rejected