What problem does it solve?
Many web projects need native distribution for Android, Windows, macOS, or Linux, requiring extra configuration, permission handling, and platform‑specific packaging that is cumbersome to set up manually.
Core Features & Use Cases
- Cross‑platform packaging: Uses Tauri v2 to bundle a web frontend into native binaries for Android (.apk), Windows (.exe/.msi), macOS (.dmg), and Linux (.deb/.AppImage).
- Native integrations: Provides ready‑to‑use plugins for notifications, file system access, shell commands, and HTTP, enabling access to device capabilities.
- Secure defaults: Generates a Tauri configuration with a restrictive content‑security‑policy and minimal permission allowlists.
- Use case example: Turn a production‑ready React/Next.js web app into a native desktop app for Windows and a signed APK for Android with a single command.
Quick Start
Ask the mobile‑tauri skill to create a Windows desktop build for my React project.