Muster Docs

Muster documentation

Muster is an AI-agent workforce: you hire bots, give them engines, put them in teams, and put them to work — from your desktop, your phone, or a server you own. These docs cover everything from your first minute to full self-hosting.

macOS · Windows · Linux Web app Self-hostable Bring your own models

Your first five minutes

Install the desktop app, run one command, claim your workspace from your phone:

# 1. install the desktop app — the server ships inside it

# 2. or boot the server headless with the single-file CLI (Node 22+):
curl -fsSL https://muster.orazen.online/downloads/muster-cli.mjs -o muster && chmod +x muster
./muster up

# 3. claim your workspace — scan the QR code it prints with your phone,
#    or open the link in a browser

Full walkthrough, including adding your first AI engine and hiring your first bot: Quick start.

Start here

What's new

See Goals & autonomy for the full picture, or grab the latest build on the download page.

Running a server?

If you'd rather own the whole stack — data, engines, and uptime — the self-hosting guide takes you from a bare VPS to a branded deployment in one Docker compose file. Muster's own site runs exactly that way.