cc-orchestrate
One CLI to run fleets of Claude Code agents — on cmux, superset, or any backend you wire in.
Links
AI / Agents
Developers
Community
Meta
Requires: Python >=3.13
Provides-Extra: dev

Orchestrate fleets of Claude Code agents across pluggable backends like cmux and superset.
cc-orchestrate is a CLI for running fleets of Claude Code agents from one seat instead of a sprawl of terminal tabs. Backends are pluggable: the same orchestration drives agents living in cmux sessions, superset worktrees, or whatever runner you wire in next, so fleet logic never cares where an agent actually executes.
Install
No install needed — run everything through uvx:
uvx cc-orchestrate --helpuvx fetches cc-orchestrate into a throwaway environment and runs it. To add it to a project instead:
uv add cc-orchestrateQuickstart
Check which backends are installed on your machine:
uvx cc-orchestrate backendscmux available
superset available
A backend reports not found when its CLI is missing from your PATH. Install the runner and re-run the check.
What problems does this solve?
- Running more than a couple of Claude Code agents means babysitting a sprawl of terminal tabs and tmux panes by hand. cc-orchestrate gives the whole fleet one front door.
- Every runner has its own invocation quirks — cmux sessions, superset worktrees, plain terminals. Backends absorb those differences, so what you dispatch stays portable across them.
- Knowing what a machine can even run is guesswork.
cc-orchestrate backendsreports which runners are installed before you dispatch anything.
Docs
Read the docs for the full guide and API reference.