|
|
hai 1 mes | |
|---|---|---|
| .. | ||
| scripts | hai 1 mes | |
| src | hai 1 mes | |
| src-tauri | hai 1 mes | |
| .gitignore | hai 3 meses | |
| AGENTS.md | hai 2 meses | |
| README.md | hai 1 mes | |
| index.html | hai 2 meses | |
| package.json | hai 1 mes | |
| sst-env.d.ts | hai 1 mes | |
| tsconfig.json | hai 2 meses | |
| vite.config.ts | hai 3 meses | |
Native OpenCode desktop app, built with Tauri v2.
Building the desktop app requires additional Tauri dependencies (Rust toolchain, platform-specific libraries). See the Tauri prerequisites for setup instructions.
From the repo root:
bun install
bun run --cwd packages/desktop tauri dev
bun run --cwd packages/desktop tauri build
If you see errors about Rust not being found, install it via rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh