opencode/packages/desktop
2026-07-23 15:59:38 +08:00
..
icons
resources
scripts
src feat(app): add dual-server compatibility (#38462) 2026-07-23 15:59:38 +08:00
.gitignore
AGENTS.md
electron-builder.config.test.ts
electron-builder.config.ts
electron.vite.config.ts
package.json
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