Root index for Tauri v2 (desktop + mobile apps from a Rust core and a WebView frontend) — setup, architecture, commands, events, plugins, security, bundling, sidecars, windows, tray/menu, updater, plugin authoring, debug/test. Use when the user asks about Tauri, `tauri.conf.json`, `invoke()`, capabilities, `tauri build`, or migrating Tauri v1 → v2. Routes to more specific tauri-* sub-skills.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Root index for Tauri v2 (desktop + mobile apps from a Rust core and a WebView frontend) — setup, architecture, commands, events, plugins, security, bundling, sidecars, windows, tray/menu, updater, plugin authoring, debug/test. Use when the user asks about Tauri, `tauri.conf.json`, `invoke()`, capabilities, `tauri build`, or migrating Tauri v1 → v2. Routes to more specific tauri-* sub-skills.
Tauri v2
Family covering everything from scaffolding a new Tauri 2 project to shipping signed installers
with auto-updates. Tauri pairs a Rust Core process with an OS-provided WebView (WKWebView /
WebView2 / webkitgtk); most questions split along that boundary.
Routing table
Pick the parent skill for an unfamiliar area; jump straight to a deep-dive when you already know the sub-topic.
Setup and scaffolding
tauri-setup — parent for new projects, prereqs, framework integration, v1→v2 migration.