Getting Started
The μaaam platform provides multiple installation options for different environments and workflows.

System Requirements
Operating Systems
- Linux (Ubuntu 20.04+, Fedora 34+, Arch Linux)
- macOS 12+
- Windows 10/11 with WSL2
Dependencies
- Node.js 18+
- Docker Desktop (optional)
- git
Linux/macOS Installation
Use the CLI tool for quick installation:
# Using Homebrew brew install muam # Using Linux binary curl -fsSL https://install.muam.dev/v3 | sh
Windows Installation
Download the official installer or use PowerShell:
$ curl.exe -L https://download.muam.dev/win64.exe -OutFile muam.exe
Docker Setup
Run μaaam in a container with full compatibility:
docker pull muam/cli:latest docker run -it muam/cli --help
npm CLI (Beta)
For development workflows using Node ecosystems:
npm create muam@latest