|
|
há 1 mês atrás | |
|---|---|---|
| .. | ||
| scripts | há 1 mês atrás | |
| src | há 1 mês atrás | |
| src-tauri | há 1 mês atrás | |
| .gitignore | há 3 meses atrás | |
| AGENTS.md | há 2 meses atrás | |
| README.md | há 1 mês atrás | |
| index.html | há 2 meses atrás | |
| package.json | há 1 mês atrás | |
| sst-env.d.ts | há 1 mês atrás | |
| tsconfig.json | há 2 meses atrás | |
| vite.config.ts | há 3 meses atrás | |
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