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