opencode/packages/desktop
2026-08-27 23:43:37 -04:00
..
icons
resources fix(desktop): restrict macOS app entitlements (#45258) 2026-08-26 12:53:00 +00:00
scripts
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 chore(desktop): trim external dependency archives (#45804) 2026-08-28 02:24:46 +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 chore(deps): upgrade Solid and Router (#45808) 2026-08-28 03:03:08 +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