What problem does it solve?
It helps you design and implement production-ready Tauri v2 desktop and mobile applications while keeping the Rust backend, WebView frontend, IPC, and security model aligned.
Core Features & Use Cases
- Tauri v2 architecture guidance: Explains Rust core + WebView frontend responsibilities and IPC patterns (commands vs events).
- Secure-by-default implementation: Covers capabilities/ACL, CSP configuration, least-privilege permissions, and input validation patterns.
- Practical development workflow: Provides project structure best practices, command patterns (sync/async), state management approaches, and testing strategy for Rust and frontend integration.
- Real-world use cases: Use it to implement features like file-scoped operations, settings management, background processing with progress events, and secure update/distribution setup.
Quick Start
Ask tauri-dev to outline a secure Tauri v2 command and capability plan for a settings window, including the Rust command signature, state handling approach, and the required capability permissions.