opencode/packages/desktop
usrnk1 265a93927d
feat(desktop): add layout transition switch (#36667)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
2026-07-14 14:50:20 +00:00
..
icons
resources
scripts
src feat(desktop): add layout transition switch (#36667) 2026-07-14 14:50:20 +00:00
.gitignore
AGENTS.md
electron-builder.config.test.ts
electron-builder.config.ts
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.17.20 2026-07-13 21:09:53 +00:00
README.md
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