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

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