Download center

Get Workbench, version 0.4.0.

Free, and it runs on your machine. Grab version v0.4.0 for your platform below.

Available

Linux

Portable app or package install.

Available

macOS

Disk image for Apple silicon and Intel.

Available

Windows

Standard installer for 64-bit Windows.

Before you start

Workbench drives tools you already have. It checks for these on first run and shows install instructions for anything missing.

git
Required
Repos, diffs, and commits.
GitHub CLI
Recommended
Remote repos and pull requests.
Agent
One of
Cursor Agent, Claude Code, Codex, or OpenCode.
Docker
Optional
Only if your project already uses it.

Install

AppImage

Make it executable and run it. No installation, no admin rights.

chmod +x Workbench-0.4.0.AppImage && ./Workbench-0.4.0.AppImage

Debian package

Installs the app and adds a desktop entry.

sudo dpkg -i workbench_0.4.0_amd64.deb

From source

Build the desktop app yourself if you prefer.

npm install && npm run pack

Coming from a previous build? See the changelog.