tauri-guide
Installation
SKILL.md
Tauri + React Architecture Guide
This guide explains how to build well-structured Tauri + React desktop applications.
References
For detailed documentation on specific topics:
Distribution & Updates
- Auto-Updates - Implementing automatic updates with signing, hosting, and best practices
- Code Signing - Code signing, notarization, and entitlements for macOS distribution
macOS Native Features
- Window Chrome - Title bars, traffic lights, draggable regions, and vibrancy effects
- Menu System - Native app menus, keyboard shortcuts, and context menus
- Permissions - Handling screen recording, camera, microphone, and other permissions
- Deep Linking - URL schemes, OAuth callbacks, and opening content from URLs
App Architecture
Related skills