Is an alternative to Electron.
- Does not ship Chromium as the front-end, instead its own web view renderer
- Backends can be written in Rust
- Comes with support for various JS frameworks
- Can be shipped to IOS, Android, Windows, Linux etc.
Make sure to have Rust installed
Getting started
Using the bash starter works best on my machine:
sh <(curl https://create.tauri.app/sh)