by smtg-ai
Manage multiple AI terminal agents like Claude Code, Aider, Codex, OpenCode, and Amp.
# Add to your Claude Code skills
git clone https://github.com/smtg-ai/claude-squadClaude Squad is a terminal app that manages multiple Claude Code, Codex, Gemini (and other local agents including Aider) in separate workspaces, allowing you to work on multiple tasks simultaneously.

https://github.com/user-attachments/assets/aef18253-e58f-4525-9032-f5a3d66c975a
<br />Both Homebrew and manual installation will install Claude Squad as cs on your system.
brew install claude-squad
ln -s "$(brew --prefix)/bin/claude-squad" "$(brew --prefix)/bin/cs"
Claude Squad can also be installed by running the following command:
curl -fsSL https://raw.githubusercontent.com/smtg-ai/claude-squad/main/install.sh | bash
This puts the binary in .
<br />No comments yet. Be the first to share your thoughts!
cs~/.local/binTo use a custom name for the binary:
curl -fsSL https://raw.githubusercontent.com/smtg-ai/claude-squad/main/install.sh | bash -s -- --name <your-binary-name>
Usage:
cs [flags]
cs [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
debug Print debug information like config paths
help Help about any command
reset Reset all stored instances
version Print the version number of claude-squad
Flags:
-y, --autoyes [experimental] If enabled, all instances will automatically accept prompts for claude code & aider
-h, --help help for claude-squad
-p, --program string Program to run in new instances (e.g. 'aider --model ollama_chat/gemma3:1b')
Run the application with:
cs
NOTE: The default program is claude and we recommend using the latest version.
<b>Using Claude Squad with other AI assistants:</b>
export OPENAI_API_KEY=<your_key>cs -p "codex"cs -p "aider ..."cs -p "gemini"cs debug)
...