Agent of Empires (aoe) A terminal session manager for Linux and MacOS using tmux to aid in management and monitoring of AI coding agents, written in Rust. Installation Quick install (Linux & macOS): curl -fsSL \ https://raw.githubusercontent.com/njbrake/agent-of-empires/main/scripts/install.sh \ | bash Homebrew: brew install njbrake/aoe/aoe Update via brew update && brew upgrade aoe . Build from source: git clone https://github.com/njbrake/agent-of-empires cd agent-of-empires cargo build --release How It Works Agent of Empires (aoe) is a wrapper around tmux, the terminal multiplexer. Each AI coding session you create is actually a tmux session under the hood. Once you attach to a session, you're working directly in tmux. Basic tmux knowledge helps: tmux Command What It Does Ctrl+b d Detach from session (return to Agent of Empires) Ctrl+b [ Enter scroll/copy mode Ctrl+b n / Ctrl+b p Next/previous window If you're new to tmux, the key thing to remember is Ctrl+b d to detach and return to the TUI, and that with Claude Code you'll need to enter scroll mode in order to scroll up in the Claude Code window (this isn't necessary when using opencode). Features TUI Dashboard - Visual interface to manage all your AI coding sessions - Visual interface to manage all your AI coding sessions Session Management - Create, attach, detach, and delete sessions - Create, attach, detach, and delete sessions Group Organization - Organize sessions into hierarchical folders - Organize sessions into hierarchical folders Status Detection - Automatic status detection for Claude Code and OpenCode - Automatic status detection for Claude Code and OpenCode tmux Integration - Sessions persist in tmux for reliability - Sessions persist in tmux for reliability Multi-profile Support - Separate workspaces for different projects Quick Start # Launch the TUI aoe # Or add a session directly from CLI aoe add /path/to/project Configuration Profiles Profiles let you maintain separate workspaces with their ow...
First seen: 2026-01-12 21:02
Last seen: 2026-01-13 01:03