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.
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.
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.
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.
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>iwrhttps://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.
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/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.