$ tauri

v2.10.3

Make tiny, secure apps for all desktop platforms with Tauri

Downloads: 11.3M
Recent: 2.8M
Versions: 214
Updated: March 4, 2026

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

Linkshttps://tauri.apphttps://docs.rs/taohttps://github.com/tauri-apps/wryhttps://github.com/tauri-apps/tauri/blob/dev/ARCHITECTURE.mdhttps://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

7.6M11.3M

$ VERSION HISTORY

v2.10.3March 4, 2026
v2.10.2February 4, 2026
v2.8.5September 1, 2025

$ LINKS

$ INSTALL

cargo add tauri

Or add to Cargo.toml: tauri = "2.10.3"