Skip to content

pedramamini/Maestro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Maestro

Made with Maestro Discord User Docs

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.

Features

Power Features

  • 🌳 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.

Core Features

  • πŸ”„ 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+K quick 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.

Analytics & Visualization

  • πŸ“Š 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.

Keyboard Shortcuts for Analytics Features

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.

Quick Start

Installation

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

Requirements

  • At least one supported AI coding agent installed and authenticated:
  • Git (optional, for git-aware features)

Essential Keyboard Shortcuts

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

Screenshots

Maestro Main Screen

Main screen with multiple agents and conversation

Group Chat

Group Chat coordinates multiple AI agents in a single conversation

Command Palette

Quick Actions palette for rapid navigation (CTRL/CMD + K)

Git Diff Viewer

Git diff viewer with syntax highlighting

See more...

Documentation

Full documentation and usage guide available at docs.runmaestro.ai

Community

Contributing

See CONTRIBUTING.md for development setup, architecture details, and contribution guidelines.

License

AGPL-3.0 License