Tauri Apps
footprint: minuscule
performance: ludicrous
flexibility: gymnastic
security: hardened
Component | Description | Version | Lin | Win | Mac |
---|---|---|---|---|---|
cli.rs | create, develop and build apps | ✅ | ✅ | ✅ | |
cli.js | Node.js CLI wrapper for cli.rs | ✅ | ✅ | ✅ | |
core | runtime core | ✅ | ✅ | ✅ | |
bundler | manufacture the final binaries | ✅ | ✅ | ✅ | |
utils | common tools for tauri | ✅ | ✅ | ✅ |
Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
The user interface in Tauri apps currently leverages Cocoa/WebKit on macOS, gtk-webkit2 on Linux and MSHTML (IE10/11) or Webkit via Edge on Windows. Tauri uses (and contributes to) the MIT licensed project that you can find at webview and the related webview organization.
If you are interested in making a tauri-app, please visit the documentation website. This README is directed towards those who are interested in contributing to the core library. But if you just want a quick overview about where tauri
is at in its development, here's a quick burndown:
emit
and listen
Detail | Tauri | Electron |
---|---|---|
Installer Size Linux | 3.1 MB | 52.1 MB |
Memory Consumption Linux | 180 MB | 462 MB |
Launch Time Linux | 0.39s | .80s |
Interface Service Provider | Varies | Chromium |
Backend Binding | Rust | Node.js (ECMAScript) |
Underlying Engine | C/C++ | V8 (C/C++) |
FLOSS | Yes | No |
Multithreading | Yes | Yes |
Bytecode Delivery | Yes | No |
Multiple Windows | Soon | Yes |
Auto Updater | Soon | Yes (1) |
Cross Platform | Yes | Yes |
Custom App Icon | Yes | Yes |
Windows Binary | Yes | Yes |
MacOS Binary | Yes | Yes |
Linux Binary | Yes | Yes |
iOS Binary | Soon | No |
Android Binary | Soon | No |
Desktop Tray | Soon | Yes |
Sidecar Binaries | Yes | No |
Tauri is a system composed of a number of moving pieces:
Tauri core can be developed on Mac, Linux and Windows, but you are encouraged to use the latest possible operating systems and build tools for your OS.
Before you start working on something, it is best to check if there is an existing issue first. Also it is a good idea to stop by the Discord guild and confirm with the team if it makes sense or if someone is already working on it. If you want to read more about this, please see this page.
Documentation in a polyglot system is a tricky proposition. To this end, we prefer to use inline documentation of Rust code and at JSDoc in typescript / javascript code. We autocollect these and publish them using Docusaurus v2 and netlify. Here is the hosting repository for the documentation site: https://github.com/tauri-apps/tauri-docs
Test all the things! We have a number of test suites, but are always looking to improve our coverage:
cargo test
) => sourced via inline #[cfg(test)]
declarationsjest
) => via spec filesWe recommend you read this article to understand better how we run our pipelines: https://www.jacobbolda.com/setting-up-ci-and-cd-for-tauri/
Tauri aims to be a sustainable collective based on principles that guide sustainable free and open software communities. You can get involved in many ways.
This has been done with our best attempt at due diligence and in respect of the original authors. Thankyou - this project would never have been possible without your amazing contribution to open-source and we are honoured to carry the torch further. Of special note:
Please make sure to read the Contributing Guide before making a pull request.
Thank you to all the people who already contributed to Tauri!
Special thanks to the development team at Volentix Labs for the encouragement and support in the early phases of Tauri, notably Rhys Parry and Gregory Luneau.
tauri is following Semantic Versioning 2.0.
Code: (c) 2015 - present - Daniel Thompson-Yvetot, Lucas Nogueira, Tensor, Serge Zaitsev, George Burton and all the other amazing contributors.
MIT or MIT/Apache 2.0 where applicable.
Logo: CC-BY-NC-ND