opencode/packages/desktop
2026-09-01 09:07:25 +10: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(browser): remove proxy and client abstractions 2026-09-01 09:07:25 +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 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 refactor(browser): remove proxy and client abstractions 2026-09-01 09:07:25 +10: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