Tauri (software framework)

Open-source framework for cross-platform apps From Wikipedia, the free encyclopedia

Tauri is an open-source software framework designed to create cross-platform desktop and mobile applications on Linux, macOS, Windows, Android and iOS using a web frontend. The framework functions with a Rust back-end and a JavaScript front-end[1] that runs on local WebView libraries using rendering libraries like Tao and Wry.[2][3] Tauri aims to provide a more lightweight alternative to similar existing frameworks such as Electron.[4][5]

Original authorsDaniel Thompson-Yvetot, Lucas Nogueira
Initial release19 June 2020; 5 years ago (2020-06-19)
Stable release
Tauri v2.9.5 / 9 December 2025; 3 months ago (2025-12-09)
Written inRust & TypeScript
Quick facts Original authors, Initial release ...
Tauri
Original authorsDaniel Thompson-Yvetot, Lucas Nogueira
Initial release19 June 2020; 5 years ago (2020-06-19)
Stable release
Tauri v2.9.5 / 9 December 2025; 3 months ago (2025-12-09)
Written inRust & TypeScript
Operating systemLinux, macOS, Windows, Android, iOS
LicenseMIT License, Apache License 2.0
Websitetauri.app
Repositorygithub.com/tauri-apps/tauri
As of27 January 2025
Close

Tauri is governed by the Tauri Foundation within the Dutch non-profit Commons Conservancy.[6] As of 2024, Tauri is licensed and distributed under the MIT license, and Apache 2.0 license.[7]

Tauri 1.0 was released in June 2022. In early 2024, Tauri v2 Beta was released, which included mobile support for iOS and Android systems.[8] On 2 October 2024, Tauri v2 was released as a stable release.[9]

Architecture

Central to Tauri's architecture are core components such as the Tauri crate, which serves as a hub for managing various functionalities like runtimes, macros, utilities, and APIs. The toolkit also includes essential tooling such as bundlers, CLI interfaces, and scaffolding kits, to streamline the development and deployment processes. Tauri supports cross-platform application window creation (TAO) and WebView rendering (WRY), which allows compatibility across macOS, Linux and Windows platforms.

Tauri is built using Rust, a programming language emphasizing performance, type safety, and memory safety. It also allows users the function to switch individual APIs on and off,[10] and provides an isolation pattern to prevent untrusted scripts from accessing the back-end from a WebView.[11]

See also

References

Related Articles

Wikiwand AI