opencode/packages/desktop
2026-05-21 15:51:26 +00:00
..
icons
resources
scripts feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
src chore: generate 2026-05-21 10:46:02 +00:00
.gitignore feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
AGENTS.md
electron-builder.config.ts
electron.vite.config.ts opencode: provide channel to web build (#28612) 2026-05-21 17:22:27 +08:00
package.json sync release versions for v1.15.7 2026-05-21 15:51:26 +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