tauri-expert

仓库创建 2026年5月22日最近提交 22 小时前SkillHot 收录 20 天前
▸ 精选理由

适合用 Rust 构建轻量桌面应用的开发者

▸ 风险提示

涉及本地代码与权限,需注意签名与权限管理

这个 Skill 做什么

Tauri v2 跨平台桌面应用与 Rust 后端、IPC 与安全实践指南

在做跨平台桌面/移动应用时,提供 Tauri v2、Rust 后端、IPC 和安全方面的实战建议:如何跟前端集成、状态与消息传递怎么设计、如何加固安全边界。用在搭 Tauri 应用、调试 IPC 问题或梳理安全策略的时候。侧重点是可落地的最佳实践和防坑策略,而不是只讲概念。

▸ 展开 SKILL.md 英文原文

Expert skill for Tauri (v2) development, Rust backend, IPC, and security / Panduan ahli untuk pengembangan Tauri v2, Rust backend, IPC, dan keamanan.

开发编程TauriRust桌面应用IPC通用
41
Stars
7
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/tauri-expert/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/tauri-expert/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Tauri Expert

[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)

---

<a name="english"></a>
## 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, `lis
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有