|
|
3 тижнів тому | |
|---|---|---|
| .. | ||
| scripts | 547eb7676d feat(windows): add arm64 release targets for cli and desktop (#16696) | 1 місяць тому |
| src | 1041ae91d1 Reapply "fix(app): startup efficiency" | 3 тижнів тому |
| src-tauri | b76ead3fe8 refactor(desktop): rework default server initialization and connection handling (#16965) | 1 місяць тому |
| .gitignore | 81c3c63895 chore: rename packages/tauri -> packages/desktop | 3 місяців тому |
| AGENTS.md | eef3ae3e1f Fix/reverception (#13166) | 2 місяців тому |
| README.md | 76b60f3779 desktop: make readme more accurate | 1 місяць тому |
| index.html | b7ad8e459c desktop: add loading window and restructure rust (#12176) | 2 місяців тому |
| package.json | 0dcdf5f529 release: v1.3.2 | 3 тижнів тому |
| sst-env.d.ts | 24a9841322 zen: update sst version | 1 місяць тому |
| tsconfig.json | b7ad8e459c desktop: add loading window and restructure rust (#12176) | 2 місяців тому |
| vite.config.ts | 0f2124db32 fix(app): no inline js | 3 місяців тому |
Native OpenCode desktop app, built with Tauri v2.
Building the desktop app requires additional Tauri dependencies (Rust toolchain, platform-specific libraries). See the Tauri prerequisites for setup instructions.
From the repo root:
bun install
bun run --cwd packages/desktop tauri dev
bun run --cwd packages/desktop tauri build
If you see errors about Rust not being found, install it via rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh