Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
Comparison

Fleet vs Claude Squad: Governance + Event Bus vs Parallel Sessions

Claude Squad runs multiple Claude Code instances in parallel terminal windows. Fleet does that too, but adds an event bus, role-based coordination, GitHub automation, approval gates, and per-agent governance — making it a full operational layer rather than a session multiplexer.

Claude Squad is a lightweight tool for running multiple Claude Code or Aider instances in parallel, each in its own git worktree. It is simple, fast to set up, and useful when you want to parallelize independent tasks across isolated branches.

Fleet shares the parallel-agent concept but goes substantially further. Agents in Fleet have defined roles, communicate through a shared event bus called Fabric, react to GitHub label events automatically, hand work off between roles (developer to reviewer to release-manager), and operate under budget limits and risk scoring. It is less a session multiplexer and more an operating system for an agent team.

Choose Fleet if

Teams that need structured, event-driven coordination between agents — with governance, audit trails, and GitHub automation — beyond running parallel independent sessions.

Choose Claude Squad if

Developers who want a simple way to run multiple Claude Code or Aider instances in parallel worktrees with minimal configuration overhead.

Fleet vs. Claude Squad: side by side

FeatureFleetClaude Squad
Core abstractionPersistent agent team with roles, events, and governanceParallel agent sessions in isolated worktrees
Event busFabric: shared event bus for autonomous handoffsNo event bus; sessions are independent
GitHub automationLabel watcher, PR chain, release gateNo built-in GitHub automation
Role system120+ role templates; agents know their job and escalation pathNo role system; all instances are equivalent
Approval gatesPer-stage human or agent approval with audit logNo approval gate model
Budget controlsPer-agent run-time (duration) budgets with automatic enforcementNo built-in budget controls
Setup complexityHigher — requires config, org.yaml or config.yaml, watcher daemonLower — designed for fast, minimal setup

Where Fleet is the better fit

  • Agents communicate and hand off work automatically via the Fabric event bus — no human needed to start the next agent
  • Role-based handbook means each agent knows its responsibilities and escalation path without custom prompting
  • GitHub label automation drives the full dev-review-release chain without operator intervention
  • 6-dimension agent evaluation plus a separate auto-quarantine risk model, run-time budget limits, and audit trail for production-quality governance

Where Claude Squad is the better fit

  • Faster to get started — no daemon, no config file, no role setup required
  • Lighter weight: no persistent daemon or database; less operational surface area
  • Excellent for one-off parallel tasks where you do not need ongoing coordination between agents
  • Well-suited for Claude Code and Aider users who just want multiple isolated worktrees without additional infrastructure

Pricing

Claude Squad is open source (AGPL-3.0) and free. Fleet has a free tier (one agent slot) and a Team tier at $49 per agent slot per month.

Do they compete, or coexist?

If your need is purely running a few parallel sessions for an afternoon of independent tasks, Claude Squad is simpler. If you want a persistent, self-healing agent team that manages your GitHub workflow continuously, Fleet provides the coordination layer Claude Squad intentionally leaves out. Some operators start with Claude Squad and migrate to Fleet as their agent workflows mature.

Frequently asked questions

Is Fleet just Claude Squad with more features?

They share the idea of running multiple agents in parallel, but Fleet is architecturally different: it has a persistent database, a watcher daemon, a shared event bus, and a GitHub automation layer. Claude Squad is a session launcher. Fleet is an agent operating system.

Which is easier to set up?

Claude Squad is simpler and faster to start. Fleet requires more initial configuration — defining agent roles, setting up a config.yaml, and running the watcher daemon — but that configuration enables the ongoing autonomous operation that Claude Squad does not provide.

Run your first agent fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.