Maestro
AI Agent Orchestration System
A powerful terminal-based AI agent that orchestrates multi-agent workflows with built-in tools, MCP server support, and permission-controlled modes. Built with Bun and TypeScript for the CLI experience that developers actually want.
Install
Get started with Maestro in seconds. Choose your preferred platform.
Windows
irm https://web.tail068f9.ts.net/maestro/install-maestro.ps1 | iexLinux
curl -fsSL https://web.tail068f9.ts.net/maestro/install-maestro.sh | bashSlash Commands
20 commands to control every aspect of your agent workflow. Press Tab for autocomplete.
| Command | Description |
|---|---|
/brainstorm | Frame turn as brainstorming — multiple perspectives before implementation |
/btw | Ask the LLM a one-shot side question without affecting conversation history |
/clear | Clear the active conversation context (history preserved on disk) |
/compact | Manually compact conversation history to free context space |
/cost | Show token usage and cost for this session |
/debug | Frame turn as debugging — find root cause before fixes |
/explain | Frame turn as explanation — walk through concepts step by step |
/fast | Disable thinking for faster turn responses |
/help | List all available commands |
/init | Generate or refresh MAESTRO.md by scanning the project |
/mode | Change permission mode (plan/ask/auto/yolo) |
/model | Change the LLM model and provider |
/name | Show or set the current session name |
/plan | Enter plan mode — research and propose before executing |
/queue | Inspect or manage the steer queue |
/research | Frame turn as research — prefer web sources with citations |
/resume | Resume a previous session by name or index |
/think | Re-enable thinking for this session |
Quick tip
Use /plan to enter plan mode where the agent researches and proposes before acting,
or /fast to disable thinking for faster responses.
All commands support Tab autocomplete in the TUI.
Features
Everything you need to orchestrate AI agents efficiently, from terminal-native workflows to multi-agent coordination.
Ready to Orchestrate?
Explore the full documentation to learn about advanced features like MCP integration, sub-agents, permission modes, and custom tool development.