EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • 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
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,407+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1573
    • Coding1176
    • Infrastructure524
    • Marketing445
    • Design422
    • Projects381
    • Research354
    • Analytics328
    • Testing219
    • MCP209
    • Data203
    • Security190
    • Integration168
    • Learning154
    • Communication145
    • Prompts140
    • Extensions135
    • Commerce123
    • Voice122
    • DevOps98
    • Web76
    • Finance21
    1. Home
    2. Tools
    3. Agent Deck
    Agent Deck icon

    Agent Deck

    Agent Harness

    A terminal TUI command center for managing multiple AI coding agent sessions (Claude, Gemini, Codex, and more) with session forking, MCP management, and conductor orchestration.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. All features included.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAI Coding AssistantsTerminal & Session Management

    Alternatives

    smuxSupacodePaseo
    Developer
    asheshgoplaniasheshgoplani builds Agent Deck, an open-source terminal com…

    Listed May 2026

    About Agent Deck

    Agent Deck is an open-source terminal UI built in Go that acts as mission control for AI coding agents. It runs on macOS, Linux, and Windows (via WSL), and is distributed under the MIT License. The project was created in December 2025 and reached v1.9.24 by May 2026, accumulating over 2,400 GitHub stars according to the repository page.

    What It Is

    Agent Deck is a tmux-backed session manager purpose-built for AI coding tools. Instead of juggling dozens of terminal tabs, users get a single TUI that shows every running agent — Claude Code, Gemini CLI, OpenCode, Codex, Copilot, and others — with real-time status indicators (running, waiting, idle, error). It adds AI-specific intelligence on top of tmux: smart status detection, session forking with full conversation-history inheritance, MCP server management, and organized session groups.

    Core Workflow

    The typical workflow centers on the TUI launched by running agent-deck. From there, users can:

    • Add sessions with agent-deck add . -c claude to attach an AI tool to a directory
    • Fork sessions with f / F to branch a conversation and explore multiple approaches without losing context
    • Toggle MCP servers per-session or globally via the MCP Manager (m), with automatic restarts
    • Search across all sessions with / (fuzzy) or G (global across all Claude conversations)
    • Track costs in real time via the $ cost dashboard, which covers 14 models including Claude Opus 4.x, Gemini, GPT-4o, and o3

    A web UI (agent-deck web) provides a browser-based view with Chart.js cost charts, SSE live updates, and optional bearer-token protection.

    Conductor and Orchestration

    The standout feature is the Conductor system — persistent agent sessions that monitor and orchestrate all other sessions. A conductor watches for sessions that need input, auto-responds when confident, and escalates to the user via Telegram or Slack when it cannot. Multiple conductors can run per profile, each with its own identity, Claude config, and channel pairing. The setup wizard (agent-deck conductor setup) handles Telegram/Slack wiring in a single command.

    Complementing conductors are Watchers — event adapters (webhook, GitHub, ntfy, Slack) that forward inbound events to conductor sessions so agents can react to external triggers like GitHub PRs, push notifications, or calendar events.

    Architecture and Platform Details

    Agent Deck is built with Go 1.24+ and uses the Bubble Tea TUI framework. Key architectural choices include:

    • tmux socket isolation (v1.7.50+): an opt-in socket_name config keeps agent-deck's tmux server fully separate from the user's interactive tmux
    • MCP socket pooling: sharing MCP processes across sessions via Unix sockets, which the README claims reduces MCP memory usage by 85–90%
    • Docker sandbox: sessions can run inside isolated containers with bind-mounted project directories; host tool auth is automatically shared into containers
    • Git worktree integration: each session can operate in its own worktree and branch, with merge/cleanup commands built in
    • SQLite state: session metadata, cost events, and socket assignments are persisted locally

    Multi-Tool Support

    Agent Deck supports a range of terminal-based AI tools at varying integration depths:

    ToolIntegration Level
    Claude CodeFull (status, MCP, fork, resume)
    Gemini CLIFull (status, MCP, resume)
    OpenCodeStatus detection, organization
    CodexStatus detection, organization, conductor
    CopilotOrganization, launch
    Crush (charmbracelet)Status detection, organization, launch
    Custom toolsConfigurable via [tools.*] in config.toml

    Update: v1.9.24

    The latest release as of May 2026 is v1.9.24, published on 2026-05-20. Recent version history visible in the README includes v1.9.10 (bare-repo worktree support), v1.7.60 (group-scoped Alt+ keybindings), v1.7.58 (nested bare-repo layout), v1.7.50 (tmux socket isolation), v1.7.41 (feedback prompt pacing), v1.7.34 (per-session transition-notify suppression), and v1.5.4 (per-conductor Claude config). The project shows active weekly release cadence and a growing feature surface around multi-agent orchestration, cost tracking, and remote instance management.

    Agent Deck - 1

    Community Discussions

    Be the first to start a conversation about Agent Deck

    Share your experience with Agent Deck, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. All features included.

    • All TUI features
    • Conductor orchestration
    • MCP manager
    • Cost tracking
    • Docker sandbox

    Capabilities

    Key Features

    • TUI session manager for multiple AI coding agents
    • Real-time status detection (running, waiting, idle, error)
    • Session forking with full conversation history inheritance
    • MCP server manager with per-session or global toggle
    • Skills manager for Claude skills per project
    • Conductor system for orchestrating and monitoring agent fleets
    • Telegram and Slack integration for remote conductor control
    • Watcher adapters (webhook, GitHub, ntfy, Slack) for event-driven orchestration
    • Cost tracking dashboard across 14 AI models
    • Git worktree integration with merge and cleanup commands
    • Docker sandbox for isolated agent sessions
    • MCP socket pooling to reduce memory usage
    • tmux socket isolation (opt-in)
    • Web UI with Chart.js cost charts and SSE live updates
    • Remote instance management over SSH
    • Fuzzy search and global search across all sessions
    • Per-group and per-conductor Claude config overrides
    • Budget limits with warning and hard stop
    • Notification bar for waiting sessions in tmux status bar
    • Multi-tool support: Claude Code, Gemini CLI, OpenCode, Codex, Copilot, and more

    Integrations

    Claude Code
    Gemini CLI
    OpenCode
    Codex
    GitHub Copilot
    Crush (charmbracelet)
    Cursor (terminal)
    Hermes Agent
    Telegram
    Slack
    tmux
    Docker
    Git worktrees
    MCP servers
    ntfy.sh
    GitHub webhooks
    Tailscale
    Homebrew
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Agent Deck and help others make informed decisions.

    Developer

    asheshgoplani

    asheshgoplani builds Agent Deck, an open-source terminal command center for managing fleets of AI coding agents. The project is written in Go using the Bubble Tea TUI framework and is distributed under the MIT License. It focuses on developer productivity by providing unified session management, MCP orchestration, and multi-agent conductor workflows for tools like Claude Code, Gemini CLI, and Codex.

    Read more about asheshgoplani
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    smux icon

    smux

    One-command tmux setup with terminal automation and a CLI bridge for AI agent-to-agent communication across panes.

    Supacode icon

    Supacode

    Native macOS app for running 50+ coding agents in parallel across isolated git worktrees, built on libghostty.

    Paseo icon

    Paseo

    Orchestrate coding agents from your desktop, phone, terminal, or browser. Self-hosted, multi-provider, and open source.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    77 tools

    AI Coding Assistants

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

    455 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.

    19 tools
    Browse all topics
    Back to all tools
    1view
    Discussions