v2.0 · MIT-licensed · 42 MB

Download
Clayrune.

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> iwr https://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.
Prefer a double-click? (one-time Windows prompt)
01 Download Clayrune-Installer.exe and run it
02 Windows shows "unrecognized app" once, click More infoRun anyway

# Same installer, just unsigned. Its source is on GitHub
# if you'd rather read it before running.

macOS 11 +

Native .app · Apple Silicon · no Terminal required
01 Download Clayrune-macOS.zip
02 Unzip → drag Clayrune.app to Applications
03 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.
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

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
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.

install guide →
02
Runtime & deps

The Windows .exe bundles its own runtime, and the installer pulls Python / Node automatically when needed. You install nothing by hand.

python.org →
03
A Claude subscription

The one thing to bring: Pro, Team, or API credit, whatever the claude CLI already accepts. Clayrune never sees your key.

anthropic pricing →
04
A free port

Picked for you. Defaults to 5199. Override anytime 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

What's new in 2.0.

RELEASE2026-06-04
added

Redesigned Settings: WhatsApp-style three-level navigation with live search.

added

Brief replies on desktop, choose Off, Phone, or Everywhere.

added

Search past chats by transcript content, scoped per project.

added

Per-agent and per-project effort control via a new --effort knob.

fixed

Resumed sessions keep their transcripts across process death.

fixed

Restart or crash no longer orphans the child processes an agent spawned.

changed

Per-project MCP trimming loads only the servers a project actually needs.

changed

Idle streaming sessions are evicted to save resources; windowless launch by default on Windows.

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