Read more about Agent Navigator here.
A desktop app for running multiple CLI coding agents in parallel. Each agent gets its own interactive terminal and isolated git worktree. A kanban board tracks what every agent is doing so you know which ones need your attention.
Currently supports Claude Code and OpenAI Codex CLI. More agents planned.
Key features:
- Run multiple coding agents simultaneously, each in its own git worktree
- Kanban board showing all agents by state (Idle / Working / Needs Input)
- Switch between agents instantly — terminals stay alive in the background
- Works with any directory, with full worktree isolation for git repos
- At least one supported coding agent installed:
- Claude Code (
claudecommand available in your terminal) - OpenAI Codex CLI (
codexcommand available in your terminal)
- Claude Code (
- macOS (Windows and Linux builds planned)
Download the DMG for your Mac from the latest release:
- Apple Silicon (M1/M2/M3/M4):
agent-navigator-x.x.x-arm64.dmg - Intel:
agent-navigator-x.x.x-x64.dmg
Open the DMG and drag Agent Navigator to your Applications folder.
Also available via Homebrew:
brew install --cask krishnasuraj/tap/agent-navigatorAgent Navigator checks for updates automatically on launch. You can also check manually via Agent Navigator > Check for Updates in the menu bar.
git clone https://github.com/krishnasuraj/agent-navigator.git
cd agent-navigator
npm install
npm run rebuild # compiles node-pty for Electron
npm run dev # starts the app in development mode- On first launch, select a workspace (any directory on your machine)
- Click + New Agent (or Cmd+N) to create an agent
- For git repos: enter a branch name — the app creates an isolated git worktree
- For non-git directories: the agent runs directly in the directory
- The coding agent launches automatically in the terminal. Interact with it as you normally would.
- Switch to Board view to see all your agents at a glance
MIT