Build the desktop application using Tauri.
bash
npm run build:desktop
This will:
- •Build the Astro frontend
- •Compile the Rust backend
- •Package the native app for the current platform
The output will be in src-tauri/target/release/bundle/.
Platform-specific outputs
- •macOS:
.dmgand.app - •Windows:
.msiand.exe - •Linux:
.deb,.AppImage,.rpm