opencode/packages/desktop
opencode-agent[bot] ea3e0dde19
feat(desktop): restore CLI installer menu item (#43906)
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
2026-08-21 15:49:55 +00:00
..
icons
resources
scripts feat(desktop): optimize cold development startup (#42722) 2026-08-20 17:40:50 +10:00
src feat(desktop): restore CLI installer menu item (#43906) 2026-08-21 15:49:55 +00:00
.gitignore
AGENTS.md
electron-builder.config.test.ts
electron-builder.config.ts
electron.vite.config.ts feat(desktop): optimize cold development startup (#42722) 2026-08-20 17:40:50 +10:00
package.json refactor(desktop): move IPC to Effect RPC (#43207) 2026-08-21 02:30:27 +00: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