Skip to content

tauri-bundler

Create platform-specific bundles and installers.

2.9.x

2.9.4

Jun 28, 2026
Bug Fixes
  • 67ffa192a (#15596 by @FabianLars) Fixed an issue in the AppImage bundler that caused the /.desktop and .DirIcon files to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers like AppManager.

2.9.3

Jun 17, 2026
Enhancements
Bug Fixes
  • 2857c01c6 (#15422 by @koki-develop) Fix NSIS stock plugins (NSISdl.dll, StartMenu.dll, System.dll, nsDialogs.dll) being embedded in the final installer as unsigned despite the signing step succeeding. The signed local copies under <output>/Plugins/x86-unicode/ were not on makensis' plugin search path, so makensis fell back to the unsigned DLLs from the NSIS toolset directory. The fix adds !addplugindir for the signed plugin directory before any plugin command is parsed in the script.
Dependencies
  • Upgraded to tauri-utils@2.9.3

2.9.2

May 16, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.2

2.9.1

May 6, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.1

2.9.0

Apr 30, 2026
New Features
  • 926a57bb0 (#15201) Added uninstaller icon and uninstaller header image support for NSIS installer.

    Notes:

    • For tauri-bundler lib users, the NsisSettings now has 2 new fields uninstaller_icon and uninstaller_header_image which can be a breaking change
    • When bundling with NSIS, users can add uninstallerIcon and uninstallerHeaderImage under bundle > windows > nsis to configure them.
  • cc5c97602 (#14486) Implement file association for Android and iOS.

  • 5a0ca7edb (#14671) Added support to Liquid Glass icons.

  • 5dc2cee60 (#14793) Added support for minimumWebview2Version option support for the MSI (Wix) installer, the old bundle > windows > nsis > minimumWebview2Version is now deprecated in favor of bundle > windows > minimumWebview2Version

    Notes:

    • For anyone relying on the WVRTINSTALLED Property tag in main.wxs, it is now renamed to INSTALLED_WEBVIEW2_VERSION
    • For tauri-bundler lib users, the WindowsSettings now has a new field minimum_webview2_version which can be a breaking change
Enhancements
  • be0e4bd2d (#15218) Added Vietnamese translations for the NSIS installer

  • 1035f12ee (#14923) Signtool path for windows arm systems was not being properly returned which caused failure in signing of windows binaries.

    This patch addresses it.

    Previously only the following were supported:

    • PROCESSOR_ARCHITECTURE_INTEL
    • PROCESSOR_ARCHITECTURE_AMD64

    The following were added:

    • PROCESSOR_ARCHITECTURE_ARM
    • PROCESSOR_ARCHITECTURE_ARM64
Bug Fixes
What's Changed
Dependencies
  • Upgraded to tauri-macos-sign@2.3.4
  • Upgraded to tauri-utils@2.9.0
  • 373b7e677 (#15177) Update Specta in lockfile and upgrade dependencies using the removed doc_auto_cfg attribute to fix errors building documentation

2.8.x

2.8.1

Mar 4, 2026
Bug Fixes
  • 6252432f0 (#14945 by @veeceey) Fix WIX installer registry search order so that the named InstallDir key takes priority over the NSIS default key, preventing install location from changing on updates.
What's Changed
Dependencies
  • Upgraded to tauri-utils@2.8.3

2.8.0

Feb 2, 2026
Enhancements
Bug Fixes
  • 7fca58230 (#14830 by @Legend-Master) Updated nsis_tauri_utils to 0.5.3:

    • Use an alternative method CreateProcessWithTokenW to run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle
What's Changed
  • 0575dd287 (#14521 by @kandrelczyk) Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.
Dependencies
  • Upgraded to tauri-utils@2.8.2
  • Upgraded to tauri-macos-sign@2.3.3

2.7.x

2.7.5

Dec 9, 2025
Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-macos-sign@2.3.2

2.7.4

Nov 30, 2025
Bug Fixes
Performance Improvements
Dependencies

2.7.3

Nov 4, 2025
Enhancements
Bug Fixes

2.7.2

Oct 29, 2025
Enhancements
  • 7f710b8f3 (#14390 by @FabianLars) Inline linuxdeploy plugins which were previously downloaded from https://raw.githubusercontent.com which lately blocks many users with a 429 error.
  • fc017ee25 (#14368 by @kandrelczyk) Mention symbol stripping on Linux in binary patch failed warning message

2.7.1

Oct 22, 2025
Dependencies
  • Upgraded to tauri-macos-sign@2.3.0

2.7.0

Oct 20, 2025
New Features
  • 2a06d1006 (#14052) Add a --no-sign flag to the tauri build and tauri bundle commands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.
  • cc8c0b531 (#14031) Support providing plist::Value as macOS entitlements.
Enhancements
Bug Fixes
  • 06d4a4ed6 (#14241) Set APPIMAGE_EXTRACT_AND_RUN on top of using the --appimage-extra-and-run cli arg for linuxdeploy.
Dependencies
  • Upgraded to tauri-utils@2.8.0
Breaking Changes
  • ed7c9a410 (#14108) Changed MacOsSettings::info_plist_path to MacOsSettings::info_plist.

2.6.x

2.6.1

Aug 24, 2025
Bug Fixes

2.6.0

Aug 18, 2025
New Features
  • a9ec12843 (#13521 by @FabianLars) Added a --skip-stapling option to make tauri build|bundle not wait for notarization to finish on macOS.
Enhancements
  • 8b465a12b (#13913 by @FabianLars) The bundler now pulls the latest AppImage linuxdeploy plugin instead of using the built-in one. This should remove the libfuse requirement.
  • 4475e93e1 (#13824 by @FabianLars) The bundler and cli will now read TLS Certificates installed on the system when downloading tools and checking versions.
Bug Fixes
  • a8f1569b0 (#13921 by @Legend-Master) The bundler will no longer try to sign non-binary and already signed binary files on Windows
  • bc6b125b2 (#13909 by @Andrew15-5) The bundler now falls back to 1 for the release in case an empty string was provided instead of using -. in the file name.
Dependencies
  • Upgraded to tauri-utils@2.7.0
  • Upgraded to tauri-macos-sign@2.2.0

2.5.x

2.5.2

Jul 22, 2025
Bug Fixes
  • af95fb601 (#13870 by @kittuov) The bundler now signs the main binary after patching it for every package type on windows

2.5.1

Jul 20, 2025
Bug Fixes
  • f94af9035 (#13786 by @catalinsh) Fix NSIS per-machine installer not requesting elevation when run by non-admin users.
  • f2dbe7309 (#13772 by @catalinsh) Fix incorrect expected file path for nsis_tauri_utils.dll resulting in tauri-cli re-downloading the file on every build.
  • 7a6fd5b75 (#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.
Dependencies
  • Upgraded to tauri-utils@2.6.0

2.5.0

Jun 24, 2025
New Features
  • 414619c36 (#13536 by @Tunglies) Added support for the bundleName property in the macOS bundler configuration. This allows specifying the CFBundleName value for generated macOS bundles.
  • 7322f0579 (#13502 by @amrbashir) Allow using CheckIfAppIsRunning macro inside NSIS hooks, for example !insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable".
Bug Fixes
Dependencies
  • Upgraded to tauri-utils@2.5.0

2.4.x

2.4.0

Apr 15, 2025
New Features
  • b0babb6df (#12938) Added hebrew translation for the custom Tauri messages in the NSIS bundle.
  • 0aa48fb9e (#13030) Added bundleVersion to iOS and macOS configuration to support specifying a CFBundleVersion.
Enhancements
Bug Fixes
  • 9ea76503d (#13186) Fix NSIS bundler can't include resources and sidecars with $ in the path
  • 2dccfab53 (#13236) Fix fileAssociations missing LSHandlerRank on macOS.
Dependencies
  • Upgraded to tauri-utils@2.4.0

Full Changelog

tauri-bundler full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT