EveryDev.ai
Subscribe
Home
Tools

3,303+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. agent-manager
    agent-manager icon

    agent-manager

    AI Coding Assistants
    Featured

    A terminal UI to manage multiple AI coding-agent sessions (Claude Code, OpenCode, Codex, Grok Build, Gemini CLI) side by side in tmux with live status, group trees, diff review, and resource gauges.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Download and use without restrictions.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsTerminal & Session Management

    Alternatives

    UnpeelcomuxGoogle Antigravity
    Developer
    Yoan WaiYoan Wai builds agent-manager, an open-source terminal UI fo…

    Listed Aug 2026

    About agent-manager

    agent-manager is an open-source terminal UI built in Go that lets developers run multiple AI coding agents simultaneously, each in its own tmux session, all visible from a single organized interface. Created by Yoan Wai and released under the MIT license, it reached v0.13.1 as of July 2026 with 174 GitHub stars. The tool is designed to eliminate the friction of juggling terminal tabs when orchestrating several AI agents across a project.

    What It Is

    agent-manager is a TUI (terminal user interface) session manager for AI coding agents. It wraps tmux to keep agent sessions alive even after the manager itself is closed, and presents every session in a collapsible project tree with live status indicators. Rather than attaching to each agent individually, developers can send prompts, review diffs, and monitor resource usage from one unified view. It supports Claude Code, OpenCode, Codex, Grok Build, and Gemini CLI out of the box, and any other CLI tool can be added via a TOML config block.

    How the Workflow Works

    The core loop is: spawn agents into named groups, watch their statuses update in real time, answer waiting agents with a quick-prompt bar (space), and review their changes with a full-screen diff viewer (ctrl+r). Key workflow mechanics include:

    • Live status polling: Each session's tmux pane is polled every 2 seconds to derive one of six states — working, waiting, finished, errored, idle, or dead. Claude Code additionally uses hook events for first-hand lifecycle state.
    • Quick prompt: Press space on a session row to send a message directly into the agent's pane without attaching, or on a group row to spawn a new agent with an embedded prompt.
    • Diff review: ctrl+r opens a full-screen whole-file diff with syntax highlighting, line commenting (c), and a single C keystroke to send all comments back to the agent as one review prompt.
    • Session revival: v relaunches a dead session and resumes its exact conversation via the tool's resume command (e.g., claude --resume {id}), preserving name, group, and history.
    • Self-naming: Agents spawned without a custom name are instructed via their first prompt to run agent-manager rename "<name>", which the manager picks up on the next poll and updates in the sidebar.

    Architecture and Deployment

    agent-manager runs entirely on the local machine — there is no cloud component or server. It uses a private tmux server named agentmgr so agent sessions never mix with the user's own tmux. State is persisted in a SQLite database (state.db) next to the config file. The MCP server is embedded in the same binary (agent-manager mcp, stdio), so MCP-capable agents automatically see rename, review_repo, review_base, and review_mode as native tools without per-project setup.

    Installation options include Homebrew (macOS/Linux), a curl install script, Arch Linux AUR (agent-manager-bin), mise, go install, and prebuilt binaries for macOS and Linux (amd64/arm64). Windows is supported via WSL2.

    Update: v0.13.1

    The latest release is v0.13.1, published July 31, 2026. The project has been actively developed since its creation on July 15, 2026, with rapid iteration — the README references earlier versions like v0.11.1 in badge metadata while the GitHub release page shows v0.13.1 as current. The changelog direction includes features like MCP tool registration per agent, agent-declared repo and branch tracking for diff review, nine built-in UI themes with live preview, and system resource gauges (CPU, RAM, swap, disk, network, temperature) in the header. Features noted as not yet implemented include worktree creation, cost tracking, mouse-driven navigation, and inter-agent communication.

    Tradeoffs to Know

    agent-manager requires tmux 3.1+ and is a Linux/macOS-native tool (Windows requires WSL2). Mouse tracking is intentionally disabled so that click-drag text selection works natively in the terminal. The tool is early-stage (sub-1.0 versioning, 14 open issues as of late July 2026) and several planned features are explicitly listed as not yet available. Custom tools beyond the five built-in agents require manual TOML configuration for status detection rules.

    agent-manager - 1

    Community Discussions

    Be the first to start a conversation about agent-manager

    Share your experience with agent-manager, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Download and use without restrictions.

    • All features included
    • MIT license — free to use, modify, and distribute
    • Supports Claude Code, OpenCode, Codex, Grok Build, Gemini CLI
    • Live status detection and diff review
    • MCP server integration

    Capabilities

    Key Features

    • Manage multiple AI coding agent sessions in a single terminal UI
    • Live status detection (working, waiting, finished, errored, idle, dead) per session
    • Collapsible project group tree for organizing sessions
    • Quick prompt bar to send messages to agents without attaching
    • Full-screen diff review with syntax highlighting and line commenting
    • Send line comments back to agent as a single review prompt
    • Session revival that resumes exact conversation by ID
    • Self-naming sessions via agent-manager rename subcommand
    • MCP server embedded in binary for MCP-capable agents
    • Agent-declared repo and branch tracking for diff review
    • Nine built-in UI themes with live preview
    • System resource gauges: CPU, RAM, swap, disk, network, temperature
    • Per-session and fleet-wide resource usage stats
    • Supports Claude Code, OpenCode, Codex, Grok Build, Gemini CLI out of the box
    • Custom CLI tool support via TOML config blocks
    • Private tmux server namespace to avoid mixing with user's own tmux
    • SQLite state persistence
    • Automatic update check with badge in header
    • Arch Linux AUR package, Homebrew tap, mise, and install script support

    Integrations

    Claude Code
    OpenCode
    Codex
    Grok Build
    Gemini CLI
    tmux
    MCP (Model Context Protocol)
    SQLite
    Homebrew
    mise
    Arch Linux AUR
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate agent-manager and help others make informed decisions.

    Developer

    Yoan Wai

    Yoan Wai builds agent-manager, an open-source terminal UI for managing multiple AI coding agent sessions in tmux. The project is written in Go and released under the MIT license, targeting developers who run several AI agents simultaneously across a codebase.

    Read more about Yoan Wai
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Unpeel icon

    Unpeel

    A native macOS terminal app for running and orchestrating multiple AI coding agents side by side, built with Swift and powered by libghostty.

    comux icon

    comux

    A CLI tool that runs multiple AI coding agents in parallel using tmux and git worktrees, with a terminal-based control room for reviewing and merging work.

    Google Antigravity icon

    Google Antigravity

    Google Antigravity is an agentic development platform that lets developers build, orchestrate, and manage multiple local AI agents in parallel across coding, research, and automation tasks.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    676 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    266 tools

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    36 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions