Maestro documentation

Start with install and quickstart, then learn how Maestro keeps the loop running, what the control center is telling you, and which knobs matter when you need to step back in.

Open quickstart

Install

Install the local runtime once, then use the same command in every repo you want to supervise.

npm install -g @olhapi/maestro

Bootstrap workflow

Setup repo contract once so Maestro can keep making the same handoff decisions while you are elsewhere.

maestro workflow init .

Start orchestration

Start the daemon and embedded control center so the queue keeps moving while status, retries, and sessions stay visible.

maestro run

Read by the moment you need to step back in

Each section maps to a real operator moment: install, make the first handoff, understand what the loop is doing, then tune or debug it when needed.

Three common re-entry points

If you already know where the friction is, jump straight to the page that helps you start the loop, read its state, or change how it behaves.