tauri-v2

Provides curated Tauri v2 development guidancebfr including templates, checklists, and example-driven tutorialsbff for common scenarios.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/iptoux/localvoice --skill tauri-v2-iptoux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tauri-v2
Source: https://github.com/iptoux/localvoice/tree/main/.agents/skills/tauri-v2
Command: npx skills add https://github.com/iptoux/localvoice --skill tauri-v2-iptoux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides an authoritative, centralized reference for Tauri v2 development, consolidating official docs, code patterns, and migration notes to reduce ambiguity and accelerate correct implementation.

Core Features & Use Cases

  • Central repository of Tauri v2 guidance for frontend-backend integration, permission/capability handling, and plugin selection.
  • Use Cases: plan new Tauri apps, troubleshoot v2 migrations, and implement best-practice patterns with secure defaults.

Quick Start

Plan a complete Tauri v2 project setup with recommended permissions, plugins, and debugging steps.

Frequently Asked Questions about tauri-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate an existing frontend project to Tauri v2?

Migrating a frontend project to Tauri v2 requires following specific migration notes to update permissions, capabilities, and plugin selections. This ensures your implementation aligns with secure, compliant v2 defaults.

What is the best way to wire a Rust backend with a frontend in Tauri v2?

The best way to wire a Rust backend with a frontend in Tauri v2 is by using Rust commands and established frontend-backend integration patterns. This creates a single source of truth for secure communication between your frontend and Rust code.

How do I manage permissions and capabilities in a Tauri v2 app?

Managing permissions and capabilities in a Tauri v2 app involves configuring specific permission and capability files during project initialization. Proper configuration ensures secure defaults and compliant access control across your application.

Can I use existing frontend frameworks with Tauri v2 for desktop app development?

Yes, you can use existing frontend frameworks with Tauri v2 for desktop app development. The framework provides centralized guidance for frontend-backend integration, allowing you to build secure desktop apps while retaining your chosen frontend stack.

Why does my Tauri v2 project initialization fail to apply secure defaults?

Tauri v2 project initialization fails to apply secure defaults when permission and capability configurations are missing or misaligned. You must consolidate official documentation and code patterns to troubleshoot and ensure proper secure implementation.