·rust-desktop-applications
</>

rust-desktop-applications

使用 Tauri 框架和本機 GUI 替代方案使用 Rust 建立跨平台桌面應用程式

111安裝·5熱度·@bobmatnyc

安裝

$npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill rust-desktop-applications

如何安裝 rust-desktop-applications

透過命令列快速安裝 rust-desktop-applications AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill rust-desktop-applications
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:bobmatnyc/claude-mpm-skills。

SKILL.md

查看原文

Rust has emerged as a premier language for building desktop applications that combine native performance with memory safety. The ecosystem offers two main approaches: Tauri for hybrid web UI + Rust backend apps (think Electron but 10x smaller and faster), and native GUI frameworks like egui, iced, and slint for pure Rust interfaces.

Tauri has revolutionized desktop development by enabling developers to use web technologies (React, Vue, Svelte) for the frontend while leveraging Rust's performance and safety for system-level operations. With bundle sizes under 5MB and memory usage 1/10th of Electron, Tauri apps deliver desktop-class performance. Native frameworks shine for specialized use cases: egui for immediate-mode tools and game editors, i...

This skill covers the complete Rust desktop development lifecycle from framework selection through architecture, state management, platform integration, and deployment. You'll build production-ready applications with proper IPC patterns, async runtime integration, native system access, and cross-platform distribution.

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill rust-desktop-applications
分類
</>開發工具
認證
收錄時間
2026-02-19
更新時間
2026-03-10

Browse more skills from bobmatnyc/claude-mpm-skills

快速解答

什麼是 rust-desktop-applications?

使用 Tauri 框架和本機 GUI 替代方案使用 Rust 建立跨平台桌面應用程式 來源:bobmatnyc/claude-mpm-skills。

如何安裝 rust-desktop-applications?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill rust-desktop-applications 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/bobmatnyc/claude-mpm-skills