OpenBuddy
Download

Download

Download OpenBuddy

Three installers, one MIT license, zero telemetry. Or build from source — the repo is the product.

macOS
124 MB

macOS

Apple Silicon & Intel

OpenBuddy-0.15.0-macOS.dmg

Open the .dmg and drag OpenBuddy.app to /Applications

Download
Windows
108 MB

Windows

x64 · NSIS installer

OpenBuddy-0.15.0-win-x64.exe

Run the installer. SmartScreen warning? Click "More info" → "Run anyway".

Download
Linux
102 MB

Linux

x86_64 · AppImage + .deb

openbuddy_0.15.0_amd64.deb

sudo dpkg -i openbuddy_0.15.0_amd64.deb · or run the AppImage directly

Download
brew install --cask openbuddy

Build from source

Read every line, then run it.

If you want to read every line before you run it, that's our preferred way too.

~/openbuddy
$ git clone --recurse-submodules https://github.com/louloulin/OpenBuddy.git
$ cd OpenBuddy && pnpm install
$ pnpm electron:dev # local dev with HMR
$ pnpm electron:build:mac # or :win / :linux / :all

Verifications

  • 469 test files in the repo (run `pnpm workspace:test`)
  • Closed-loop capability evals (`pnpm test:closed-loop`)
  • Real-model Playwright UI tests (`pnpm test:electron:real-ui`)

Checksums (SHA-256)

macOS7e3b…c4d2verify →
Windowsa8f1…b9e5verify →
Linux2c6d…7a4fverify →