Shoubhit Dash bb8a1718a6 fix(desktop): restore shell path env for desktop sidecar (#15211) před 1 měsícem
..
scripts fce811b52f fix: most segfaults on windows with Bun v1.3.10 stable (#15181) před 1 měsícem
src 6b021658ad fix(app): open in powershell (#15112) před 1 měsícem
src-tauri bb8a1718a6 fix(desktop): restore shell path env for desktop sidecar (#15211) před 1 měsícem
.gitignore 81c3c63895 chore: rename packages/tauri -> packages/desktop před 3 měsíci
AGENTS.md eef3ae3e1f Fix/reverception (#13166) před 2 měsíci
README.md 76b60f3779 desktop: make readme more accurate před 1 měsícem
index.html b7ad8e459c desktop: add loading window and restructure rust (#12176) před 2 měsíci
package.json 799b2623cb release: v1.2.15 před 1 měsícem
sst-env.d.ts 24a9841322 zen: update sst version před 1 měsícem
tsconfig.json b7ad8e459c desktop: add loading window and restructure rust (#12176) před 2 měsíci
vite.config.ts 0f2124db32 fix(app): no inline js před 3 měsíci

README.md

OpenCode Desktop

Native OpenCode desktop app, built with Tauri v2.

Prerequisites

Building the desktop app requires additional Tauri dependencies (Rust toolchain, platform-specific libraries). See the Tauri prerequisites for setup instructions.

Development

From the repo root:

bun install
bun run --cwd packages/desktop tauri dev

Build

bun run --cwd packages/desktop tauri build

Troubleshooting

Rust compiler not found

If you see errors about Rust not being found, install it via rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh