Loading...
Loading...
Oss
Multi-agent tmux orchestration. Spawn and coordinate Claude Code, Codex, and Gemini agents.
Transform tmux into a multi-agent command center. Spawn named agent panes, broadcast prompts to specific agent types, capture outputs with regex filtering, and manage persistent SSH-compatible sessions. Features real-time dashboard, command palette, and pre/post hooks for automation.
# Install via Go
go install github.com/Dicklesworthstone/ntm@latest
# Requires tmux to be installed
sudo apt install tmux # Debian/Ubuntu
brew install tmux # macOS# Start the manager
ntm
# Spawn agents
ntm spawn claude my-project
ntm spawn codex backend-work
# Broadcast to all agents
ntm broadcast "Check the latest changes"Gmail for your coding agents. A coordination layer with messaging, file leases, and audit trails.
Two-person rule for AI agents: peer review before dangerous commands execute.
Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
Explore the source code, documentation, and contribute to the project.