EveryDev.ai
Subscribe
Home
Tools

3,076+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2145
  • Coding1511
  • Infrastructure681
  • Marketing532
  • Projects485
  • Research447
  • Design413
  • Analytics378
  • MCP278
  • Security271
  • Testing264
  • Data256
  • Integration188
  • Prompts185
  • Communication176
  • Learning170
  • Extensions169
  • Voice150
  • Commerce134
  • DevOps115
  • 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 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

    GitHub Copilot app
    Developer
    Ashesh GoplaniAshesh Goplani builds Agent Deck, an open-source terminal co…

    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

    Ratings & Reviews

    No ratings yet

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

    Developer

    Ashesh Goplani

    Ashesh Goplani 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 Ashesh Goplani
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    GitHub Copilot app icon

    GitHub Copilot app

    A desktop app for agent-driven development that lets you direct multiple AI coding agents in parallel, with native GitHub integration for issues, pull requests, and the full PR lifecycle.

    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.

    109 tools

    AI Coding Assistants

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

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

    29 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    29views