Back to Opencode

OpenCode Desktop

packages/desktop/README.md

1.14.48318 B
Original Source

OpenCode Desktop

The OpenCode Desktop app, built with Electron.

Development

bash
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/.

bash
bun run build && bun run package