Building & Release
Building for Production
To create an optimized build of the application:
bash
npm run tauri buildThis command:
- Builds the React frontend (
npm run build). - Compiles the Rust backend in release mode.
- Bundles the application into an installer or executable (DMG, MSI, Deb, AppImage) based on your OS.
The output artifacts will be in src-tauri/target/release/bundle/.