The OpenCode Desktop app, built with Electron.
bun install bun dev
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/.
build
package
dist/
bun run build && bun run package