Developers

See Maestro in action

Three terminal recordings — from a cold pip install to five crews running in parallel. Everything runs locally; you bring your Anthropic key.

Demo 1 of 3

Quickstart — install to first dispatch

Install Maestro, activate your licence, scaffold a workspace, create a voyage and an order, then dispatch your first fleet — all under 90 seconds.

# The three commands that matter
$ pip install --upgrade maestro \
--extra-index-url https://maestrodevs.github.io/simple/
$ mso licence activate <YOUR_KEY>
$ mso init --project MYPROJ
Demo 2 of 3

Dispatching five crews in parallel

mso dispatch --max-crews 5 launches five specialised squads against your active voyage. mso status shows live progress — crew names, roles, model tier, iteration count, and token spend.

Demo 3 of 3

A role sequence advancing through PLN → BLD → TST → REL

Watch an order progress through its full role sequence. Each crew hands off to the next only when its acceptance criteria pass. The Releaser squad opens the PR and refuses to merge until CI is green.

Ready to run your own fleet?

Public wheel, no GitHub credentials. Dispatching squads inside 90 seconds.