Files
Kilo-Org_kilocode/packages/desktop
kilo-maintainer[bot] 9fd9ffd8f0 release: v7.1.11
2026-03-31 11:02:44 +00:00
..
2026-03-09 13:02:22 +01:00
2026-03-24 10:22:54 -03:00
2026-02-10 22:10:03 -03:00
2026-03-31 11:02:44 +00:00
2026-02-25 12:28:48 +08:00
2026-02-23 20:12:28 +01:00
2026-02-10 22:10:03 -03:00
2026-01-09 11:57:31 -06:00

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