mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
1a902b291c
Beta releases no longer trigger unnecessary Winget submissions, and release finalization now completes even when some build artifacts are missing.
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