Download Muster v1.12.1
The open desktop app for running a team of AI agents. Self-host free on your own machine.
SHA-256 checksums
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