A minimal Tauri desktop app.
-
Install Rust toolchain: https://rustup.rs
-
Install Tauri CLI:
cargo install tauri-cli -
Run the app:
npx tauri dev
Or, if you want to build:
npx tauri build
A minimal Tauri desktop app.
Install Rust toolchain: https://rustup.rs
Install Tauri CLI:
cargo install tauri-cli
Run the app:
npx tauri dev
Or, if you want to build:
npx tauri build