Files
Kilo-Org_kilocode/packages/desktop
kilo-maintainer[bot] 6965d56918 release: v7.2.25
2026-04-27 08:58:51 +00:00
..
2026-04-20 13:49:07 +02:00
2026-04-21 18:03:34 +02:00
2026-02-10 22:10:03 -03:00
2026-04-27 08:58:51 +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