Rundock runs locally. There is nothing to provision and no account to create. You install Claude Code, install Rundock, and open it. Pick the path that matches your machine:Documentation Index
Fetch the complete documentation index at: https://docs.rundock.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Apple Silicon Mac → Path A
- Windows 10 or 11 → Path B
- Intel Mac, Linux, or building from source → Path C
Path A: Apple Silicon Mac
For Macs with M1 or later. The fastest route to a working Rundock.1. Install Claude Code
Rundock relies on Claude Code to run agents. Claude Code is Anthropic’s command-line agent and it requires a Claude Pro or Max subscription. Follow the official guide at docs.anthropic.com/en/docs/claude-code/overview to install and authenticate.2. Confirm Claude Code is working
Open Terminal and run:3. Download Rundock
Get the latest.dmg from the releases page on GitHub:
github.com/liamdarmody/rundock/releases
The .dmg is signed for Apple Silicon. Intel Macs need Path C.
4. Install Rundock
Open the downloaded.dmg file and drag the Rundock icon to your Applications folder. Eject the .dmg once the copy completes.
5. Open Rundock
Open Rundock from Applications, Spotlight, or Launchpad. On first launch, macOS may show an unverified developer warning. To allow it:- Open System Settings.
- Go to Privacy and Security.
- Scroll down to the Security section. You will see a note about Rundock being blocked.
- Click Open Anyway.
Path B: Windows (interim)
This path is interim and will be retired when the proper Windows installer ships. Until then, it is the recommended way to get Rundock onto a Windows machine without a real terminal session.
1. Open PowerShell
Press the Windows key, type “PowerShell”, and open it. The standard PowerShell window is fine; you do not need to run as administrator.2. Run the bootstrap
Paste this line and press Enter:- Checks for Node.js 20 or later and installs it via
wingetif missing. - Checks for Git and installs it via
wingetif missing. - Checks for Claude Code and prompts to run Anthropic’s installer if missing.
- Clones Rundock to
%USERPROFILE%\Rundockand runsnpm install. - Creates a Desktop shortcut and a Start Menu entry pointing at a launcher script.
3. Open Rundock
Double-click the Rundock shortcut on your Desktop, or find Rundock in the Start Menu. The launcher boots the embedded server and opens your browser athttp://localhost:3000 automatically.
Continue to first-run setup.
Troubleshooting
Ifwinget is missing on an older Windows 10 machine, install App Installer from the Microsoft Store first:
Path C: Build from source
For Intel Mac, Linux, or anyone who wants to run Rundock from source.Requirements
- Node.js 20 or later. Check with
node --version. - Claude Code installed and authenticated. Confirm with
claude --version.
Clone, install, and run
Where to next
Whichever path you took, Rundock is now running.First-run setup
What happens on first open and how to get to a working team.
Quick start
A working agent doing real work in under ten minutes.