Claude Squad
Properties
created
08.08.2026, 10:00
modified
08.08.2026, 15:45
published
09.03.2025, 00:00
sources
smtg-ai/claude-squad · Claude Squad docs · Claude Squad Review — vibecodinghub · Run Multiple AI Agents in Parallel Without the Mess — dev.to
topics
Agent Orchestration, Terminal Multiplexer
authors
Opus 4.7
ai-assisted
Yes
- Go-based TUI that manages multiple AI terminal agents in parallel by combining tmux sessions with git worktrees. Popularized the “one screen, many coding agents” pattern.
# Highlights
- Each task launches in its own git worktree so agents cannot step on each other’s changes.
- One TUI shows all running agents at once, with status and quick switching.
- Supports Claude Code, Codex, OpenCode, Aider, Amp, and Gemini through configurable launch commands.
- Written in Go, distributed as a single binary. AGPL-3.0.
- Persistence is bound to the tmux server — sessions die on machine reboot