opencode/packages/desktop
2026-07-09 18:51:42 +00:00
..
icons
resources fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
scripts feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
src feat(app): change traffic light position, fix sequoia bug (#35081) 2026-07-07 12:49:28 +08: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.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 fix(desktop): stabilize esm shim injection (#35270) 2026-07-04 13:31:13 +10:00
package.json sync release versions for v1.17.18 2026-07-09 18:51:42 +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