Tauri Desktop Skill Build lightweight, secure desktop (and mobile) apps with Tauri 2.0 — Rust backend, web frontend. --- Why Tauri | Feature | Tauri | Electron | |---------|-------|----------| | Bundle size | 2-10 MB | 80-150 MB | | Memory usage | 30-80 MB | 100-300 MB | | Backend language | Rust | Node.js | | Security model | Capability-based permissions | Full Node.js access | | Mobile support | Yes (Tauri 2.0) | No | | Auto-updater | Built-in | electron-updater | --- Project Structure --- IPC Commands Rust Side (Backend) Frontend Side (TypeScript) --- Security Model (Capabilities) Key secu…