|
|
пре 3 недеља | |
|---|---|---|
| .. | ||
| scripts | пре 1 месец | |
| src | пре 3 недеља | |
| src-tauri | пре 3 недеља | |
| .gitignore | пре 2 месеци | |
| README.md | пре 1 месец | |
| index.html | пре 3 недеља | |
| package.json | пре 3 недеља | |
| sst-env.d.ts | пре 2 месеци | |
| tsconfig.json | пре 1 месец | |
| vite.config.ts | пре 1 месец | |
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.