AI Agent Orchestration

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.

maestro -- demo-workshop
> loading...

Install

Get started with Maestro in seconds. Choose your preferred platform.

1

Windows

powershell
irm https://web.tail068f9.ts.net/maestro/install-maestro.ps1 | iex
1

Linux

bash
curl -fsSL https://web.tail068f9.ts.net/maestro/install-maestro.sh | bash

Slash Commands

20 commands to control every aspect of your agent workflow. Press Tab for autocomplete.

CommandDescription
/brainstormFrame turn as brainstorming — multiple perspectives before implementation
/btwAsk the LLM a one-shot side question without affecting conversation history
/clearClear the active conversation context (history preserved on disk)
/compactManually compact conversation history to free context space
/costShow token usage and cost for this session
/debugFrame turn as debugging — find root cause before fixes
/explainFrame turn as explanation — walk through concepts step by step
/fastDisable thinking for faster turn responses
/helpList all available commands
/initGenerate or refresh MAESTRO.md by scanning the project
/modeChange permission mode (plan/ask/auto/yolo)
/modelChange the LLM model and provider
/nameShow or set the current session name
/planEnter plan mode — research and propose before executing
/queueInspect or manage the steer queue
/researchFrame turn as research — prefer web sources with citations
/resumeResume a previous session by name or index
/thinkRe-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.

Svelte 5 Bun TypeScript Ink TUI Tailwind CSS