Skip to content

single-instance

Ensure a single instance of your app is running.

2.4.x

2.4.3

Jul 13, 2026
  • d1573877 (#3466 by @bajoca05) Fix blocked thread on the single-instance plugin for MacOS: replace standard UnixListener with tokio::net::UnixListener, so the task can yield.

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>.SingleInstance instead of org.<bundle_id_underscores>.SingleInstance to follow DBus specifications.

    This will break the single-instance mechanism across different app versions if the app was installed multiple times.

    Added dbus_id builder method, which can be used to restore previous behavior. For a bundle identifier of com.tauri.my-example this would be dbus_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
  • 93426f85 Fixed 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 the zbus dependency to the latest compatible version (^5.9) and explicitly sets RequestNameFlags to ensure a second instance fails to acquire the D-Bus name when another one is already running.

2.3.0

Jun 25, 2025
Dependencies
  • Upgraded to deep-link@2.4.0

2.2.x

2.2.4

May 20, 2025
  • dc84f8d8 (#2609 by @Simon-Laux) fix cwd in 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

2.2.1

Jan 13, 2025

2.2.0

Dec 9, 2024
  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.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
Dependencies
  • Upgraded to deep-link@2.0.1

2.0.0

Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
Dependencies
  • Upgraded to deep-link@2.0.0

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
Dependencies
  • Upgraded to deep-link@2.0.0-rc.5

2.0.0-rc.2

Sep 10, 2024
Dependencies
  • Upgraded to deep-link@2.0.0-rc.4

2.0.0-rc.1

Aug 29, 2024

2.0.0-rc.0

Aug 2, 2024

2.0.0-beta.x

2.0.0-beta.12

Jul 31, 2024

2.0.0-beta.11

Jul 12, 2024

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
  • ed46dca Added the semver feature 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
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

2.0.0-beta.3

Mar 7, 2024

2.0.0-beta.2

Feb 23, 2024
  • 6d1e621(#981) Fix zbus::blocking::connection::Builder import.

2.0.0-beta.1

Feb 21, 2024

2.0.0-beta.0

Feb 3, 2024

Full Changelog

single-instance full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT