tauri-cli
CLI to create, develop, and build Tauri apps.
2.11.x
2.11.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.
Dependencies
- Upgraded to
tauri-bundler@2.9.4
2.11.3
Bug Fixes
-
50b0237ed(#15549 by @Legend-Master) Escape special characters inproductNamewhen generating Androidstrings.xml -
728c8d4a5(#15473 by @Legend-Master) Skip building bundles when usingtauri android run -
828f710a5(#15427 by @puneetdixit200) Prevent binaries gated by disabled Cargo features from being re-added by thesrc/binscan. -
be0cb0d43(#15344 by @raglady) Fix NDK_HOME environment variable not honored when set -
ed8fd411f(#15552 by @Legend-Master) Makeureq_protoshow trace level logs only on-vvvinstead of-vv -
fca4a31f9(#15454 by @fallintoplace) Fixtauri migrategenerating invalid namespace imports for aliased pluginified imports from@tauri-apps/api.Inputs like
import { cli as superCli } from "@tauri-apps/api"now migrate toimport * as superCli from "@tauri-apps/plugin-cli"instead of producing invalid ESM syntax. The migration tests also reparse migrated JS, Svelte, and Vue output so syntax regressions are caught directly.
Dependencies
- Upgraded to
tauri-utils@2.9.3 - Upgraded to
tauri-bundler@2.9.3
2.11.2
Dependencies
- Upgraded to
tauri-utils@2.9.2 - Upgraded to
tauri-bundler@2.9.2
2.11.1
Dependencies
- Upgraded to
tauri-utils@2.9.1 - Upgraded to
tauri-bundler@2.9.1
2.11.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. -
4ef5797f0(#15061) Add--no-signand--archive-onlyflags totauri ios build. -
764b9139a(#14313) Prompt to restart the Android emulator if it is not connected to adb. -
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 installer8718d0816(#15033) Show the context before prompting for updater signing key password
Bug Fixes
fcb702ec4(#14954) Fixbuild --bundlesto allownsisarg in linux+macOS80c1425af(#14921) Fix iOS build failure whenMetal Toolchainis installed by using explicit$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchainpath instead of$(TOOLCHAIN_DIR)for Swift library search paths.
What's Changed
Dependencies
- Upgraded to
tauri-macos-sign@2.3.4 - Upgraded to
tauri-bundler@2.9.0 - Upgraded to
tauri-utils@2.9.0
2.10.x
2.10.1
Bug Fixes
35c35f27a(#14931 by @lucasfernog) Support comma-separated list of Cargo features on all commands.0d1cb83ba(#14932 by @lucasfernog) Fix missing Cargo args when running mobile dev and build commands.33754ae5e(#15022 by @Legend-Master) Fix updater signing private keys generated usingtauri signer generatewith empty password can't be used (The keys generated during tauri were broken between v2.9.3 and v2.10.0, you'll need to regenerate them)
What's Changed
7be58a1c6(#14894 by @Legend-Master) Log patching bundle type information again
Dependencies
- Upgraded to
tauri-utils@2.8.3 - Upgraded to
tauri-bundler@2.8.1
2.10.0
Enhancements
-
f82594410(#13253 by @Armaldio) Allow electron to run the CLI directly -
2d28e3143(#14632 by @sftse) Small code refactors for improved code readability. No user facing changes. -
a2abe2e6b(#14607 by @sftse) Simplified internal representation offeatures: Option<Vec<String>>withVec<String>, no user facing changes -
84b04c4a8(#14759 by @amrbashir) Added new environment variables fortauri signer signcommand, to align with existing environment variables used intauri build,tauri bundleandtauri signer generateTAURI_SIGNING_PRIVATE_KEYTAURI_SIGNING_PRIVATE_KEY_PATHTAURI_SIGNING_PRIVATE_KEY_PASSWORD
The old environment variables are deprecated and will be removed in a future release.
TAURI_PRIVATE_KEYTAURI_PRIVATE_KEY_PATHTAURI_PRIVATE_KEY_PASSWORD
Bug Fixes
-
62aa13a12(#14629 by @lucasfernog) Fixandroid build's--aaband--apkflags requiring a value to be provided. -
eccff9758(#14779 by @lucasfernog) Fix empty associated-domains entitlements when domains are not configured for deep links. -
ea31b07f1(#14789 by @Legend-Master) Fixed the command description fortauri inspect -
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
-
53611c4d7(#14747 by @Legend-Master) Only watch dependent workspace members when runningtauri devinstead of watching on all members -
1b0e335d3(#14713 by @wasuaje)tauri signer signdoesn't work for files without an extension
What's Changed
e3fdcb500(#14836 by @sftse) Continued refactors of tauri-cli, fix too weak atomics.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.7f7d9aac2(#14668 by @sftse) Refactored internal use of static on config and directory resolvings, no user facing changes, please report any regressions if you encounter any
Dependencies
- Upgraded to
tauri-utils@2.8.2 - Upgraded to
tauri-macos-sign@2.3.3 - Upgraded to
tauri-bundler@2.8.0
2.9.x
2.9.6
What's Changed
7b1b3514d(#14621 by @Legend-Master) Errors likeError Failed to parse version 2 for for NPM package tauriwhen there was nopackage-lock.jsonfile present yet or when using ones likelink:./tauriare now only logged in--verbosemode.
Dependencies
- Upgraded to
tauri-macos-sign@2.3.2 - Upgraded to
tauri-bundler@2.7.5
2.9.5
Bug Fixes
f022b2d1a(#14582 by @hrzlgnm) Fixed an issue that caused the cli to error out with missing private key, in case the option--no-signwas requested and thetauri.confighas signing key set and the plugintauri-plugin-updateris used.f855caf8a(#14481 by @Legend-Master) Fixed the mismatched tauri package versions check didn't work for pnpm79a7d9ec0(#14468 by @FabianLars) Fixed an issue that caused the cli to print errors likeError Failed to parse version 2 for crate tauriwhen there was noCargo.lockfile present yet. This will still be logged in--verbosemode.
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-bundler@2.7.4 - Upgraded to
tauri-macos-sign@2.3.1 - Upgraded to
tauri-utils@2.8.1
2.9.4
Bug Fixes
b586ecf1f(#14416 by @Legend-Master) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.
2.9.3
Enhancements
22edc65aa(#14408 by @FabianLars) Set user-agent in bundler and cli http requests when fetching build tools.779612ac8(#14379 by @moubctez) Properly read therequired-featuresfield of binaries in Cargo.toml to prevent bundling issues when the features weren't enabled.
Bug Fixes
fd8c30b4f(#14353 by @ChaseKnowlden) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons.
Dependencies
- Upgraded to
tauri-bundler@2.7.3
2.9.2
Dependencies
- Upgraded to
tauri-bundler@2.7.2
2.9.1
Dependencies
- Upgraded to
tauri-macos-sign@2.3.0 - Upgraded to
tauri-bundler@2.7.1
2.9.0
New Features
f5851ee00(#14089) Adds thescrollBarStyleoption to the window configuration.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.3b4fac201(#14194) Addtauri.conf.json > bundle > android > autoIncrementVersionCodeconfig option to automatically increment the Android version code.673867aa0(#14094) Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.3d6868d09(#14128) Added support to defining the content type of the declared file association on macOS (maps to LSItemContentTypes property).3d6868d09(#14128) Added support to defining the metadata for custom types declared intauri.conf.json > bundle > fileAssociations > exportedTypevia theUTExportedTypeDeclarationsInfo.plist property.ed7c9a410(#14108) Addedbundle > macOS > infoPlistandbundle > iOS > infoPlistconfigurations to allow defining custom Info.plist extensions.75082cc5b(#14120) Addedios runandandroid runcommands to run the app in production mode.cc8c0b531(#14031) Added support to universal app links on macOS with theplugins > deep-link > desktop > domainsconfiguration.
Enhancements
94cbd40fc(#14223) Add support for Android's adaptive and themed icons.b5aa01870(#14268) Update cargo-mobile2 to 0.21, enhancing error messages and opening Xcode when multiple apps are installed.55453e845(#14262) Check mismatched versions intauri info1a6627ee7(#14122) Set a default log level filter when runningtauri add log.b06b3bd09(#14126) Improve error messages with more context.f6622a3e3(#14129) Prompt to install the iOS platform if it isn't installed yet.6bbb530fd(#14105) Warn if productName is empty when initializing mobile project.
Bug Fixes
19fb6f7cb(#14146) Strip Windows-only extensions from the binary path so an Android project initialized on Windows can be used on UNIX systems.19fb6f7cb(#14146) Enhance Android build script usage on Windows by attempting to run cmd, bat and exe formats.28a2f9bc5(#14101) Fix iOS CLI usage after modifying the package name.d2938486e(#14261) Replaced the non-standard nerd font character withⱼₛintarui info25e920e16(#14298) Wait for dev server to exit before exiting the CLI when the app is closed ontauri dev --no-watch.b0012424c(#14115) Resolve local IP address whentauri.conf.json > build > devUrlhost is0.0.0.0.abf7e8850(#14118) Fixes mobile project initialization when usingpnpxorpnpm dlx.
Dependencies
- Upgraded to
tauri-utils@2.8.0 - Upgraded to
tauri-bundler@2.7.0
2.8.x
2.8.4
Enhancements
f70b28529(#14093 by @lucasfernog) Ensure Rust targets for mobile are installed when running the dev and build commands (previously only checked on init).a9b342125(#14114 by @lucasfernog) Fix iOS dev and build targeting the simulator on Intel machines.61b9b681e(#14111 by @lucasfernog) RetainRUST_*environment variables when running the mobile commands.c23bec62d(#14083 by @FabianLars) Tauri now ignoresmacOS.minimumSystemVersionintauri devto prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzerat the same time astauri dev.
Bug Fixes
c37a29833(#14112 by @lucasfernog) Fix usage with Deno failing withReferenceError: require is not defined.bcf000c0a(#14110 by @lucasfernog) Fixes runningioscommands withdenocrashing due to incorrect current working directory resolution.7db7142f9(#14119 by @lucasfernog) Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.956b4fd6f(#14106 by @lucasfernog) Use the correct export method on Xcode < 15.4.
2.8.3
Bug Fixes
0ac89d3b6(#14078 by @FabianLars) Updatedcargo-mobile2to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
2.8.1
Dependencies
- Upgraded to
tauri-bundler@2.6.1
2.8.0
New Features
91508c0b8(#13881 by @pepperoni505) Introduces a new configuration option that allows you to specify custom folders to watch for changes when runningtauri dev.bc4afe7dd(#13993 by @lucasfernog) Check installed plugin NPM/crate versions for incompatible releases.a9ec12843(#13521 by @FabianLars) Added a--skip-staplingoption to maketauri build|bundlenot wait for notarization to finish on macOS.0c402bfb6(#13997 by @lucasfernog) Increase default iOS deployment target iOS to 14.0.d6d5f3707(#13358 by @lucasfernog) Added--root-certificate-pathoption toandroid devandios devto be able to connect to HTTPS dev servers.
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.390cb9c36(#13953 by @FabianLars) Reduced the log level of the binary patcher crategoblinto only show its debug logs in-vvand above.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
f0dcf9637(#13980 by @Legend-Master) Fix the generated plugin init code oftauri addfortauri-plugin-autostartandtauri-plugin-single-instance4d270a96a(#13943 by @acx0) Fix codesigning verification failures caused by binary-patching during bundlingb21d86a8a(#13981 by @Legend-Master) Fixtauri permission addcould add duplicated permissions to the capability files9c938be45(#13912 by @takecchi) Properly migrate svelte to v5 in the plugin example template
Dependencies
- Upgraded to
tauri-utils@2.7.0 - Upgraded to
tauri-bundler@2.6.0 - Upgraded to
tauri-macos-sign@2.2.0
2.7.x
2.7.1
Dependencies
- Upgraded to
tauri-bundler@2.5.2
2.7.0
New Features
33d079392(#13811 by @mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }while maintaining backwards compatibility with the existing string format.
Enhancements
232265c70(#13209 by @kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.
Bug Fixes
916aeaa48(#13781 by @lucasfernog) Fixes Android dev and build commands readingtauri.ios.conf.jsoninstead oftauri.android.conf.jsonto merge platform-specific configuration.acd757428(#13743 by @owjs3901) Fix type of CFBundleVersion generated bytauri ios initwhenbundleVersionis a single number (for example1instead of1.0.0).0f248b111(#13799 by @lucasfernog) Install iOS dependencies when needed.7a6fd5b75(#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.bda830410(#13833 by @Legend-Master) Fail with an error when trying to migrate from v2 alphabda830410(#13833 by @Legend-Master) Use v2 stable instead of v2-rc when migrating from v2-beta
What's Changed
cfc5bb819(#13780 by @Legend-Master) Enable edge to edge intauri android inittemplate12e359061(#13759 by @owjs3901) Update compileSdk, targetSdk in android template to 36
Dependencies
- Upgraded to
tauri-bundler@2.5.1 - Upgraded to
tauri-utils@2.6.0
2.6.x
2.6.2
Bug Fixes
cbd962972(#13730 by @lucasfernog) Load--configarguments when running the Xcode and Android Studio build scripts.
2.6.1
Bug Fixes
4b7370e9e(#13710 by @FabianLars) Fixed an issue in the plugin template (tauri plugin init) that prevented the js build command to fail.
2.6.0
New Features
414619c36(#13536 by @Tunglies) Added support for thebundleNameproperty in the macOS bundler configuration. This allows specifying theCFBundleNamevalue for generated macOS bundles.3242e1c94(#13659 by @lucasfernog) Allow passing Cargo arguments to mobile dev and build commands.d1ce9af62(#13660 by @lucasfernog) Allow passing--configarguments to theios initandandroid initcommands to tweak the configuration used to initialize the mobile projects.7322f0579(#13502 by @amrbashir) Allow usingCheckIfAppIsRunningmacro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable".4a880ca69(#13658 by @lucasfernog) Synchronize Tauri config productName changes with the iOS Xcode project.8ee14a864(#13618 by @Sky-walkerX) Warn the user that the app id shouldn't end in.appbecause it conflicts with the application bundle extension on macOS
Bug Fixes
574a4d4d3(#13426 by @Legend-Master) Fixdev,buildandbundlecommands always take 2 seconds to start35aa7e121(#13294 by @kingsword09) fix: allow the target directory to be inside frontendDir as long as it is not the Rust target directory inside frontendDir.ec6065fa4(#13625 by @lucasfernog) Fixes Android and iOS dev/build commands not working when the app identifier is being modified by the--configoption.5a5291d66(#13483 by @lucasfernog) Fix simulator build detection on Xcode.
Dependencies
Full Changelog
Version List
- v2.11.4 Jun 28, 2026
- v2.11.3 Jun 17, 2026
- v2.11.2 May 16, 2026
- v2.11.1 May 6, 2026
- v2.11.0 Apr 30, 2026
- v2.10.1 Mar 4, 2026
- v2.10.0 Feb 2, 2026
- v2.9.6 Dec 9, 2025
- v2.9.5 Nov 30, 2025
- v2.9.4 Nov 9, 2025
- v2.9.3 Nov 4, 2025
- v2.9.2 Oct 29, 2025
- v2.9.1 Oct 22, 2025
- v2.9.0 Oct 20, 2025
- v2.8.4 Sep 1, 2025
- v2.8.3 Aug 25, 2025
- v2.8.1 Aug 24, 2025
- v2.8.0 Aug 18, 2025
- v2.7.1 Jul 22, 2025
- v2.7.0 Jul 20, 2025
- v2.6.2 Jun 28, 2025
- v2.6.1 Jun 26, 2025
- v2.6.0 Jun 24, 2025
- v2.5.0 Apr 15, 2025
- v2.4.1 Apr 1, 2025
- v2.4.0 Mar 20, 2025
- v2.3.1 Feb 28, 2025
- v2.3.0 Feb 26, 2025
- v2.2.7 Jan 25, 2025
- v2.2.6 Jan 25, 2025
- v2.2.5 Jan 18, 2025
- v2.2.4 Jan 11, 2025
- v2.2.3 Jan 10, 2025
- v2.2.2 Jan 4, 2025
- v2.2.1 Jan 3, 2025
- v2.2.0 Jan 2, 2025
- v2.1.0 Nov 9, 2024
- v2.0.4 Oct 21, 2024
- v2.0.3 Oct 12, 2024
- v2.0.2 Oct 7, 2024
- v2.0.1 Oct 3, 2024
- v2.0.0 Oct 2, 2024
- v2.0.0-rc.18 Oct 2, 2024
- v2.0.0-rc.17 Sep 27, 2024
- v2.0.0-rc.16 Sep 17, 2024
- v2.0.0-rc.15 Sep 15, 2024
- v2.0.0-rc.13 Sep 15, 2024
- v2.0.0-rc.12 Sep 10, 2024
- v2.0.0-rc.11 Sep 5, 2024
- v2.0.0-rc.10 Sep 4, 2024
- v2.0.0-rc.9 Aug 31, 2024
- v2.0.0-rc.8 Aug 28, 2024
- v2.0.0-rc.7 Aug 22, 2024
- v2.0.0-rc.6 Aug 20, 2024
- v2.0.0-rc.5 Aug 20, 2024
- v2.0.0-rc.4 Aug 17, 2024
- v2.0.0-rc.3 Aug 9, 2024
- v2.0.0-rc.2 Aug 7, 2024
- v2.0.0-rc.1 Aug 3, 2024
- v2.0.0-rc.0 Aug 2, 2024
- v2.0.0-beta.23 Jul 29, 2024
- v2.0.0-beta.22 Jul 12, 2024
- v2.0.0-beta.21 Jul 2, 2024
- v2.0.0-beta.20 May 29, 2024
- v2.0.0-beta.19 May 29, 2024
- v2.0.0-beta.18 May 23, 2024
- v2.0.0-beta.17 May 9, 2024
- v2.0.0-beta.16 May 6, 2024
- v2.0.0-beta.15 Apr 30, 2024
- v2.0.0-beta.14 Apr 22, 2024
- v2.0.0-beta.13 Apr 15, 2024
- v2.0.0-beta.12 Apr 2, 2024
- v2.0.0-beta.11 Mar 20, 2024
- v2.0.0-beta.10 Mar 18, 2024
- v2.0.0-beta.9 Mar 11, 2024
- v2.0.0-beta.8 Mar 7, 2024
- v2.0.0-beta.7 Mar 6, 2024
- v2.0.0-beta.6 Feb 29, 2024
- v2.0.0-beta.5 Feb 27, 2024
- v2.0.0-beta.4 Feb 22, 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.21 Jan 16, 2024
- v2.0.0-alpha.20 Dec 19, 2023
- v2.0.0-alpha.19
- v2.0.0-alpha.18 Nov 20, 2023
- v2.0.0-alpha.17 Oct 28, 2023
- v2.0.0-alpha.16 Oct 19, 2023
- v2.0.0-alpha.15 Oct 8, 2023
- v2.0.0-alpha.14 Sep 11, 2023
- v2.0.0-alpha.13 Sep 8, 2023
- v2.0.0-alpha.12 Sep 6, 2023
- v2.0.0-alpha.11 Aug 14, 2023
- v2.0.0-alpha.10 Jun 17, 2023
- v2.0.0-alpha.9 May 18, 2023
- v2.0.0-alpha.8 Apr 13, 2023
- v2.0.0-alpha.7 Apr 10, 2023
- v2.0.0-alpha.6 Apr 3, 2023
- v2.0.0-alpha.5 Mar 29, 2023
- v2.0.0-alpha.4 Mar 21, 2023
- v2.0.0-alpha.3 Mar 20, 2023
- v2.0.0-alpha.2 Feb 2, 2023
- v2.0.0-alpha.1 Dec 15, 2022
- v2.0.0-alpha.0 Dec 9, 2022
- v1.5.11 Mar 7, 2024
- v1.5.10 Feb 19, 2024
- v1.5.9 Dec 20, 2023
- v1.5.8 Dec 13, 2023
- v1.5.7 Dec 1, 2023
- v1.5.6 Oct 24, 2023
- v1.5.5 Oct 19, 2023
- v1.5.4 Oct 17, 2023
- v1.5.3 Oct 11, 2023
- v1.5.2 Oct 8, 2023
- v1.5.1 Oct 2, 2023
- v1.5.0 Sep 28, 2023
- v1.4.0 Jun 14, 2023
- v1.3.1 May 8, 2023
- v1.3.0 May 3, 2023
- v1.2.3 Jan 19, 2023
- v1.2.2 Dec 8, 2022
- v1.2.1 Nov 24, 2022
- v1.2.0 Nov 8, 2022
- v1.1.1 Sep 16, 2022
- v1.1.0 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.16 Jun 15, 2022
- v1.0.0-rc.15 Jun 15, 2022
- v1.0.0-rc.14 Jun 14, 2022
- v1.0.0-rc.13 May 27, 2022
- v1.0.0-rc.12 May 24, 2022
- v1.0.0-rc.11 May 18, 2022
- v1.0.0-rc.10 May 7, 2022
- v1.0.0-rc.9 Apr 26, 2022
- v1.0.0-rc.8 Mar 28, 2022
- v1.0.0-rc.7 Mar 7, 2022
- v1.0.0-rc.6 Feb 18, 2022
- v1.0.0-rc.5 Feb 14, 2022
- v1.0.0-rc.4 Feb 12, 2022
- v1.0.0-rc.3 Feb 11, 2022
- v1.0.0-rc.2 Feb 11, 2022
- v1.0.0-rc.1 Feb 11, 2022
- v1.0.0-rc.0 Feb 10, 2022
- v1.0.0-beta-rc.4 Apr 25, 2021
- v1.0.0-beta-rc.3 Apr 25, 2021
- v1.0.0-beta-rc.2 Apr 19, 2021
- v1.0.0-beta-rc.1 Apr 14, 2021
- v1.0.0-beta-rc.0 Apr 14, 2021
- v1.0.0-beta.7 Aug 23, 2021
- v1.0.0-beta.6 Aug 16, 2021
- v1.0.0-beta.5 Jul 16, 2021
- v1.0.0-beta.4 Jun 29, 2021
- v1.0.0-beta.3 Jun 28, 2021
- v1.0.0-beta.2 Jun 23, 2021
- v1.0.0-beta.1 May 12, 2021
- v1.0.0-beta.0 May 11, 2021
© 2026 Tauri Contributors. CC-BY / MIT