8000 MUXI · GitHub
[go: up one dir, main page]

Skip to content
@muxi-ai

MUXI

The AI application server. Open-source, free, and self-hostable.

MUXI
Deploy Intelligence

The Open-source AI Application Server.
Not a framework. Not a wrapper. A server.

Docs  X/Twitter  LinkedIn

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"   # Windows
muxi pull @muxi/hello-world   # pull a formation
muxi deploy                   # deploy it
muxi chat hello-world         # talk to it

That's it. Your agent is running, stateful, and accessible via API.


What You Get

  • Declarative agents.afs files, 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.


Our Creed

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.


Repositories

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

Pinned Loading

  1. muxi muxi Public

    Deploy intelligence. Open-source infrastructure for AI agents in production.

    7 2

  2. server server Public

    The AI Application Server: Websites have web servers. APIs have application servers. Agents finally have their own.

    Go 2

  3. cli cli Public

    MUXI's official command-line interface. Deploy and manage AI agents from the command line.

    Go 1

  4. sdks sdks Public

    Client libraries for MUXI-powered apps: Python, TypeScript, Go, Rust, Java, C#, Ruby, PHP, Swift, Kotlin, C/C++, and Dart.

  5. runtime runtime Public

    The runtime engine for MUXI formations. Runs locally, in the cloud, or embedded in any app.

    Python 1

  6. skills-rce skills-rce Public

    Code execution service for AI agent skills. Runs in isolated subprocesses with skill caching.

    Go 3 1

Repositories

Showing 10 of 27 repositories

Top languages

Loading…

Most used topics

Loading…

100
0