Guides
Tauri is an app construction toolkit that lets you build software for all major desktop operating systems using web technologies.
Whether you're new to Tauri development, want to integrate Tauri into an existing project, are ready to get your app into the hands of users, or want to learn how to use a common Tauri feature, we have the help for you.
If you can't find what you're looking for or have a suggestion to improve our guides, reach out to our community on Discord.
create-tauri-app
The easiest way to scaffold a new project is the create-tauri-app
utility. It has support for vanilla HTML/CSS/JavaScript but also many frontend frameworks like React, Vue, and Svelte.
- npm
- yarn
- pnpm
npm create tauri-app
yarn create tauri-app
pnpm create tauri-app
🗃️ 开始
Begin developing your first Tauri app
🗃️ 架构
Learn how Tauri works behind the scenes
🗃️ 开发
Core concepts for developing with Tauri
🗃️ 调试
Tips and tricks for your debugging workflow
🗃️ 测试
Techniques for testing inside and outside the Tauri runtime
🗃️ 构建
Prepare and package your app for users
🗃️ 分发
Get your app into the hands of users
🗃️ 特性
Learn how to use common Tauri features
📄️ Frequently Asked Questions
Fixes for common issues