opencode/packages/desktop
opencode-agent[bot] b12bc87548 chore: generate
2026-06-02 23:06:44 +00:00
..
icons
resources
scripts
src chore: generate 2026-06-02 23:06:44 +00:00
.gitignore
AGENTS.md
electron-builder.config.ts
electron.vite.config.ts refactor(opencode): remove JSON storage migration (#30461) 2026-06-02 19:05:14 -04:00
package.json refactor(opencode): remove JSON storage migration (#30461) 2026-06-02 19:05:14 -04: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