The Open-source AI Application Server.
Not a framework. Not a wrapper. A server.
Quickstart · Docs · Agent Formation Schema · Community · Roadmap
No one builds their own Nginx to deploy a website. No one should reinvent infrastructure to build AI.
MUXI (/ˈmʌk.siː/) is production infrastructure for AI agents -- where agents are native primitives with built-in orchestration, memory, observability, and scale.
| Concept | Docker | MUXI |
|---|---|---|
| Engine | Docker Engine | Server + Runtime |
| Definition | Dockerfile | Formation |
| Registry | Docker Hub | MUXI Registry |
| CLI | docker |
muxi |
brew install muxi-ai/tap/muxi # macOS
curl -fsSL https://muxi.org/install | sudo bash # Linux
powershell -c "irm https://muxi.org/install | iex" # Windowsmuxi pull @muxi/hello-world # pull a formation
muxi deploy # deploy it
muxi chat hello-world # talk to itThat's it. Your agent is running, stateful, and accessible via API.
- Declarative agents –
.afsfiles, version-controlled, auto-discovered. Docs - Three-tier memory – buffer, persistent, and semantic memory built in. Docs
- 1,000+ MCP tools – GitHub, Slack, Stripe, databases, and more. Docs
- Multi-tenant – per-user isolation, RBAC, OAuth. Docs
- Observability – 349 event types, real-time streaming, 10+ export targets. Docs
- Intelligent orchestration – Overlord routes to specialists, decomposes tasks. Docs
- Async processing – triggers, webhooks, scheduled tasks. Docs
- Any LLM – 21 providers, 300+ models, no lock-in. Docs
MUXI implements the Agent Formation Standard – an open spec for declarative AI agents.
Important
AI infrastructure should be open, not owned by big tech.
- Self-hostable – Run anywhere, owned by you
- Observable – See what's happening, always
- Declarative – Version-controlled and reproducible
- Open – No secrets, no lock-in
If you build it, you should control it.
| Repo | Description |
|---|---|
| muxi | The meta repo |
| server | The AI Server |
| cli | Command-line interface |
| sdks | 12 SDKs: Python, TypeScript, Go, Swift, Java, and more |
MUXI = Multiplexed eXtensible Intelligence
Built by @aroussi, author of Production-Grade Agentic AI (665 pages)
For AI/LLM agents: muxi.org/llms.txt