$ tauri
v2.10.3Make tiny, secure apps for all desktop platforms with Tauri
Latest Update Summary
Crate
Name: tauri New version: 2.10.2 Release date: 2026-02-04T15:42:51.711911Z
Crate readme
Short description Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms.
Long description
Tauri allows developers to integrate any front-end framework that compiles to HTML, JS, and CSS for building user interfaces. The backend is a Rust-sourced binary, and the UI leverages Tauri's tao for window handling across multiple platforms. It uses WRY for rendering, providing a unified interface to the system webview, supporting macOS, Windows, Linux, Android, and iOS.
Features • Built-in app bundler to create app bundles in formats like .app, .dmg, .deb, .rpm, .AppImage and Windows installers like .exe (via NSIS) and .msi (via WiX). • Built-in self updater (desktop only) • System tray icons • Native notifications • Native WebView Protocol (tauri doesn't create a localhost http(s) server to serve the WebView contents) • GitHub action for streamlined CI • VS Code extension
Code Examples Creating a new Tauri app
npm create tauri-app@latest
Links • https://tauri.app • https://docs.rs/tao • https://github.com/tauri-apps/wry • https://github.com/tauri-apps/tauri/blob/dev/ARCHITECTURE.md • https://v2.tauri.app/start/prerequisites/
https://api.github.com/repos/tauri-apps/tauri/releases/283019284
Release info
Release version:
Release description
Code Examples
Patch update: 2.10.2 → 2.10.3
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add tauriOr add to Cargo.toml: tauri = "2.10.3"