by njbrake
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and git Worktrees
# Add to your Claude Code skills
git clone https://github.com/njbrake/agent-of-empiresA terminal session manager for AI coding agents on Linux and macOS. Built on tmux, written in Rust.
Run multiple AI agents in parallel across different branches of your codebase, each in its own isolated session with optional Docker sandboxing.
If you find this project useful, please consider giving it a star on GitHub: it helps others discover the project!

tNo comments yet. Be the first to share your thoughts!
.aoe/config.toml for project-specific settings and hooksAoE wraps tmux. Each session is a tmux session, so agents keep running when you close the TUI. Reopen aoe and everything is still there.
The key tmux shortcut to know: Ctrl+b d detaches from a session and returns to the TUI.
# Quick install (Linux & macOS)
curl -fsSL \
https://raw.githubusercontent.com/njbrake/agent-of-empires/main/scripts/install.sh \
| bash
# Homebrew
brew install aoe
# Nix
nix run github:njbrake/agent-of-empires
# Build from source...