|
|
1 ay önce | |
|---|---|---|
| .. | ||
| scripts | 1 ay önce | |
| src | 1 ay önce | |
| src-tauri | 1 ay önce | |
| .gitignore | 3 ay önce | |
| AGENTS.md | 2 ay önce | |
| README.md | 1 ay önce | |
| index.html | 2 ay önce | |
| package.json | 1 ay önce | |
| sst-env.d.ts | 1 ay önce | |
| tsconfig.json | 2 ay önce | |
| vite.config.ts | 3 ay önce | |
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