Docs

Building & config

Bundle installers for each OS and configure the app.

Build

bash
bash
npm run tauri build   # produces native installers in src-tauri/target/release/bundle

Config

tauri.conf.json controls the bundle identifier, icons, window defaults, and the allowlist of capabilities your app may use.