Claude Squad screenshot

Claude Squad

DeveloperApplicationPricing unavailable

Claude Squad - Manage Multiple AI Terminal Agents at Once

Last updated May 4, 2026

Claim Tool

What is Claude Squad?

Claude Squad is a terminal-based multi-agent manager that lets you run multiple AI coding assistants side by side. It supports Claude Code, OpenAI Codex, Google Gemini CLI, Aider, and other local agents. Each AI instance runs in its own isolated git workspace, so tasks don't conflict. You can create new sessions, switch between them, review diffs before applying changes, commit and push branches, and pause/resume sessions. The app features a keyboard-driven terminal UI with session list, diff preview, and command palette. Installation is available via Homebrew (\`brew install claude-squad\`) or a one-liner curl script. The binary is installed as \`cs\` for quick terminal access. It requires tmux for session management and gh (GitHub CLI) for git operations. Claude Squad supports profiles so you can configure multiple program types (Claude Code, Codex with different models, Aider with custom models) and switch between them when creating new sessions. The experimental auto-accept mode (\`-y\`) enables fully autonomous background task execution. With 7,300+ GitHub stars and 500+ forks, Claude Squad is one of the most popular multi-agent orchestration tools. It is written in Go, licensed under AGPL-3.0, and actively maintained with regular releases.

Claude Squad's Top Features

Key capabilities that make Claude Squad stand out.

Manage multiple AI coding agents simultaneously

Isolated git workspaces per task to prevent conflicts

Background task execution with auto-accept mode

Keyboard-driven terminal UI with session management

Diff preview before applying changes

Git commit, push, and branch management per session

Support for Claude Code, Codex, Gemini, and Aider agents

Configurable profiles for different agent setups

Session pause/resume for long-running tasks

Cross-platform installation via Homebrew or curl

Use Cases

Who benefits most from this tool.

Developers using AI coding agents

Run multiple AI coding agents in parallel on different tasks, each in its own workspace, and manage them all from one terminal window.

Teams doing code reviews

Have each agent work on a separate branch, review diffs before merging, and collaborate without workspace conflicts.

Tags

claude-codeai-agentsmulti-agentterminalclaude-squadcodexagent-orchestrationdeveloper-toolscliparallel-coding

Claude Squad's Pricing

User Reviews

Share your thoughts

If you've used this product, share your thoughts with other builders

Recent reviews

Frequently Asked Questions

Which AI agents does Claude Squad support?
It supports Claude Code, OpenAI Codex, Google Gemini CLI, and Aider. You can configure additional agents via the profiles system in the config file.
Does Claude Squad require a GPU?
No, Claude Squad is a Go-based terminal app that manages agents. The agents themselves (Claude Code, Codex, etc.) may require their own API keys or local models.
How does Claude Squad prevent workspace conflicts?
Each task gets its own isolated git workspace. Changes are committed per-session, and you can review diffs before merging them into the main branch.