FleetCrown runs in your browser as a full control plane. Fleet Runner is the optional desktop app that lets agents act on your computer — open files, run commands, drive terminal sessions — while you stay in command from the web or your phone.
You can start with the web today and add Fleet Runner whenever you want agents to actually do work on your machine.
sudo dpkg -i ~/Downloads/Fleet-Runner-linux-amd64.deb && fleet-runnerOn Linux, downloads start non-executable for safety. Paste the one-line command shown under Download to mark Fleet Runner executable and launch it. On macOS and Windows (coming soon), a normal double-click is enough.
Use the same FleetCrown account you signed up with on the web. The desktop app opens straight to your dashboard. From the web, you can also click "Open in Fleet Runner" to log the desktop app in without copy-pasting a token. From v0.3.0 onward, Fleet Runner checks for updates on launch and downloads them in the background — you'll never have to manually re-download.
Pick a project on your computer and dispatch an intent. Fleet Runner launches the agent in a terminal session and pings you when it hands off — even if the app is hidden. The terminal session manager ships inside Fleet Runner; you just need at least one agent CLI installed (Claude Code or Grok — see prerequisites below).
Fleet Runner doesn't replace the tools you already use — it drives them. Only one thing must exist on your machine for an agent to actually run: a supported agent CLI. Pick whichever AI you prefer; you only need one to start. (Zellij — the terminal session manager that gives each agent its own pane — ships inside Fleet Runner since v0.2.0, so you no longer install it separately.)
One supported agent CLI is required — Claude Code is the recommended default. Skip this if you already plan to install Grok below; you only need one.
npm install -g @anthropic-ai/claude-codeInstall Claude CodeAlternative agent CLI. Install instead of Claude Code, or alongside it if you want both available to the fleet.
curl -fsSL https://x.ai/cli/install.sh | bashInstall Grok CLIFleet Runner v0.2.0+ ships with a known-good Zellij inside the bundle and prefers it over any system install. Listed here only so you know what's running. Install it yourself only if you also want a system-wide Zellij outside Fleet Runner.
Zellij docs (optional)