opencode/packages/desktop
opencode-agent[bot] 979ac810af
feat(app): add Hebrew locale (#42475)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
2026-08-14 12:31:48 +10:00
..
icons
resources
scripts feat(deskltop): use opencode2 in WSL (#42199) 2026-08-13 11:20:48 +10:00
src feat(app): add Hebrew locale (#42475) 2026-08-14 12:31:48 +10:00
.gitignore
AGENTS.md docs(desktop): add Solid best practices guidance (#42211) 2026-08-13 11:56:55 +10:00
electron-builder.config.test.ts
electron-builder.config.ts
electron.vite.config.ts
package.json
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