前端/UI/可视化 · Rust

tauri-apps/tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

存量榜 #96 已读 GitHub / README
累计排名 #96 Stars Top 100
累计 Stars 108,557 当前记录
Forks 3,739 榜单记录
Fork / Star 3.4% 社区复用强度
Open Issues 1,297 维护压力参考
最后提交 2026-07-01 Excel 记录

项目解读

Build smaller, faster, and more secure desktop and mobile applications with a web frontend. 主题标签包括 desktop-app、high-performance、mobile-app、native-app、rust、web-frontend、webview。 README 重点章节包括:Introduction、Getting Started、Features、Platforms、Contributing。

README / GitHub 亮点

  • GitHub 描述:Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
  • To learn more about the details of how all of these pieces fit together, please consult this ARCHITECTURE.md document.
  • If you are interested in making a tauri app, please visit the documentation website.
  • The quickest way to get started is to install the prerequisites for your system and create a new project with create-tauri-app. For example with npm:。

适用场景

适合评估 AI 应用、智能体工作流、模型工具链、RAG/提示词工程或 AI 辅助开发场景。

采用前核查

Open Issues 数量较高,需评估维护压力和问题响应速度。

README 摘要

Tauri is a framework for building tiny, blazingly fast binaries for all major operating systems. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with. The user interface in Tauri apps currently leverages tao as a window handling library on macOS, Windows, Linux, Android and iOS. To render your application, Tauri uses WRY, a library which provi…