opencode/packages/desktop
opencode-agent[bot] f1399dcb65
fix(desktop): orchestrate update restarts (#41865)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
2026-08-12 08:38:18 +10:00
..
icons
resources
scripts feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
src fix(desktop): orchestrate update restarts (#41865) 2026-08-12 08:38:18 +10:00
.gitignore
AGENTS.md chore: merge dev into v2 (#41460) 2026-08-10 03:36:24 +00:00
electron-builder.config.test.ts feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
electron-builder.config.ts feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
electron.vite.config.ts
package.json feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
README.md
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