tauri-bundler
Create platform-specific bundles and installers.
2.9.x
2.9.4
Bug Fixes
67ffa192a(#15596 by @FabianLars) Fixed an issue in the AppImage bundler that caused the/.desktopand.DirIconfiles to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers likeAppManager.
2.9.3
Enhancements
413f01c06(#15403 by @Sean-Kenneth-Doherty) Improve NSIS configuration path errors so missing installer icons and images include the related config key and path.
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!addplugindirfor the signed plugin directory before any plugin command is parsed in the script.
Dependencies
- Upgraded to
tauri-utils@2.9.3
2.9.2
Dependencies
- Upgraded to
tauri-utils@2.9.2
2.9.1
Dependencies
- Upgraded to
tauri-utils@2.9.1
2.9.0
New Features
-
926a57bb0(#15201) Added uninstaller icon and uninstaller header image support for NSIS installer.Notes:
- For
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking change - When bundling with NSIS, users can add
uninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.
- For
-
cc5c97602(#14486) Implement file association for Android and iOS. -
5dc2cee60(#14793) Added support forminimumWebview2Versionoption support for the MSI (Wix) installer, the oldbundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionNotes:
- For anyone relying on the
WVRTINSTALLEDPropertytag inmain.wxs, it is now renamed toINSTALLED_WEBVIEW2_VERSION - For
tauri-bundlerlib users, theWindowsSettingsnow has a new fieldminimum_webview2_versionwhich can be a breaking change
- For anyone relying on the
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
fcb702ec4(#14954) Fixbuild --bundlesto allownsisarg in linux+macOSc8d7003b2(#15102) Correct GitHub Release URL path for Linux i686 tooling.
What's Changed
Dependencies
2.8.x
2.8.1
Bug Fixes
6252432f0(#14945 by @veeceey) Fix WIX installer registry search order so that the namedInstallDirkey takes priority over the NSIS default key, preventing install location from changing on updates.
What's Changed
7be58a1c6(#14894 by @Legend-Master) Log patching bundle type information again
Dependencies
- Upgraded to
tauri-utils@2.8.3
2.8.0
Enhancements
Bug Fixes
-
7fca58230(#14830 by @Legend-Master) Updatednsis_tauri_utilsto 0.5.3:- Use an alternative method
CreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle
- Use an alternative method
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
Enhancements
Bug Fixes
018b4db22(#14625 by @Legend-Master) Skip signing for NSIS uninstaller when using--no-signflag91becd9e4(#14627 by @Legend-Master) Fix NSIS plugins not being signed due to wrong path handlings
Dependencies
- Upgraded to
tauri-macos-sign@2.3.2
2.7.4
Bug Fixes
1496145f8(#14585 by @FabianLars) Fixed an issue that caused the AppImage bundler to fail with 404 errors for 32-bit builds.
Performance Improvements
ce98d87ce(#14474 by @Tunglies) refactor: remove needless collect. No user facing changes.ee3cc4a91(#14475 by @Tunglies) perf: remove needless clones in various files for improved performance. No user facing changes.
Dependencies
- Upgraded to
tauri-macos-sign@2.3.1 - Upgraded to
tauri-utils@2.8.1 b5ef603d8(#14478 by @Legend-Master) Updated NSIS from 3.8 to 3.11
2.7.3
Enhancements
22edc65aa(#14408 by @FabianLars) Set user-agent in bundler and cli http requests when fetching build tools.
Bug Fixes
9a1922636(#14410 by @Legend-Master) Fix uninstall fails if you close the app manually during the 'Click Ok to kill it' dialog
2.7.2
Enhancements
7f710b8f3(#14390 by @FabianLars) Inline linuxdeploy plugins which were previously downloaded fromhttps://raw.githubusercontent.comwhich 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
Dependencies
- Upgraded to
tauri-macos-sign@2.3.0
2.7.0
New Features
2a06d1006(#14052) Add a--no-signflag to thetauri buildandtauri bundlecommands to skip the code signing step, improving the developer experience for local testing and development without requiring code signing keys.cc8c0b531(#14031) Support providingplist::Valueas macOS entitlements.
Enhancements
Bug Fixes
06d4a4ed6(#14241) SetAPPIMAGE_EXTRACT_AND_RUNon top of using the--appimage-extra-and-runcli arg for linuxdeploy.
Dependencies
- Upgraded to
tauri-utils@2.8.0
Breaking Changes
2.6.x
2.6.1
Bug Fixes
f3df96fb3(#14065 by @Legend-Master) Fix binary patching updater type fails on 32 bit Windows builds
2.6.0
New Features
a9ec12843(#13521 by @FabianLars) Added a--skip-staplingoption to maketauri build|bundlenot 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 Windowsbc6b125b2(#13909 by @Andrew15-5) The bundler now falls back to1for 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
Bug Fixes
2.5.1
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 fornsis_tauri_utils.dllresulting 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
New Features
414619c36(#13536 by @Tunglies) Added support for thebundleNameproperty in the macOS bundler configuration. This allows specifying theCFBundleNamevalue for generated macOS bundles.7322f0579(#13502 by @amrbashir) Allow usingCheckIfAppIsRunningmacro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable".
Bug Fixes
479cee3d3(#13260 by @FabianLars) The bundler now sets theARCHenv var to the current build target to prevent potential issues withappimagetool's auto-detection.e045fe32c(#13334 by @lucasfernog) Fix custom Windows sign command failing to sign app uninstaller if it references relative paths.bd8a7cf39(#13581 by @martpie) Fixes app icon not being displayed on Gnome dock and grid view when using Wayland.b52da29d5(#13429 by @Legend-Master) FixmainBinaryNamedoesn't work when there's.in it
Dependencies
- Upgraded to
tauri-utils@2.5.0
2.4.x
2.4.0
New Features
b0babb6df(#12938) Added hebrew translation for the custom Tauri messages in the NSIS bundle.0aa48fb9e(#13030) AddedbundleVersionto iOS and macOS configuration to support specifying aCFBundleVersion.
Enhancements
8d994f60f(#11676) Sign NSIS and WiX DLLs when bundling8d994f60f(#11676) Sign DLLs from resources.
Bug Fixes
9ea76503d(#13186) Fix NSIS bundler can't include resources and sidecars with$in the path2dccfab53(#13236) FixfileAssociationsmissingLSHandlerRankon macOS.
Dependencies
- Upgraded to
tauri-utils@2.4.0
Full Changelog
Version List
- v2.9.4 Jun 28, 2026
- v2.9.3 Jun 17, 2026
- v2.9.2 May 16, 2026
- v2.9.1 May 6, 2026
- v2.9.0 Apr 30, 2026
- v2.8.1 Mar 4, 2026
- v2.8.0 Feb 2, 2026
- v2.7.5 Dec 9, 2025
- v2.7.4 Nov 30, 2025
- v2.7.3 Nov 4, 2025
- v2.7.2 Oct 29, 2025
- v2.7.1 Oct 22, 2025
- v2.7.0 Oct 20, 2025
- v2.6.1 Aug 24, 2025
- v2.6.0 Aug 18, 2025
- v2.5.2 Jul 22, 2025
- v2.5.1 Jul 20, 2025
- v2.5.0 Jun 24, 2025
- v2.4.0 Apr 15, 2025
- v2.3.1 Apr 1, 2025
- v2.3.0 Mar 20, 2025
- v2.2.4 Feb 26, 2025
- v2.2.3 Jan 25, 2025
- v2.2.2 Jan 18, 2025
- v2.2.1 Jan 10, 2025
- v2.2.0 Jan 2, 2025
- v2.1.0 Nov 9, 2024
- v2.0.4 Oct 20, 2024
- v2.0.3 Oct 12, 2024
- v2.0.2 Oct 7, 2024
- v2.0.1 Oct 3, 2024
- v2.0.1-rc.15 Oct 2, 2024
- v2.0.1-rc.14 Sep 27, 2024
- v2.0.1-rc.13 Sep 17, 2024
- v2.0.1-rc.12 Sep 15, 2024
- v2.0.1-rc.11 Sep 15, 2024
- v2.0.1-rc.10 Sep 10, 2024
- v2.0.1-rc.9 Sep 5, 2024
- v2.0.1-rc.8 Sep 4, 2024
- v2.0.1-rc.7 Aug 31, 2024
- v2.0.1-rc.6 Aug 28, 2024
- v2.0.1-rc.5 Aug 22, 2024
- v2.0.1-rc.4 Aug 20, 2024
- v2.0.1-rc.3 Aug 20, 2024
- v2.0.1-rc.2 Aug 17, 2024
- v2.0.1-rc.1 Aug 9, 2024
- v2.0.1-rc.0 Aug 7, 2024
- v2.0.1-beta.19 Jul 29, 2024
- v2.0.1-beta.18 Jul 12, 2024
- v2.0.1-beta.17 Jul 2, 2024
- v2.0.1-beta.16 May 29, 2024
- v2.0.1-beta.15 May 29, 2024
- v2.0.1-beta.14 May 23, 2024
- v2.0.1-beta.13 May 9, 2024
- v2.0.1-beta.12 May 6, 2024
- v2.0.1-beta.11 Apr 30, 2024
- v2.0.1-beta.10 Apr 22, 2024
- v2.0.1-beta.9 Apr 15, 2024
- v2.0.1-beta.8 Apr 2, 2024
- v2.0.1-beta.7 Mar 20, 2024
- v2.0.1-beta.6 Mar 18, 2024
- v2.0.1-beta.5 Mar 11, 2024
- v2.0.1-beta.4 Mar 7, 2024
- v2.0.1-beta.3 Mar 6, 2024
- v2.0.1-beta.2 Feb 29, 2024
- v2.0.1-beta.1 Feb 27, 2024
- v2.0.1-beta.0 Feb 22, 2024
- v2.0.0 Oct 2, 2024
- v2.0.0-rc.0 Aug 2, 2024
- v2.0.0-beta.3 Feb 21, 2024
- v2.0.0-beta.2 Feb 19, 2024
- v2.0.0-beta.1 Feb 4, 2024
- v2.0.0-beta.0 Feb 3, 2024
- v2.0.0-alpha.14 Jan 16, 2024
- v2.0.0-alpha.13 Dec 19, 2023
- v2.0.0-alpha.12 Nov 20, 2023
- v2.0.0-alpha.11 Oct 28, 2023
- v2.0.0-alpha.10 Oct 19, 2023
- v2.0.0-alpha.9 Oct 8, 2023
- v2.0.0-alpha.8 Sep 6, 2023
- v2.0.0-alpha.7 Aug 14, 2023
- v2.0.0-alpha.6 Jun 17, 2023
- v2.0.0-alpha.5 May 18, 2023
- v2.0.0-alpha.4 Apr 10, 2023
- v2.0.0-alpha.3 Apr 3, 2023
- v2.0.0-alpha.2 Mar 20, 2023
- v2.0.0-alpha.1 Feb 2, 2023
- v2.0.0-alpha.0 Dec 9, 2022
- v1.5.1 Mar 7, 2024
- v1.5.0 Feb 18, 2024
- v1.4.8 Dec 20, 2023
- v1.4.7 Dec 13, 2023
- v1.4.6 Dec 1, 2023
- v1.4.5 Oct 24, 2023
- v1.4.4 Oct 19, 2023
- v1.4.3 Oct 17, 2023
- v1.4.2 Oct 11, 2023
- v1.4.1 Oct 8, 2023
- v1.4.0 Sep 28, 2023
- v1.3.0 Jun 14, 2023
- v1.2.1 May 8, 2023
- v1.2.0 May 3, 2023
- v1.1.2 Dec 8, 2022
- v1.1.1 Nov 24, 2022
- v1.1.0 Nov 8, 2022
- v1.0.7 Sep 16, 2022
- v1.0.6 Sep 15, 2022
- v1.0.5 Jul 22, 2022
- v1.0.4 Jul 14, 2022
- v1.0.3 Jul 6, 2022
- v1.0.2 Jun 30, 2022
- v1.0.1 Jun 29, 2022
- v1.0.0 Jun 16, 2022
- v1.0.0-rc.10 Jun 14, 2022
- v1.0.0-rc.9 May 27, 2022
- v1.0.0-rc.8 May 24, 2022
- v1.0.0-rc.7 May 18, 2022
- v1.0.0-rc.6 May 7, 2022
- v1.0.0-rc.5 Apr 26, 2022
- v1.0.0-rc.4 Mar 28, 2022
- v1.0.0-rc.3 Mar 7, 2022
- v1.0.0-rc.2 Feb 18, 2022
- v1.0.0-rc.1 Feb 12, 2022
- v1.0.0-rc.0 Feb 10, 2022
- v1.0.0-beta-rc.1 Apr 25, 2021
- v1.0.0-beta-rc.0 Apr 14, 2021
- v1.0.0-beta.4 Aug 16, 2021
- v1.0.0-beta.3 Jul 16, 2021
- v1.0.0-beta.2 Jun 28, 2021
- v1.0.0-beta.1 Jun 23, 2021
- v1.0.0-beta.0 May 11, 2021
- v0.9.4 Nov 10, 2020
- v0.9.3 Sep 3, 2020
- v0.9.2 Aug 21, 2020
- v0.9.1 Jul 26, 2020
- v0.9.0 Jul 20, 2020
- v0.8.5 Jul 10, 2020
- v0.8.4 Jul 10, 2020
- v0.8.3 Jul 8, 2020
- v0.8.2 Jul 8, 2020
- v0.8.1 Jul 6, 2020
- v0.8.0 Jul 3, 2020
- v0.7.0 Jun 18, 2020
© 2026 Tauri Contributors. CC-BY / MIT