v1.5.1 · MIT-licensed · 42 MB

Download
Clayrune.

One download. No account. No telemetry. The whole orchestrator runs on your machine against your Claude CLI.

§ 01

Three paths / pick yours.

SECTION 01.AWIN · macOS · LINUX
PATH.A · WINDOWS
RECOMMENDED

Windows 10 · 11

Native installer · auto-updates · Claude CLI auto-detected
01 Download MissionControl-Windows.zip
02 Unzip anywhere (Desktop · Documents · etc.)
03 Double-click MissionControl.exe

# A native window opens with the full dashboard.
# Claude CLI is installed automatically if missing.
PATH.B · macOS
RECOMMENDED

macOS 11 +

Native .app · Apple Silicon · no Terminal required
01 Download MissionControl-macOS.zip
02 Unzip → drag Clayrune.app to Applications
03 Right-click Clayrune.appOpen (first launch only)

# Gatekeeper warns about "unidentified developer" once;
# right-click → Open confirms it. Future launches are normal.
# Claude CLI is installed automatically if missing.
Prefer the Terminal one-liner?
# 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
PATH.C · LINUX · WSL
ONE-LINER

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
Prefer to clone from source?
$ 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
// requirements

What you need before the first launch.

01
Claude CLI

The local claude binary signed into your Anthropic account. Auto-installed on Windows first run.

install guide →
02
Python 3.9+

Only needed if running from source. The Windows .exe bundles its own runtime.

python.org →
03
A Claude subscription

Pro, Team, or API credit — whatever the claude CLI already accepts. Clayrune never sees your key.

anthropic pricing →
04
A free port

Default 5199. Override with MC_PORT=8080 or via config.json.

configure →
// what you get

Every surface listed on the landing page. Out of one download.

Project tile dashboard · snap-to-grid layout, per-project accent, status indicators
Live streaming agents · SSE output, paste screenshots into prompts, multi-session tabs
Scheduler · once · daily · interval · upcoming-jobs banner
Backlog + GitHub Issues bidir sync · drag-and-drop, priorities, attachments
Per-project memory.md · injected automatically into every agent run
Multi-window · drag, resize, minimize · pinch-zoom on mobile
clayrune.io tunnel · phone-control your fleet from anywhere
Plan viewer · ExitPlanMode rendered in a wide pop-out
Token + cost tracking · global header counter, per-session badges
Skills system · browse, import, share across projects
§ 02

What's new in 1.5.1.

RELEASE2026-05-03
added

Multi-session agent tabs — run several conversations per project side-by-side.

added

Image paste inside agent prompts — drop screenshots straight into the chat input.

added

Project import — drag any folder onto the dashboard, Clayrune scaffolds the JSON.

fixed

Token counter race condition under heavy concurrent streaming.

fixed

Skills browser — "Import → browse other projects" selection now persists.

changed

Scheduler banner — surfaces next five jobs instead of three.

§ 03 · NEXT

Got it running?
Wire your phone next.

The clayrune.io tunnel lets you tap "dispatch" from a phone in the airport. Two-minute setup. No router config. Encrypted handshake to your laptop.

~60sinstall
0accounts
localhost:5199
MITlicense