Download center
Get Workbench, version 0.4.0.
Free, and it runs on your machine. Grab version v0.4.0 for your platform below.
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.AppImageDebian package
Installs the app and adds a desktop entry.
sudo dpkg -i workbench_0.4.0_amd64.debFrom source
Build the desktop app yourself if you prefer.
npm install && npm run packComing from a previous build? See the changelog.