opencode/packages/desktop
2026-05-18 15:43:28 +08:00
..
icons
resources
scripts feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
src feat(desktop): add notification permission for renderer (#28119) 2026-05-18 15:43: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.ts feat(desktop): allow silent install and only user-wide scope (#26253) 2026-05-07 23:58:16 +00:00
electron.vite.config.ts
package.json sync release versions for v1.15.4 2026-05-17 17:44:50 +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
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