opencode/packages/desktop
2026-06-21 00:03:08 +00:00
..
icons
resources fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
scripts
src experiment: better web picker using @pierre/tree (#31208) 2026-06-16 17:43:23 +02:00
.gitignore
AGENTS.md
electron-builder.config.test.ts fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
electron-builder.config.ts fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
electron.vite.config.ts refactor(opencode): remove JSON storage migration (#30461) 2026-06-02 19:05:14 -04:00
package.json sync release versions for v1.17.9 2026-06-21 00:03:08 +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