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