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.

    5 1

  2. server server Public

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

    Go 1

  3. cli cli Public

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

    Go

  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. install install Public

    Official installation scripts for MUXI Server and CLI

    Shell

Repositories

Showing 10 of 26 repositories
  • runtime Public

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

    muxi-ai/runtime’s past year of commit activity
    Python 1 0 0 0 Updated Mar 2, 2026
  • registry Public

    Discover, share, and distribute AI agent formations

    muxi-ai/registry’s past year of commit activity
    PHP 0 Apache-2.0 0 0 0 Updated Feb 26, 2026
  • muxi-csharp Public

    Official MUXI SDK for C#

    muxi-ai/muxi-csharp’s past year of commit activity
    C# 0 0 0 1 Updated Feb 26, 2026
  • homebrew-tap Public

    Homebrew formulas for MUXI services

    muxi-ai/homebrew-tap’s past year of commit activity
    Ruby 0 0 0 0 Updated Feb 25, 2026
  • muxi Public

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

    muxi-ai/muxi’s past year of commit activity
    5 1 26 (1 issue needs help) 0 Updated Feb 25, 2026
  • hello-muxi Public

    A showcase formation for the MUXI registry that demonstrates multi-agent orchestration, MCP integration, SOPs, and real-world side effects — all while explaining MUXI itself.

    muxi-ai/hello-muxi’s past year of commit activity
    0 0 0 0 Updated Feb 25, 2026
  • server Public

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

    muxi-ai/server’s past year of commit activity
    Go 1 0 0 0 Updated Feb 25, 2026
  • cli Public

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

    muxi-ai/cli’s past year of commit activity
    Go 0 Apache-2.0 0 0 0 Updated Feb 25, 2026
  • runtime-runner Public

    Docker wrapper that enables running Singularity SIF files on macOS and Windows

    muxi-ai/runtime-runner’s past year of commit activity
    Dockerfile 0 MIT 0 0 0 Updated Feb 25, 2026
  • onellm Public

    Unified interface for interacting with various LLMs hundreds of models, caching, fallback mechanisms, and enhanced reliability.

    muxi-ai/onellm’s past year of commit activity
    Python 44 Apache-2.0 3 0 0 Updated Feb 25, 2026

Top languages

Loading…