opencode/packages/desktop
2026-06-10 11:37:47 +00:00
..
icons
resources
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
electron-builder.config.ts fix(desktop): update Electron stack and panel layout (#31571) 2026-06-09 23:34:35 +00:00
electron.vite.config.ts refactor(opencode): remove JSON storage migration (#30461) 2026-06-02 19:05:14 -04:00
package.json release: v1.17.1 2026-06-10 11:37:47 +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