A framework for building tiny, blazingly 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.
Tauri is amazing for writing cross platform desktop applications. Being able to leverage web technologies for building the GUI makes it quick to build nice looking apps and then use rust for doing the heavy lifting. Electron could have been another alternative, but the rust part made us choose Tauri.
Allowed us to actually build our app cross-platform from day 1 and the UI in React. There are some pains with build times etc. but the alternative would be to do everything ourselves. Gonna stick with Tauri as long as we can 👌
Tauri is genuinely excellent. If you're comfortable with rust you can quickly accomplish great things with nearly no compromises. This tool is often compared with Electron but the truth is that the Tauri roadmap will put it leagues ahead in terms of developer experience and user-experience alike.