opencode/packages/desktop
2026-08-05 20:58:52 +00:00
..
icons
resources fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
scripts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
src chore: generate 2026-08-04 06:57:27 +00:00
.gitignore feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
AGENTS.md feat(i18n): localize hardcoded application copy (#40377) 2026-08-04 16:56:03 +10:00
electron-builder.config.test.ts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08:00
electron-builder.config.ts feat(desktop): add opt-in v2 sidecar (#39286) 2026-07-28 17:29:27 +08: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.18.14 2026-08-05 20:58:52 +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