Official installation scripts for MUXI -- open-source infrastructure for running AI agents in production.
Important
This repository is part of the larger MUXI ecosystem.
📋 Complete architectural overview: See muxi/ARCHITECTURE.md - explains how all 9 repositories fit together, dependencies, status, and roadmap.
# macOS (Homebrew)
brew install muxi-ai/tap/muxi
# macOS / Linux
curl -fsSL https://muxi.org/install | bash
# Linux (system-wide)
curl -fsSL https://muxi.org/install | sudo bash
# Windows (PowerShell)
irm https://muxi.org/install | iex| Flag | Description |
|---|---|
--non-interactive |
Skip prompts, use defaults |
--cli-only |
Install CLI only (no server) |
--dry-run |
Download but don't install |
| Binary | Description |
|---|---|
muxi-server |
Orchestration server for AI agent formations |
muxi |
CLI for managing formations and deployments |
muxi-server init # Generate credentials
muxi-server start # Start the server- muxi.org/docs/installation -- Full installation guide
- muxi.org/docs/quickstart -- Getting started
- DESIGN.md -- Installer internals and design decisions
- muxi-ai/server -- MUXI Server
- muxi-ai/cli -- MUXI CLI
- muxi-ai/homebrew-tap -- Homebrew formula
Apache-2.0