v2.0.2 · MIT-licensed · 118 KB download

Download
Clayrune.

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

Windows 10 · 11 · the simple default

Download, double-click, done.

Unzip, double-click, and one small file sets up everything, Node, Python, Git and the Claude CLI, signs you into Claude, and opens your dashboard. No command line. No separate steps.

Download Clayrune for WindowsClayrune-Windows.zip · 118 KB · free · MIT

Prefer the raw file? Clayrune-Installer.exe · 127 KB. Downloaded directly from the official GitHub release.

One-time heads up: Windows shows an "unrecognized app" notice the first time, it's unsigned open-source, not a warning about Clayrune. Click More info → Run anyway. The source is on GitHub and we're getting it signed.

Prefer the command line, or on macOS / Linux? See the other install paths ↓
before you install

What this installs, and what you bring.

The installer sets up for you
  • Node.js, Python & Git, pulled automatically if they're missing
  • The Claude CLI, installed and ready on first launch
  • A Desktop shortcut, then it opens the dashboard for you
You bring
  • A Claude Pro or Max subscription (or API credit), whatever the claude CLI already accepts
  • About 5 minutes and a few hundred MB of disk
  • Nothing else, no account here, no sign-up
✓ Free & MIT-licensed ✓ Runs on your machine ✓ Nothing leaves your box ✓ No account · no telemetry
Rather read it first? The one-line install is a plain, open script, nothing hidden. Read every line before you run it.
Read install.ps1 → Read install.sh →
Using the Windows .exe? It's unsigned, so Windows shows "Windows protected your PC / unrecognized app" once. That's expected, not a warning about Clayrune: click More info → Run anyway. The source is on GitHub if you'd rather build it yourself.
Stuck, or something broke?

Tell us. We would rather hear it than not. If the installer stopped, the single most useful thing you can send is the last line it printed. Questions and half-formed "does this even do X?" are fine too, there is no wrong way to write to us.

Other ways / if you prefer.

The double-click installer above is the simple default. Prefer the command line, or on macOS / Linux? Same install, run your way.

Windows · command line

Prefer PowerShell? One line · no download, no prompt
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

# Same installer as the .exe, run from the shell. Installs
# the Claude CLI, clones Clayrune, adds a Desktop shortcut,
# and opens the dashboard, no manual steps. ~5 min.

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/clayrune-io/clayrune.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
Bring your own agent · Claude Code first-class, plus Gemini, Codex, Aider, OpenCode & Goose
Scheduler + autonomous steward · once · daily · interval · cron, or a standing charter that runs unattended
Hivemind · one goal, an orchestrator, and workers spawned across repos
Workflows tab · live Claude Code Workflow progress, streamed in the dashboard
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 lately.

SINCE2.0.2
added

Bring your own agent: Claude Code stays first-class, with Gemini, Codex, Aider, OpenCode & Goose selectable per project or chat.

added

Workflows tab: live Claude Code Workflow progress, streamed in the dashboard.

added

Live activity states: see at a glance whether an agent is thinking or writing.

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