One download. No account. No telemetry. The whole orchestrator runs on your machine against your Claude CLI.
Three paths / pick yours.
Windows 10 · 11
One command in PowerShell · no download, no warnings
01 Open PowerShell, press Start, type PowerShell, hit Enter
02 Paste this command and press Enter:
PS>iwrhttps://clayrune.io/install.ps1 -useb | iex# Installs the Claude CLI, clones Clayrune, adds a Desktop
# shortcut, and opens the dashboard, no manual steps. ~5 min.
01 Download Clayrune-Installer.exe and run it
02 Windows shows "unrecognized app" once, click More info → Run anyway# Same installer, just unsigned. Its source is on GitHub
# if you'd rather read it before running.
Native .app · Apple Silicon · no Terminal required
01 Download Clayrune-macOS.zip02 Unzip → drag Clayrune.app to Applications03 Double-click Clayrune.app to launch
# Signed & notarized by Apple, just double-click to open,
# no right-click workaround needed. Claude CLI is installed
# automatically if missing.
# Same install logic as the .app, but run from Terminal.
# Requires Xcode Command Line Tools (xcode-select --install).$curl -sSL https://clayrune.io/install.sh | sh
Linux · WSL
One-liner · auto-installs Node, Claude CLI, Python venv
# Paste into Terminal. Installs everything, launches the dashboard.$curl -sSL https://clayrune.io/install.sh | sh
$git clone https://github.com/ronle/mission-control.git$cd mission-control
$pip install -r requirements.txt
# native window (pywebview)$python app.py
# or browser-only on http://localhost:5199$python server.py
zero setup
Nothing to install. Installer handles it all.
Missing the Claude CLI, a runtime, or anything else? The installer detects it and sets it up for you on first launch. The only thing to bring is a Claude subscription.
01
Claude CLI
Auto-installed on first launch if it's not already on your machine, just sign into your Anthropic account when prompted.