Download
Get Pane on macOS, Linux, or Windows.
Install Pane with the OS-specific shell installer. It resolves the latest release, downloads the right artifact for your machine, and installs or updates Pane.
Package-Manager Alternatives
If you already have Node or Python and want the guided runpane CLI, the package wrappers are still available:
npx --yes runpane@latestRuns the guided Pane setup wizard without installing a global package.
In an interactive terminal, choose whether to install Pane, set up this machine as a remote host, update Pane, or run diagnostics.
For a persistent runpane command:
npm i -g runpane
runpane setuppython -m pip install runpane
python -m runpane setupSee runpane CLI for pnpm, pipx, uvx, explicit daemon commands, and dry-run options.
Remote VM Setup
The easiest Remote Pane setup is in the app: install Pane normally on the machine that should host your repos and agents, then open Settings > Remote Pane and create a pane-remote://... connection code. Paste that code into desktop Pane on another machine, or into the browser app at runpane.com/app .
For a headless VM or server, use the remote shell installer on the host:
If you want the guided CLI instead, choose Set up this machine as a remote host:
npx --yes runpane@latestChoose 'Set up this machine as a remote host' in the guided setup wizard.
For scripts or headless automation, use the explicit daemon commands in Advanced options below.
It prints the same kind of connection code. See Remote VM Setup for the full flow.
Nightly Builds
Nightly builds ship the latest changes before they reach the stable channel. Use them to test upcoming features or verify bug fixes. Not recommended for daily driver setups.
Direct Download
Download a binary directly from GitHub Releases .
- macOS — universal
.dmg(Apple Silicon + Intel) - Windows — x64 and ARM64
.exeinstallers - Linux — x64 and ARM64
.AppImageand.debpackages