Tauri (software framework)
File:TauriAppLogo.svg | |
Original author(s) | Daniel Thompson-Yvetot, Lucas Nogueira |
---|---|
Initial release | June 19, 2020 |
Stable release | Tauri v2
/ October 2, 2024 |
Repository | github |
Written in | Rust & JavaScript |
Operating system | Linux, macOS, Windows, Android, iOS |
License | MIT License, Apache License 2.0 |
Website | tauri |
As of | October 2nd, 2024 |
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]
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 2020. In Early 2024, Tauri v2 Beta was released, which included mobile support for iOS and Android systems.[8] On October 2nd, 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
Lua error in mw.title.lua at line 346: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2083: attempt to index a boolean value.
External links
- Pages with script errors
- Short description with empty Wikidata description
- Software stubs
- 2020 software
- Cross-platform desktop-apps development
- Cross-platform free software
- Free software for Linux
- Free software for Windows
- Free software for macOS
- Software using the MIT license
- Free software programmed in Rust