Tauri
Tauri is a toolkit that helps developers make applications for the major desktop platforms - using virtually any frontend framework in existence. The core is built with Rust and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining...
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- Android
- iPhone
Features
- Rust
- Lightweight
- Cross-Platform
- Based on Webkit engine
- Support for Javascript
- Small-footprint
- Security focused
Tauri News & Activities
Recent News
- POX published news article about TauriTauri 2.0 enhances cross-platform app development with mobile support and improved plugins
Tauri has announced the release of version 2.0 of its web framework, designed to create fast, secur...
Recent activities
- inson1 added Tauri as alternative to Avalonia UI
- inson1 reviewed Tauri
- inson1 liked Tauri
Tauri information
AlternativeTo Category
DevelopmentGitHub repository
- 82,403 Stars
- 2,475 Forks
- 971 Open Issues
- Updated Oct 1, 2024
What is Tauri?
Tauri is a toolkit that helps developers make applications for the major desktop platforms - using virtually any frontend framework in existence. The core is built with Rust and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.
Tauri Videos
Said about Tauri as an alternative
uses web-engine natively provided by the OS (usually webkit) instead of adding full re-packaged chromium to every executable
..Developers can integrate any front-end framework that compiles to HTML,JS,CSS for building their UIs. The app backend is a rust-sourced binary with an API the front-end can interact with