tauri-knowledge-patch

Installation
SKILL.md

Tauri Knowledge Patch

Covers Tauri 2.0–2.5 (Oct 2024 – Apr 2025). Claude knows Tauri v1.x (Rust backend + web frontend, tauri::command, v1 allowlist, tauri.conf.json v1). It is unaware of the v2 architecture and any of the changes below.

Index

Topic Reference Key features
Config v2 references/config-v2.md tauri key renamed to app, top-level productName/identifier, frontendDist/devUrl
Permissions & Capabilities references/permissions-capabilities.md Replaces allowlist, capability files, platform-specific, remote URL access
IPC: Channels & Response references/ipc.md Channel<T> streaming, ipc::Response for binary data
Mobile support references/mobile.md mobile_entry_point, lib.rs/main.rs split, crate-type config
Plugin system v2 references/plugin-system.md Built-in APIs moved to plugins, cargo tauri add, JS import changes
Event system references/events.md Emitter/Listener traits, emit_to, listen_any, emit_str*
API additions references/api-additions.md Window colors, badging, reload, cookies, restart, dock visibility

Config v2 Quick Reference

Related skills
Installs
3
GitHub Stars
19
First Seen
Apr 7, 2026