Luke Parker f266e829cf fix(desktop): keep window tabs across app close (#34807) 2 months ago
..
icons b4147c8d08 refactor(desktop): consolidate desktop-electron into desktop package (#25822) 4 months ago
resources 2e0f88d0e3 fix(desktop): restore linux launcher identity (#31709) 3 months ago
scripts 4aaece29d9 feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 4 months ago
src f266e829cf fix(desktop): keep window tabs across app close (#34807) 2 months ago
.gitignore 4aaece29d9 feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 4 months ago
AGENTS.md b4147c8d08 refactor(desktop): consolidate desktop-electron into desktop package (#25822) 4 months ago
README.md 1219691c11 docs(desktop): update README from Tauri to Electron (#26146) 4 months ago
electron-builder.config.test.ts 2e0f88d0e3 fix(desktop): restore linux launcher identity (#31709) 3 months ago
electron-builder.config.ts 2e0f88d0e3 fix(desktop): restore linux launcher identity (#31709) 3 months ago
electron.vite.config.ts ca2acc4f8d refactor(opencode): remove JSON storage migration (#30461) 3 months ago
package.json 1e73b76ea6 sync release versions for v1.17.13 2 months ago
sst-env.d.ts 24a9841322 zen: update sst version 6 months ago
tsconfig.json b4147c8d08 refactor(desktop): consolidate desktop-electron into desktop package (#25822) 4 months ago

README.md

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