paviko 05781a2b32 Merge public/dev into ide-plugin - resolved conflicts in build.ts and bun.lock 2 週間 前
..
scripts d3d6e7e275 sync 3 週間 前
src 2af326606c feat(desktop): Add desktop deep link (#10072) 3 週間 前
src-tauri a552652fcc Revert "feat: Transitions, spacing, scroll fade, prompt area update (#11168)" (#11461) 2 週間 前
.gitignore 81c3c63895 chore: rename packages/tauri -> packages/desktop 1 ヶ月 前
README.md 494e03490e docs: fix desktop stuff 1 ヶ月 前
index.html c4f1087e58 chore: details 3 週間 前
package.json 597ae57bb1 release: v1.1.48 2 週間 前
sst-env.d.ts 28c802f399 wip: zen 2 ヶ月 前
tsconfig.json 76ac1ccb6b chore: show version on error page 1 ヶ月 前
vite.config.ts be32d4cf76 Merge public/dev into current branch — resolve conflicts: server: mount /app, add fetch RPC, update deps (@modelcontextprotocol/[email protected], keep @iarna/toml) 1 ヶ月 前

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.