opencode/packages/desktop
Shoubhit Dash 161734fb95
desktop: remove unnecessary macOS entitlements (#16161)
2026-03-05 05:43:21 -06:00
..
scripts
src
src-tauri desktop: remove unnecessary macOS entitlements (#16161) 2026-03-05 05:43:21 -06:00
.gitignore
AGENTS.md
README.md
index.html
package.json release: v1.2.17 2026-03-04 14:58:04 +00:00
sst-env.d.ts
tsconfig.json
vite.config.ts

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