opencode/packages/desktop
2026-08-07 15:34:52 +00:00
..
icons
resources
scripts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
src Apply PR #40427: some experimental perf improvements 2026-08-07 15:34:52 +00:00
.gitignore
AGENTS.md feat(app): add global locale coverage (#40992) 2026-08-07 05:41:11 +00:00
electron-builder.config.test.ts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
electron-builder.config.ts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
electron.vite.config.ts
package.json sync release versions for v1.18.15 2026-08-07 06:49:53 +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