opencode/packages/desktop
opencode-agent[bot] ec11d6ed03 chore: generate
2026-08-10 03:37:40 +00:00
..
icons
resources
scripts
src chore: generate 2026-08-10 03:37:40 +00:00
.gitignore
AGENTS.md chore: merge dev into v2 (#41460) 2026-08-10 03:36:24 +00:00
electron-builder.config.test.ts
electron-builder.config.ts
electron.vite.config.ts fix(desktop): bootstrap v2 background service (#39309) 2026-07-28 21:03:34 +10:00
package.json chore: merge dev into v2 (#41460) 2026-08-10 03:36:24 +00:00
README.md docs(desktop): update README from Tauri to Electron (#26146) 2026-05-07 16:31:37 +08:00
sst-env.d.ts
tsconfig.json

OpenCode Desktop

The OpenCode Desktop app, built with Electron.

Development

bun install
bun dev

Build

Run the build script to build the app's JS assets, then package to bundle the assets as an application. The resulting app will be in dist/.

bun run build && bun run package