opencode/packages/desktop
2026-07-17 18:09:30 +08:00
..
icons
resources
scripts
src feat(desktop): add focus debug toggle (#37465) 2026-07-17 18:09:30 +08:00
.gitignore
AGENTS.md
electron-builder.config.test.ts
electron-builder.config.ts
electron.vite.config.ts fix(desktop): stabilize esm shim injection (#35270) 2026-07-04 13:31:13 +10:00
package.json sync release versions for v1.18.3 2026-07-16 15:34:31 +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