Maestro is a cross-platform desktop app for orchestrating AI agents and projects, supporting multiple agents and features like Auto Run, group chat, and a CLI for headless operation.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Maestro is a cross-platform desktop app for orchestrating a fleet of AI agents and projects. It supports multiple agents (Claude Code, OpenAI Codex, OpenCode, Factory Droid, Copilot-CLI) and features such as Auto Run, Playbooks, and group chat. It exposes a CLI for headless operation and emphasizes keyboard-first control and per-session contexts.
How it works
Maestro acts as a pass-through to AI providers. Tasks are issued as prompts to configured agents, with each task receiving a fresh session or resuming prior context. It provides workflows for running tasks in parallel across agents, with isolated workspaces and conversation histories per agent.
Getting started
Install from the Releases page, or build from source:
git clone https://github.com/RunMaestro/Maestro.git
cd Maestro
npm install
npm run dev
Requirements include at least one supported AI coding agent installed and authenticated (Claude Code, OpenAI Codex, OpenCode, Copilot-CLI).
Recent releases
- v0.18.4-RC: Maestro Web Desktop with Major 0.18.x additions (2026-07-04). Describes Maestro Web Desktop mirroring Electron IPC handlers over WebSocket bridge for a browser-based UI.
- v0.18.3-RC: Maestro Web Desktop (2026-06-27).
- v0.18.2-RC: Maestro Web Desktop (2026-06-20).
- v0.17.3: Maestro Cue (2026-07-04). Claude Token Source control keeps Claude running on subscription quota by driving Claude's interactive session instead of headless API path.
- v0.17.2: Maestro Cue (2026-06-27).
Traction
Stars: 3202. Forks: 340. Open issues: 113. Language: TypeScript. License: AGPL-3.0. Created: 2025-11-23. Last push: 2026-08-04.
Behind the repo
Not included in the provided material.
Caveats
License: AGPL-3.0. No specific age beyond creation date; latest push date is 2026-08-04. Releases mention Web Desktop architecture and token management behavior for Claude.






