opencode/packages/desktop
opencode-agent[bot] 4df3029536
fix(desktop): scope library validation exception to CLI (#46212)
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
2026-08-30 03:29:31 +00:00
..
icons
resources fix(desktop): scope library validation exception to CLI (#46212) 2026-08-30 03:29:31 +00:00
scripts feat(desktop): optimize cold development startup (#42722) 2026-08-20 17:40:50 +10:00
src chore(deps): upgrade Effect to rc.112 (#45819) 2026-08-27 23:43:37 -04:00
.gitignore
AGENTS.md
electron-builder.config.test.ts chore(desktop): trim external dependency archives (#45804) 2026-08-28 02:24:46 +00:00
electron-builder.config.ts fix(desktop): scope library validation exception to CLI (#46212) 2026-08-30 03:29:31 +00:00
electron.vite.config.test.ts chore(desktop): trim external dependency archives (#45804) 2026-08-28 02:24:46 +00:00
electron.vite.config.ts fix(desktop): bundle selected main-process dependencies (#45774) 2026-08-27 23:53:51 +00:00
package.json fix(desktop): scope library validation exception to CLI (#46212) 2026-08-30 03:29:31 +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