Is there a way to prevent multiple instances? #3557
-
Is there a native way to enforce a single instance, or prevent multiple instances for the desktop tauri app? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Not yet (work on it won't start before v1 stable is released). Notable community experiments: |
Beta Was this translation helpful? Give feedback.
-
Is there any progress on it as tauri is already in v1 from last few months? |
Beta Was this translation helpful? Give feedback.
-
If anyone looking for this, here's the official plugin: https://github.com/tauri-apps/plugins-workspace/tree/v1/plugins/single-instance |
Beta Was this translation helpful? Give feedback.
Not yet (work on it won't start before v1 stable is released).
Notable community experiments:
https://gitlab.com/ioneyed/tauri-example-singleinstance
https://gitlab.com/ioneyed/tauri-plugin-highlander
Furthermore you can find discussions around this on our discord.