Maestro app icon

Run coding agents
in parallel.

Claude Code, Codex, Cursor, OpenCode, and Kimi Code side by side — each in its own git worktree. You hand out tasks and review results.

The Maestro app: a sidebar of parallel agent workspaces with live statuses, an agent chat working through a task, and a diff-and-PR review panel.

How you’ll use it

1. Hand out tasks

Describe the task and go — each workspace is a fresh worktree on its own branch.

2. Glance, don’t babysit

The rail shows who’s working, who’s waiting on you, and what’s done.

3. Review and ship

Read the diff, ask for changes in the same chat, and open the PR.

Fair questions

Does my code leave my machine?

No. Maestro is a desktop app — there’s no Maestro server and no account. Agents run locally in your shell with your own credentials, and talk only to their own providers (Anthropic, OpenAI, and so on), exactly as if you’d run them in a terminal yourself.

What does Maestro phone home?

Two anonymous counts, so I know it’s being used at all: the app sends app_opened when it launches, and this page counts download-button clicks. No code, no prompts, no file paths, no cookies. That’s the complete list.

What does it cost?

Nothing during the beta — no account, no card. Your agents’ API or subscription usage is billed by your providers, same as running them in a terminal.

Why does Windows warn me about the installer?

The Windows build isn’t code-signed yet (a proper certificate for a small beta is still in the works), so SmartScreen shows “Windows protected your PC” on first run. Click More info, then Run anyway. The macOS build is signed and notarized with Apple.

Which agents does it work with?

Claude Code, Codex, Cursor, OpenCode, and Kimi Code — plus a plain shell workspace for everything else. Bring your own subscriptions or API keys; Maestro doesn’t sit between you and your provider. Coming from Conductor? There’s a one-click import.

How do updates work?

The app updates itself from a public feed — the same feed this page’s download buttons read, so what you download is always the current build. The version and date at the top are live from that feed, not hand-edited.

Why this exists

I built Maestro because I was running four coding agents in four terminal tabs and kept losing track of who was stuck, who was waiting on me, and which two were about to trample the same checkout.

It’s built with itself — every release is written by agents running inside Maestro, reviewed before merge. If it breaks, or if it makes your week, I’d like to hear about it.

@PlathsOven

Install

macOS Open the .dmg and drag Maestro into Applications. Signed and notarized — no Gatekeeper hoops.
Windows Run the installer. Details →
Linux chmod +x the AppImage and run it. Updates apply in place. Details →