AI Maestro
A local dashboard for running many agents across machines: memory, code graph and agent-to-agent messaging
Install
curl -fsSL https://raw.githubusercontent.com/23blocks-OS/ai-maestro/main/scripts/remote-install.sh | shInstalls the dashboard, AMP messaging and the Claude Code plugin. The dashboard opens at http://localhost:23000.
This is third-party code. Review the repository files before installing.
What it does
AI Maestro runs terminal agents such as Claude Code, Codex, Aider or Cursor in tmux sessions and shows them in one web dashboard. Each agent gets persistent memory, a code index and an inbox: through the AMP protocol agents message each other directly without a human relaying context. Machines form a peer mesh with no central server, and an agent can move to another computer along with its repositories. The installer also adds a Claude Code plugin with skills and CLI scripts for memory search, code graph queries and messaging.
Who it is for. For developers and small teams running several agents at once on one or more machines.
Good fit when
- Three or more agents run at once and you relay context by hand
- Agents live on different computers
- You need agent memory that survives sessions
Not a fit when
- You use one agent in one terminal
- You cannot run a persistent service on the machine
Example request
Message the backend agent about the new API field and ask it to confirmLimitations
Requires Node.js 18+ and tmux; Windows only via WSL2. Plugin skills work together with the running AI Maestro service. Agent subscriptions are paid separately. Installs via a script from the internet.
How to disable. Stop the AI Maestro service, uninstall its Claude Code plugin via /plugin uninstall and delete the install directory.
Security check
- Runs agents with terminal and repository access
- Opens network connections between machines
- Installs via a script from the internet
README in short
The README tells how the author got tired of relaying context between dozens of agents and describes a model where an agent owns a product or repository and works through git like an employee. It gives a one-command install, a manual yarn setup and Windows and Linux notes. It then covers the dashboard, memory, messaging and multi-machine features. MIT licensed.
FAQ
Do I have to use Claude Code?
No, any terminal agent works: Codex, Aider, Cursor and others.
Is there a paid tier?
No, it is MIT licensed with no accounts or telemetry; you only pay for the agents themselves.
Related
Open-source personal AI assistant on your own machine: answers in Telegram, Slack, Discord and WhatsApp, extended with skills and plugins
A self-improving agent from Nous Research with a TUI, messaging gateway, cron jobs and skills it writes itself
An open source coding agent for the terminal and desktop with build and plan modes
Anthropic's coding agent for the terminal, IDE and GitHub: understands your codebase, runs tasks and handles git