|
|
пре 5 часа | |
|---|---|---|
| .. | ||
| scripts | 6cf72ef05c OpenCode v1.3.5 (#8806) | пре 5 часа |
| src | 90e86a5e3d OpenCode v1.3.4 (#8798) | пре 8 часа |
| src-tauri | 90e86a5e3d OpenCode v1.3.4 (#8798) | пре 8 часа |
| .gitignore | 81c3c63895 chore: rename packages/tauri -> packages/desktop | пре 3 месеци |
| README.md | 76b60f3779 desktop: make readme more accurate | пре 1 месец |
| index.html | f8131c2e00 feat: merge opencode v1.1.54 | пре 2 месеци |
| package.json | 3bbd842e2b release: v7.2.4 | пре 2 дана |
| sst-env.d.ts | ae62fff98d Resolve merge conflicts | пре 1 месец |
| tsconfig.json | f8131c2e00 feat: merge opencode v1.1.54 | пре 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