opencode/packages/desktop
2026-08-03 19:49:08 +10:00
..
icons
resources fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
scripts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
src perf(app): fix composer lag via buffered blob draft storage (#40207) 2026-08-03 19:49:08 +10:00
.gitignore
AGENTS.md refactor(desktop): consolidate desktop-electron into desktop package (#25822) 2026-05-05 13:43:36 +08: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 fix(desktop): stabilize esm shim injection (#35270) 2026-07-04 13:31:13 +10:00
package.json perf(app): fix composer lag via buffered blob draft storage (#40207) 2026-08-03 19:49:08 +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