opencode/packages/desktop
opencode-agent[bot] 5ec29e7a87
refactor(desktop): use password-only server authentication (#45958)
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
2026-08-31 13:06:35 +08: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 refactor(desktop): use password-only server authentication (#45958) 2026-08-31 13:06:35 +08: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 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