opencode/packages/desktop
2026-08-14 13:40:18 +10:00
..
icons
resources fix(desktop): restore linux launcher identity (#31709) 2026-06-10 15:54:49 +00:00
scripts feat(deskltop): use opencode2 in WSL (#42199) 2026-08-13 11:20:48 +10:00
src feat(desktop): show migration progress (#42495) 2026-08-14 13:40:18 +10:00
.gitignore feat(desktop): reintroduce AppStream MetaInfo for Linux desktop builds (#27253) 2026-05-13 13:14:39 +08:00
AGENTS.md docs(desktop): add Solid best practices guidance (#42211) 2026-08-13 11:56:55 +10:00
electron-builder.config.test.ts feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
electron-builder.config.ts feat(desktop): publish v2 beta desktop (#41626) 2026-08-11 14:33:31 +10:00
electron.vite.config.ts fix(desktop): align local development identity (#41889) 2026-08-12 12:04:57 +10:00
package.json feat(desktop): support local server builds (#41486) 2026-08-12 09:56:47 +10: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