Andrew Thal 361a962673 fix(desktop): open external links in default browser (#7221) há 1 mês atrás
..
scripts c131dd0829 fix(desktop): Windows support for PTY and cross-platform build scripts (#6508) há 1 mês atrás
src cbf87c50b9 chore: generate há 1 mês atrás
src-tauri 361a962673 fix(desktop): open external links in default browser (#7221) há 1 mês atrás
.gitignore 81c3c63895 chore: rename packages/tauri -> packages/desktop há 2 meses atrás
README.md 494e03490e docs: fix desktop stuff há 1 mês atrás
index.html a4c67515c9 fix(desktop): tweak window drag region layout há 1 mês atrás
package.json 184834da98 release: v1.1.6 há 1 mês atrás
sst-env.d.ts 81c3c63895 chore: rename packages/tauri -> packages/desktop há 2 meses atrás
tsconfig.json 76ac1ccb6b chore: show version on error page há 1 mês atrás
vite.config.ts a7beba5aa9 chore(desktop): disable sourcemap há 1 mês atrás

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.