aicoolies logo
Claude Squad logo

Claude Squad

Manage multiple AI terminal agents in parallel with isolated Git worktrees

Share
open-sourceOpen Source
Visit Website →

Open-source terminal app for managing multiple AI coding agents (Claude Code, Codex, Gemini, Aider) in parallel, each in an isolated workspace with its own git branch. Uses tmux for isolated terminal sessions and git worktrees so agents work independently without conflicts. Dashboard view of all active instances, auto-accept mode for background execution, and a review workflow for inspecting changes before merging. Installed via Homebrew as the cs command.

Claude Squad is an open-source terminal application for managing multiple AI coding agents like Claude Code, Codex, Gemini, and Aider in parallel, each running in isolated workspaces with independent git branches. It solves the challenge of coordinating multiple AI agents working on different tasks simultaneously by using tmux for isolated terminal sessions and git worktrees to ensure each agent works on its own branch without conflicts. Claude Squad enables developers to multiply their productivity by running several AI agents in the background while reviewing and merging their changes through a unified terminal interface.

Claude Squad provides a dashboard view showing all active agent instances and their current tasks, background task execution with auto-accept mode for unattended operation, git worktree isolation ensuring each agent works independently without conflicting file changes, and a review workflow for inspecting changes before merging them into the main branch. The tool supports managing instances and tasks in a single terminal window, with the ability to pause, resume, and monitor agent progress in real-time. Installation is available through Homebrew or manual setup, with the tool accessible as the cs command in the terminal.

Claude Squad targets developers and engineering teams who want to parallelize their AI-assisted development workflow by running multiple coding agents simultaneously on different tasks, features, or bug fixes. It integrates with any terminal-based AI coding agent including Claude Code, OpenAI Codex CLI, Gemini, and Aider, making it agent-agnostic and flexible. Claude Squad is particularly valuable for senior developers and tech leads who want to delegate multiple coding tasks to AI agents and review the results before merging, effectively turning a single developer into a team lead managing a squad of AI coding assistants.

Pricing

Free (open-source)

Platforms

CLI (macOS, Linux)

Categories

Tags

Use Cases

Alternatives

emdash ai sh

Emdash

Top Pick

Open-source agentic development environment for parallel AI agents

Emdash is an open-source agentic development environment for orchestrating many coding agents in parallel. It runs each agent in an isolated Git worktree, presents tasks in a dashboard, auto-detects installed CLIs, works with 25+ agents including Claude Code, Codex, Cursor, Amp and Gemini, and supports MCP server connections for tool access.

open-sourceOpen Source
Superset logo

Superset

IDE for the AI Agents Era — run an army of coding agents in parallel

Open-source meta-IDE that orchestrates 10+ AI coding agents (Claude Code, Codex, OpenCode) in parallel. Uses git worktree isolation to prevent conflicts, with a unified monitoring dashboard and batch diff review. With 7.9k+ GitHub stars, it's the go-to tool for teams that want to scale AI-assisted development across multiple concurrent tasks.

open-sourceOpen Source
Agent Deck logo

Agent Deck

Terminal session manager and command center for AI coding agents

Productivity dashboard for managing AI agents, tasks, and workflows through a unified web and mobile interface. Centralizes monitoring, organization, and coordination of multiple AI-powered workflows so developers and teams can keep track of agent activity, task assignments, and project status in one place. Cross-platform access, categorization and prioritization tools, and progress tracking reduce the cognitive overhead of juggling multiple agent tools.

open-sourceOpen Source
Oh My ClaudeCode logo

Oh My ClaudeCode

Multi-agent orchestration plugin for Claude Code

Oh My ClaudeCode (OMC) is a plugin for Claude Code that adds multi-agent orchestration with 19 specialized agents, smart model routing between Haiku and Opus, and execution modes such as Autopilot, Team, Ralph, Ultrawork, and Deep Interview. It provides lifecycle hooks, a real-time HUD statusline, and source-backed Claude Code workflows that turn one session into a coordinated AI development team.

open-sourceOpen Source

Related Tools

Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

open-sourceOpen Source
Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paidOpen Source
Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source
pi dev code

Pi

Top Pick

Minimal terminal coding harness

Pi Coding Agent is an MIT-licensed Node.js CLI from earendil-works for building and running coding agents in a local terminal. The current package describes a read/bash/edit/write toolset and session management, while the repo positions Pi as a unified LLM API, agent loop, TUI, and coding-agent CLI. It is best framed as a lean, self-extensible BYO-model toolkit rather than a managed IDE.

open-sourceOpen Source
OpenCode logo

OpenCode

Top Pick

Open-source AI coding agent for the terminal

Open-source terminal-based AI coding agent built in Go by the SST team, with a rich TUI (Bubble Tea) supporting 75+ model providers including OpenAI, Anthropic, Gemini, Bedrock, Groq, and OpenRouter. Features vim-like editing, persistent SQLite sessions, and LSP integration for 40+ languages. Fully free with no vendor lock-in, it has rapidly grown to 95k+ GitHub stars.

open-source
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemiumOpen Source

Comparisons

Omnara vs Claude Squad — Remote Agent Control vs Local Terminal Orchestration

Claude Squad and Omnara both manage multiple Claude Code or Codex agents at once, but they live on different sides of the same desk. Claude Squad is a terminal-first orchestrator that runs everything locally with tmux and Git worktrees — fast, free, and offline by design. Omnara is a remote-control layer that puts a desktop, web, mobile, and Apple Watch dashboard around your sessions so you can steer agents from anywhere, including your wrist. Here is when each one is the right call.

OmnaraClaude Squad

Baton vs Claude Squad — GUI Agent Orchestrator vs Terminal Session Manager

Baton and Claude Squad both enable running multiple AI coding agents simultaneously, but with different interfaces and scope. Baton is a desktop GUI application that works with any coding agent — Claude Code, Codex, OpenCode, Gemini — using git worktree isolation. Claude Squad is a terminal-based tool specifically for managing multiple Claude Code sessions via tmux. Your choice depends on agent diversity and interface preference.

BatonClaude Squad

Oh My ClaudeCode vs Claude Squad — Multi-Agent Plugin vs Session Manager

Both Oh My ClaudeCode and Claude Squad extend Claude Code's capabilities, but they operate at different levels. OMC adds multi-agent orchestration within a single session through 19 specialized agents, while Claude Squad manages multiple independent Claude Code sessions across git worktrees. The choice depends on whether you need deeper intelligence inside sessions or broader parallelism across them.

Oh My ClaudeCodeClaude Squad