Download Muster v1.12.1

The open desktop app for running a team of AI agents. Self-host free on your own machine.

macOS
Apple Silicon (M1 / M2 / M3 / M4) · .dmg · unsigned build — right-click → Open
Download .dmg
Windows
64-bit · one-click installer, no admin rights needed
Download .exe
Ubuntu / Debian
x64 · .deb package · sudo dpkg -i Muster.deb
Download .deb
Linux (any distro)
x64 · AppImage, no install needed · chmod +x Muster.AppImage && ./Muster.AppImage
Download AppImage
SHA-256 checksums
Loading…

iPhone & Apple Watch

The iOS companion carries the whole product in your pocket: the roster, full chats, approval cards, task switching, live computer frames — and an Apple Watch app for approvals on the wrist, so a bot that stops and asks never waits for you to reach a desk.

Distribution: the build is uploaded to App Store Connect and processing. The TestFlight join link appears here the moment it clears processing and a test group is open — until then there is nothing to click, and a link here would be a dead end.

In the meantime, the same chat, approvals and tasks work in the browser on any phone: open muster.today/app and add it to your home screen.

Muster CLI

No installer at all — the CLI is a single file with zero dependencies (~40 KB, Node 22+). It boots the same server headless, prints the phone-pairing QR, and drives the roster from any terminal, including a VPS over SSH.

curl -fsSL https://muster.today/downloads/muster-cli.mjs -o muster && chmod +x muster && ./muster help

Command tour and real output: the CLI section on the landing page.

Self-host with Docker

Run the web UI and harness server in a container — all features, unlimited bots, free forever. Your machine, your data.

docker run -d --name muster \ -p 3010:3010 \ -v ~/.muster:/root/.muster \ ghcr.io/orazen/muster:latest

Full self-hosting guide →

First launch on macOS? Unsigned builds show "unidentified developer" — right-click the app → Open, then click Open again. It's a one-time gate, not a block.