# Tauri
Tauri is a framework for building tiny, fast binaries for all major desktop and mobile platforms (Windows, Linux, MacOS, iOS, Android).
The back-end of a Tauri app is written in [[Rust]], Swift, or Kotlin, and the frontend can use any framework that compiles/transpiles to HTML/CSS/JavaScript.
Compared to [[Electron]], Tauri is very lightweight.
## References
- Official website: https://v2.tauri.app
- Documentation: https://v2.tauri.app/start/
- Releases: https://v2.tauri.app/release/
- Useful libs & templates: https://github.com/tauri-apps/awesome-tauri
- Template with Tauri + Vite + React + TailwindCSS + shadcdn + ESLint + Prettier + Husky + lint-staged: https://github.com/MrLightful/create-tauri-react
## Related
- [[zero-native]] — similar alternative using Zig instead of Rust