- Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Install Node.js
- Make sure
npmis in yourPATHenvironment variable. - Install Tauri CLI:
npm install -g @tauri-apps/cli - Install the node modules:
npm install
To build and run the app during development, use tauri dev
This will open the app and let you debug it.
To build and run the app for production, use tauri build