Maestro hones fractured attention into focused intent.
Maestro is a cross-platform desktop app for orchestrating your fleet of AI agents and projects. It's a high-velocity solution for hackers who are juggling multiple projects in parallel. Designed for power users who live on the keyboard and rarely touch the mouse.
Collaborate with AI to create detailed specification documents, then let Auto Run execute them automatically, each task in a fresh session with clean context. Allowing for long-running unattended sessions, my current record is nearly 24 hours of continuous runtime.
Run multiple agents in parallel with a Linear/Superhuman-level responsive interface. Currently supporting Claude Code, OpenAI Codex, and OpenCode with plans for additional agentic coding tools (Aider, Gemini CLI, Qwen3 Coder) based on user demand.
- π³ Git Worktrees - Run AI agents in parallel on isolated branches. Create worktree sub-agents from the git branch menu, each operating in their own directory. Work interactively in the main repo while sub-agents process tasks independentlyβthen create PRs with one click. True parallel development without conflicts.
- π€ Auto Run & Playbooks - File-system-based task runner that batch-processes markdown checklists through AI agents. Create playbooks for repeatable workflows, run in loops, and track progress with full history. Each task gets its own AI session for clean conversation context.
- π¬ Group Chat - Coordinate multiple AI agents in a single conversation. A moderator AI orchestrates discussions, routing questions to the right agents and synthesizing their responses for cross-project questions and architecture discussions.
- π Mobile Remote Control - Built-in web server with QR code access. Monitor and control all your agents from your phone. Supports local network access and remote tunneling via Cloudflare for access from anywhere.
- π» Command Line Interface - Full CLI (
maestro-cli) for headless operation. List agents/groups, run playbooks from cron jobs or CI/CD pipelines, with human-readable or JSONL output for scripting. - π Multi-Agent Management - Run unlimited agents and terminal sessions in parallel. Each agent has its own workspace, conversation history, and isolated context.
- π¬ Message Queueing - Queue messages while AI is busy; they're sent automatically when the agent becomes ready. Never lose a thought.
- π Dual-Mode Sessions - Each agent has both an AI Terminal and Command Terminal. Switch seamlessly between AI conversation and shell commands with
Cmd+J. - β¨οΈ Keyboard-First Design - Full keyboard control with customizable shortcuts and mastery tracking that rewards you for leveling up.
Cmd+Kquick actions, rapid agent switching, and focus management designed for flow state. - π Session Discovery - Automatically discovers and imports existing sessions from all supported providers, including conversations from before Maestro was installed. Browse, search, star, rename, and resume any session.
- π Git Integration - Automatic repo detection, branch display, diff viewer, commit logs, and git-aware file completion. Work with git without leaving the app.
- π File Explorer - Browse project files with syntax highlighting, markdown preview, and image viewing. Reference files in prompts with
@mentions. - π Powerful Output Filtering - Search and filter AI output with include/exclude modes, regex support, and per-response local filters.
- β‘ Slash Commands - Extensible command system with autocomplete. Create custom commands with template variables for your workflows.
- πΎ Draft Auto-Save - Never lose work. Drafts are automatically saved and restored per session.
- π Speakable Notifications - Audio alerts with text-to-speech announcements when agents complete tasks.
- π¨ Beautiful Themes - 12 themes including Dracula, Monokai, Nord, Tokyo Night, GitHub Light, and more.
- π° Cost Tracking - Real-time token usage and cost tracking per session and globally.
- π Achievements - Level up from Apprentice to Titan of the Baton based on cumulative Auto Run time. 11 conductor-themed ranks to unlock.
- π Usage Dashboard - Comprehensive analytics for tracking AI usage patterns across all sessions. View aggregated statistics with multiple time ranges (day, week, month, year, all time), compare agent performance, analyze user vs. Auto Run activity distribution, and explore activity heatmaps. Includes CSV export, real-time updates, and configurable colorblind-friendly palettes. Access via
Opt+Cmd+U(macOS) /Alt+Ctrl+U(Windows/Linux) or the Command K menu. - πΈοΈ Document Graph - Visual knowledge graph of your markdown documentation. Automatically discovers internal
[[wiki-links]]and[markdown](links), visualizes document relationships with interactive nodes and edges. Toggle between force-directed and hierarchical layouts, search/filter documents, navigate via keyboard, and track external link references. Includes mini-map, legend, and pagination for large directories. Access from the File Explorer context menu or Command K menu.
Usage Dashboard (Opt+Cmd+U / Alt+Ctrl+U):
| Action | Key |
|---|---|
| Navigate view tabs | Arrow Left/Right/Up/Down |
| Move between sections | Tab / Shift+Tab |
| Jump to first/last section | Home / End |
| Close dashboard | Escape |
Document Graph (Command K β "Document Graph"):
| Action | Key |
|---|---|
| Navigate to connected node | Arrow Up/Down/Left/Right |
| Cycle through connections | Tab |
| Open selected document/link | Enter |
| Close graph | Escape |
| Search documents | Focus search input, type query |
Additional interactions: Drag nodes to reposition, scroll to zoom, use mini-map for overview.
Note: Maestro supports Claude Code, OpenAI Codex, and OpenCode. Support for additional agents (Aider, Gemini CLI, Qwen3 Coder) may be added in future releases based on community demand.
Download the latest release for your platform from the Releases page.
Or build from source:
git clone https://github.com/pedramamini/Maestro.git
cd Maestro
npm install
npm run dev- At least one supported AI coding agent installed and authenticated:
- Claude Code - Anthropic's AI coding assistant
- OpenAI Codex - OpenAI's coding agent
- OpenCode - Open-source AI coding assistant
- Git (optional, for git-aware features)
| Action | macOS | Windows/Linux |
|---|---|---|
| Quick Actions | Cmd+K |
Ctrl+K |
| New Agent | Cmd+N |
Ctrl+N |
| Switch AI/Terminal | Cmd+J |
Ctrl+J |
| Previous/Next Agent | Cmd+[ / Cmd+] |
Ctrl+[ / Ctrl+] |
| Toggle Sidebar | Cmd+B |
Ctrl+B |
| New Tab | Cmd+T |
Ctrl+T |
| Usage Dashboard | Opt+Cmd+U |
Alt+Ctrl+U |
| All Shortcuts | Cmd+/ |
Ctrl+/ |
Full keyboard shortcut reference
Main screen with multiple agents and conversation
Group Chat coordinates multiple AI agents in a single conversation
Quick Actions palette for rapid navigation (CTRL/CMD + K)
Git diff viewer with syntax highlighting
Full documentation and usage guide available at docs.runmaestro.ai
- Installation
- Getting Started
- Features Overview
- Auto Run + Playbooks
- Git Worktrees
- Keyboard Shortcuts
- Context Management
- MCP Server - Connect AI apps to Maestro docs
- Troubleshooting
- Discord: Join Us
- GitHub Issues: Report bugs & request features
See CONTRIBUTING.md for development setup, architecture details, and contribution guidelines.



