opencode/packages/desktop
2026-06-12 02:19:38 +00:00
..
icons refactor(desktop): consolidate desktop-electron into desktop package (#25822) 2026-05-05 13:43:36 +08:00
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 refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
.gitignore feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
AGENTS.md refactor(desktop): consolidate desktop-electron into desktop package (#25822) 2026-05-05 13:43:36 +08:00
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.4 2026-06-12 02:19:38 +00:00
README.md docs(desktop): update README from Tauri to Electron (#26146) 2026-05-07 16:31:37 +08:00
sst-env.d.ts zen: update sst version 2026-02-18 13:54:23 -05:00
tsconfig.json refactor(desktop): consolidate desktop-electron into desktop package (#25822) 2026-05-05 13:43:36 +08:00

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