opencode/packages/desktop
Andrei Dziahel 1274408b89
fix(desktop): install AppStream metainfo in Linux packages (#36872)
Co-authored-by: adityachaudhary99 <adityaachaudhary2003@gmail.com>
2026-07-28 08:24:20 +08: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 fix(desktop): install Electron before development (#39052) 2026-07-27 14:37:42 +10:00
src fix(desktop): use channel database in local runs (#39209) 2026-07-28 10:23:43 +10: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): install AppStream metainfo in Linux packages (#36872) 2026-07-28 08:24:20 +08:00
electron-builder.config.ts fix(desktop): install AppStream metainfo in Linux packages (#36872) 2026-07-28 08:24:20 +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.7 2026-07-27 07:32:58 +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