maestro
Maestro is a local-first coordination system for human and agent work. It keeps durable work, decisions, sessions, evidence, dispatches, and handbacks in each repository’s shared Git root. It is written in TypeScript, runs on Bun, and does not require a background service.
Install
Section titled “Install”Install Maestro from its source repository:
curl -fsSL https://maestro.maccredyreina.me/install.sh | shThe installer creates a source checkout that maestro update can
fast-forward, installs the runtime and shim, wires the current repository, and
registers it with the Supervisor room.
Start here
Section titled “Start here”- Install Maestro and verify the runtime.
- Run a first work session.
- Learn the three layers and the Supervisor, Lead, and Peer roles.
- Use the generated CLI reference for current verbs and flags.