tauri-expert

Installation
SKILL.md

Tauri Expert

English | Bahasa Indonesia


English

Description

This skill provides best practice guidance for building cross-platform desktop and mobile applications using Tauri (specifically Tauri v2). It covers frontend integration with the Rust backend, Inter-Process Communication (IPC), state management, and security.

Instructions & Best Practices

1. Architecture & IPC (Inter-Process Communication)

  • Use tauri::command to define Rust functions callable from the frontend.
  • Invoke Rust functions from the frontend using @tauri-apps/api/core (invoke).
  • Utilize Tauri's event system (emit from Rust, listen on frontend) for real-time or async updates.
  • Keep heavy processing and filesystem access in Rust (backend), while the frontend focuses purely on UI.
Installs
1
GitHub Stars
68
First Seen
Jul 1, 2026
tauri-expert — roedyrustam/vibes-plug