|
|
2 月之前 | |
|---|---|---|
| .. | ||
| scripts | d3d6e7e275 sync | 2 月之前 |
| src | 2af326606c feat(desktop): Add desktop deep link (#10072) | 2 月之前 |
| src-tauri | ad91f9143a fix(app): version to latest to avoid errors for new devs (#11201) | 2 月之前 |
| .gitignore | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 月之前 |
| README.md | 494e03490e docs: fix desktop stuff | 3 月之前 |
| index.html | c4f1087e58 chore: details | 2 月之前 |
| package.json | 24f8f18455 release: v1.1.44 | 2 月之前 |
| sst-env.d.ts | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 月之前 |
| tsconfig.json | 76ac1ccb6b chore: show version on error page | 3 月之前 |
| vite.config.ts | 0f2124db32 fix(app): no inline js | 3 月之前 |
Native OpenCode desktop app, built with Tauri v2.
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
To create a production dist/ and build the native app bundle:
bun run --cwd packages/desktop tauri build
Running the desktop app requires additional Tauri dependencies (Rust toolchain, platform-specific libraries). See the Tauri prerequisites for setup instructions.