Luke Parker b4cc7d13b6 fix(desktop): limit zoom handler to zoom keys (#25516) před 4 měsíci
..
icons d36b38e4a6 fix(desktop-electron): match dev dock icon inset on macOS (#19429) před 5 měsíci
resources 161734fb95 desktop: remove unnecessary macOS entitlements (#16161) před 6 měsíci
scripts ee23043d64 Remove CLI from electron app (#17803) před 5 měsíci
src b4cc7d13b6 fix(desktop): limit zoom handler to zoom keys (#25516) před 4 měsíci
.gitignore 5cf235fa6c desktop: add electron version (#15663) před 6 měsíci
AGENTS.md 5cf235fa6c desktop: add electron version (#15663) před 6 měsíci
README.md 5cf235fa6c desktop: add electron version (#15663) před 6 měsíci
electron-builder.config.ts d37e5af57d Disable Windows update code signature verification (#24905) před 4 měsíci
electron.vite.config.ts 163290bcf0 desktop: sentry integration (#15300) před 4 měsíci
package.json 43e20874f4 sync release versions for v1.14.33 před 4 měsíci
sst-env.d.ts 5cf235fa6c desktop: add electron version (#15663) před 6 měsíci
tsconfig.json 54e7baa6cf fix(desktop-electron): fix resource loading under file:// protocol (#17125) před 5 měsíci

README.md

OpenCode Desktop

Native OpenCode desktop app, built with Tauri v2.

Development

From the repo root:

bun install
bun run --cwd packages/desktop tauri dev

This starts the Vite dev server on http://localhost:1420 and opens the native window.

If you only want the web dev server (no native shell):

bun run --cwd packages/desktop dev

Build

To create a production dist/ and build the native app bundle:

bun run --cwd packages/desktop tauri build

Prerequisites

Running the desktop app requires additional Tauri dependencies (Rust toolchain, platform-specific libraries). See the Tauri prerequisites for setup instructions.