Key takeaways
- Free, open-source (AGPL-3.0) agent orchestrator supporting Claude Code, Codex, OpenCode, Factory Droid, and GitHub Copilot CLI — ~3,000 GitHub stars as of June 2026
- Auto Run enables autonomous sessions lasting hours to days; new Maestro Cue adds trigger-based orchestration from GitHub issues, heartbeats, and file watchers
- Mobile remote control via built-in web server lets you monitor agents from your phone
FAQ
What is Maestro (RunMaestro)?
Maestro is a free, open-source desktop app for orchestrating multiple AI coding agents with autonomous long-running sessions, playbook automation, and mobile remote control.
How much does Maestro cost?
Maestro is completely free and open-source under the AGPL-3.0 license. Users only pay for their own AI provider API usage.
Who created Maestro?
Maestro was created by Pedram Amini, a security researcher and Chief Scientist at OPSWAT.
Executive Summary
Maestro is a free, open-source desktop application for orchestrating AI coding agents across long-running autonomous sessions. Created by security researcher Pedram Amini, Maestro enables developers to run multiple Claude Code, Codex, OpenCode, Factory Droid, or GitHub Copilot CLI instances in parallel, with features for autonomous execution, mobile monitoring, and playbook-based task automation. The project is actively developed — the repo moved to a dedicated RunMaestro GitHub org and reached roughly 3,000 stars as of June 2026, with commits landing the week of this update. The creator reports a community record of two and a half days of continuous autonomous runtime.
| Attribute | Value |
|---|---|
| Company | Independent (side project) |
| Founded | 2025 |
| Funding | None — creator states no commercial intent |
| Employees | 1 (solo developer) |
| Headquarters | Austin, TX |
Product Overview
Maestro addresses the challenge of managing multiple AI coding agents across complex, long-running tasks. While other tools focus on parallel sessions or context engineering, Maestro specializes in autonomous execution—setting agents loose on detailed specifications and monitoring them over hours or days.
The application provides a "command center" interface for orchestrating agents, with a keyboard-first design inspired by productivity tools like Linear and Superhuman. Developers can create detailed specification documents, convert them into playbooks, and let Auto Run execute tasks automatically while they sleep or work on other things.
Key Capabilities
| Capability | Description |
|---|---|
| Auto Run | Autonomous execution of markdown checklists for hours, now with human-in-the-loop gate markers |
| Maestro Cue | Trigger-based cross-agent orchestration from heartbeats, GitHub issues/PRs, and file system monitors (v0.16.x) |
| Playbooks | Reusable task specifications for common workflows |
| Multi-Agent | Run Claude Code, Codex, OpenCode, Factory Droid, and GitHub Copilot CLI in parallel |
| Mobile Remote | Built-in web server with QR code access for phone monitoring |
| Git Integration | Automatic repo detection, branch display, diff viewer, worktrees |
| Group Chat | Collaborative conversations with multiple AI agents |
Product Surfaces
| Surface | Description | Availability |
|---|---|---|
| macOS App | Native desktop application | GA |
| Windows | Native desktop application | GA |
| Linux | Native desktop application | GA |
| CLI | Headless operation for CI/CD | GA |
| Mobile Web | Remote control interface | GA |
Technical Architecture
Maestro is an Electron-based desktop application that wraps multiple CLI agent processes. It acts as a pass-through to AI providers—your prompts go directly to the underlying agents without modification.
The Auto Run system processes markdown checklists, executing each task in a fresh session with clean context. Playbooks are pre-defined markdown files that can be shared and reused across projects.
Key Technical Details
| Aspect | Detail |
|---|---|
| Deployment | Local desktop application |
| Model(s) | Via Claude Code, Codex, OpenCode, Factory Droid, GitHub Copilot CLI |
| Integrations | Git, Cloudflare Tunnel (remote access), SSH remote execution, in-app terminal and browser tabs |
| Open Source | Yes (AGPL-3.0 License) |
Strengths
- True autonomous operation — Auto Run enables hours-long sessions without intervention; the creator reports an 80% success rate on 12-hour runs and a community record of two and a half days
- Cross-platform — Full support for macOS, Windows, and Linux unlike many competitors
- Mobile monitoring — Built-in web server allows checking on agents from your phone anywhere
- Keyboard-first UX — Designed for power users with extensive keyboard shortcuts
- Playbook ecosystem — Symphony feature lets users contribute to open source with AI assistance
- Rapid release cadence — Multiple v0.16.x releases per month through June 2026, adding Cue, terminal tabs, browser tabs, and a usage dashboard
- Zero cost — Completely free and open-source under the AGPL-3.0 license
Cautions
- Solo-led project — Created and primarily maintained by one person (with ~10 regular community contributors), limiting development velocity
- Early-stage stability — Roughly half of open GitHub issues (22 of 44 as of June 2026) reference Windows, suggesting that platform remains rougher than macOS
- RC-heavy releases — The active v0.16.x line ships as release candidates; the stable channel lags at v0.15.x
- Agent dependency — Requires separate installation of Claude Code, Codex, etc.
- No cloud sync — Sessions and state are local-only
- Pass-through architecture — Limited optimization since it wraps existing CLI tools
What Developers Say
Independent developer discussion is still thin as of June 2026 — the Hacker News launch thread drew only 7 points with no substantive third-party comments, and most public commentary comes from the creator himself.
- "Critical mention, it's free and open source (AGPL)." — Pedram Amini, creator, on Hacker News
- "I have zero intention of making any money off of it. It really is just a labor of love." — Pedram Amini, RoAI interview
- "He's come back to me just extremely elated because he's getting so much value out of it." — Amini, relaying a non-engineer user's experience
The strongest adoption signal is quantitative rather than anecdotal: roughly 3,000 GitHub stars, 316 forks, and a ~200-member Discord as of June 2026.
Pricing & Licensing
| Tier | Price | Includes |
|---|---|---|
| Open Source | Free | All features |
Licensing model: AGPL-3.0 (copyleft open source)
Hidden costs: Users must pay for their own AI provider subscriptions/API usage. Maestro adds no direct cost.
Competitive Positioning
Direct Competitors
| Competitor | Differentiation |
|---|---|
| Crystal | Crystal focuses on comparing approaches; Maestro on autonomous execution |
| Conductor | Conductor is paid SaaS; Maestro is free and cross-platform |
| Tembo | Tembo targets enterprise; Maestro is for individual power users |
When to Choose Maestro Over Alternatives
- Choose Maestro when: You want free, cross-platform autonomous agent execution with mobile monitoring
- Choose Crystal when: You need to compare multiple AI approaches before merging
- Choose Conductor when: You want polished commercial software with support
- Choose Tembo when: You need enterprise-scale orchestration with team features
Ideal Customer Profile
Best fit:
- Power users comfortable with keyboard-driven interfaces
- Developers running long autonomous tasks overnight
- Cross-platform teams needing Windows/Linux support
- Users who value mobile monitoring of agent sessions
Poor fit:
- Teams needing collaboration and access control
- Users wanting polished, stable software
- Developers who prefer visual, mouse-driven interfaces
- Enterprise teams requiring support and SLAs
Viability Assessment
| Factor | Assessment |
|---|---|
| Financial Health | N/A (personal project) |
| Market Position | Niche |
| Innovation Pace | Rapid |
| Community/Ecosystem | Small but engaged (~3,000 stars, ~200 Discord members, ~10 regular contributors) |
| Long-term Outlook | Uncertain but trending positive |
Maestro is a passion project from a well-known security researcher. Pedram Amini has significant technical credibility (former TippingPoint, iDEFENSE Labs, current Chief Scientist at OPSWAT), which lends credibility to the project. As of June 2026 the project shows healthy momentum — the repo moved to a dedicated RunMaestro org, commits land daily, and major features (Maestro Cue, Copilot CLI support, SSH remote execution) shipped in the four months since this profile was first written. However, Amini has stated he has no intention of monetizing it, so long-term maintenance depends on continued personal interest and community contribution.
Bottom Line
Maestro fills a unique niche as the free, cross-platform option for autonomous agent orchestration, and four months on it is one of the healthier projects in this fast-churn category — roughly 3,000 GitHub stars, daily commits, and a steady stream of substantial features like trigger-based Cue orchestration. Its Auto Run and mobile monitoring features address real workflow gaps that other tools don't emphasize. The keyboard-first design and playbook system show thoughtful UX for power users.
Recommended for: Power users who want autonomous, long-running AI agent sessions with mobile monitoring, especially those needing cross-platform support.
Not recommended for: Teams requiring enterprise features, users who prefer polished UX over power-user tools, or those uncomfortable relying on a solo developer's side project.
Outlook: Maestro has strong potential as the power user's agent orchestrator, and its first half-year trajectory is encouraging — active daily development, a growing contributor base, and ~3,000 stars as of June 2026. The main risk remains sustainability: the creator has explicitly ruled out monetization, so development depends on his continued interest and on the small (~10-person) regular contributor group growing.
Research by Ry Walker Research • methodology
Sources
- [1] Maestro Official Website
- [2] Maestro GitHub Repository
- [3] Maestro Documentation
- [4] Reddit Launch Announcement
- [5] Pedram Amini LinkedIn
- [6] Maestro Demo Video
- [7] Maestro GitHub Releases (v0.16.x, Maestro Cue)
- [8] RoAI Interview with Pedram Amini (Medium, Feb 2026)
- [9] Hacker News Launch Thread (Dec 2025)