single-instance
Ensure a single instance of your app is running.
2.4.x
2.4.3
Jul 13, 2026
2.4.2
May 2, 2026
Dependencies
- Upgraded to
deep-link@2.4.9
2.4.1
Apr 4, 2026
Dependencies
- Upgraded to
deep-link@2.4.8
2.4.0
Feb 5, 2026
Dependencies
- Upgraded to
deep-link@2.4.7
fix
-
98e2c11e(#3194 by @mrquantumoff) Breaking Change: On Linux, the DBus ID/name will now be<bundle-id>.SingleInstanceinstead oforg.<bundle_id_underscores>.SingleInstanceto follow DBus specifications.This will break the single-instance mechanism across different app versions if the app was installed multiple times.
Added
dbus_idbuilder method, which can be used to restore previous behavior. For a bundle identifier ofcom.tauri.my-examplethis would bedbus_id("org.com_tauri_my_example").
2.3.x
2.3.7
Jan 8, 2026
Dependencies
- Upgraded to
deep-link@2.4.6
2.3.6
Oct 27, 2025
93426f85Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
- Upgraded to
deep-link@2.4.5
2.3.5
Oct 26, 2025
Dependencies
- Upgraded to
deep-link@2.4.4
2.3.4
Sep 2, 2025
Dependencies
- Upgraded to
deep-link@2.4.3
2.3.3
Aug 21, 2025
Dependencies
- Upgraded to
deep-link@2.4.2
2.3.2
Jul 22, 2025
Dependencies
- Upgraded to
deep-link@2.4.1
2.3.1
Jul 20, 2025
6f345870(#2860 by @MorpheusXAUT) Fix D-Bus name replacement logic on Linux to prevent multiple instances from acquiring the same well-known name.
This patch updates thezbusdependency to the latest compatible version (^5.9) and explicitly setsRequestNameFlagsto ensure a second instance fails to acquire the D-Bus name when another one is already running.
2.3.0
Jun 25, 2025
2.2.x
2.2.4
May 20, 2025
dc84f8d8(#2609 by @Simon-Laux) fixcwdin single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)
Dependencies
- Upgraded to
deep-link@2.3.0
2.2.3
Apr 2, 2025
Dependencies
- Upgraded to
deep-link@2.2.1
2.2.2
Feb 24, 2025
1ab5f157(#2452 by @FabianLars) Fixednull pointer dereferencepanic on rust nightly on Windows.
2.2.1
Jan 13, 2025
2.2.0
Dec 9, 2024
3a79266b(#2173 by @FabianLars) Bumped all plugins tov2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
Dependencies
- Upgraded to
deep-link@2.1.0
2.0.x
2.0.2
Dec 2, 2024
Dependencies
- Upgraded to
deep-link@2.0.2
2.0.1
Oct 3, 2024
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
Dependencies
- Upgraded to
deep-link@2.0.1
2.0.0
Oct 2, 2024
2.0.0-rc.x
2.0.0-rc.5
Oct 2, 2024
Dependencies
- Upgraded to
deep-link@2.0.0-rc.7
2.0.0-rc.4
Sep 15, 2024
Dependencies
- Upgraded to
deep-link@2.0.0-rc.6
2.0.0-rc.3
Sep 12, 2024
b2269333(#1766 by @Legend-Master) Put deep link integration behined a feature
Dependencies
- Upgraded to
deep-link@2.0.0-rc.5
2.0.0-rc.2
Sep 10, 2024
64a6240f(#1759 by @lucasfernog) Integrate with the deep link plugin out of the box.
Dependencies
- Upgraded to
deep-link@2.0.0-rc.4
2.0.0-rc.1
Aug 29, 2024
3c52f30e(#1665 by @amrbashir) Updatedwindows-syscrate to0.59e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
2.0.0-rc.0
Aug 2, 2024
9887d1Update to tauri RC.
2.0.0-beta.x
2.0.0-beta.12
Jul 31, 2024
e847cedc(#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can usedefault-features = falseon tauri, note that this will still enable wry feature on iOS6de87966(#1597 by @Legend-Master) Update to tauri beta.25.
2.0.0-beta.11
Jul 12, 2024
22a17980(#1537 by @lucasfernog) Update to tauri beta.24.
2.0.0-beta.10
Jul 2, 2024
2.0.0-beta.9
May 30, 2024
2.0.0-beta.8
May 30, 2024
2.0.0-beta.7
May 1, 2024
2.0.0-beta.6
Apr 18, 2024
ed46dcaAdded thesemverfeature flag to make the single instance mechanism only trigger for semver compatible versions.
2.0.0-beta.5
Apr 2, 2024
2.0.0-beta.4
Mar 21, 2024
2.0.0-beta.3
Mar 7, 2024
2.0.0-beta.2
Feb 23, 2024
2.0.0-beta.1
Feb 21, 2024
2.0.0-beta.0
Feb 3, 2024
Full Changelog
single-instance full changelog
Version List
- v2.4.3 Jul 13, 2026
- v2.4.2 May 2, 2026
- v2.4.1 Apr 4, 2026
- v2.4.0 Feb 5, 2026
- v2.3.7 Jan 8, 2026
- v2.3.6 Oct 27, 2025
- v2.3.5 Oct 26, 2025
- v2.3.4 Sep 2, 2025
- v2.3.3 Aug 21, 2025
- v2.3.2 Jul 22, 2025
- v2.3.1 Jul 20, 2025
- v2.3.0 Jun 25, 2025
- v2.2.4 May 20, 2025
- v2.2.3 Apr 2, 2025
- v2.2.2 Feb 24, 2025
- v2.2.1 Jan 13, 2025
- v2.2.0 Dec 9, 2024
- v2.0.2 Dec 2, 2024
- v2.0.1 Oct 3, 2024
- v2.0.0 Oct 2, 2024
- v2.0.0-rc.5 Oct 2, 2024
- v2.0.0-rc.4 Sep 15, 2024
- v2.0.0-rc.3 Sep 12, 2024
- v2.0.0-rc.2 Sep 10, 2024
- v2.0.0-rc.1 Aug 29, 2024
- v2.0.0-rc.0 Aug 2, 2024
- v2.0.0-beta.12 Jul 31, 2024
- v2.0.0-beta.11 Jul 12, 2024
- v2.0.0-beta.10 Jul 2, 2024
- v2.0.0-beta.9 May 30, 2024
- v2.0.0-beta.8 May 30, 2024
- v2.0.0-beta.7 May 1, 2024
- v2.0.0-beta.6 Apr 18, 2024
- v2.0.0-beta.5 Apr 2, 2024
- v2.0.0-beta.4 Mar 21, 2024
- v2.0.0-beta.3 Mar 7, 2024
- v2.0.0-beta.2 Feb 23, 2024
- v2.0.0-beta.1 Feb 21, 2024
- v2.0.0-beta.0 Feb 3, 2024
- v2.0.0-alpha.6 Dec 20, 2023
- v2.0.0-alpha.5 Dec 14, 2023
- v2.0.0-alpha.4 Oct 29, 2023
- v2.0.0-alpha.3 Oct 23, 2023
- v2.0.0-alpha.2 Sep 7, 2023
- v2.0.0-alpha.1 Aug 14, 2023
- v2.0.0-alpha.0 May 24, 2023
© 2026 Tauri Contributors. CC-BY / MIT