FAQ
MacOS
Developer cannot be verified or app is damaged
Starting from macOS 10.12, apps not from the Mac App Store are restricted.

Cause: Because the app is unsigned, you may see messages such as "developer cannot be verified" or "app is damaged." The developer needs an Apple Developer Program membership for code signing. Solution:
- Click "Cancel", then go to "System Preferences" -> "Security & Privacy".
- Click "Open Anyway", then click "Open" in the popup window.
- On newer system versions, you may not find the above options on the "Security & Privacy" page, or you may see a file-damaged warning on launch. Open Terminal and run the command below to grant permission.
sudo xattr -d com.apple.quarantine /Applications/Cxxxx.appApple cannot check the app for malicious software
Apple cannot check whether this app contains malicious software.

Solution:
- See the macOS User Guide and choose the document for your macOS version.

Windows
This app can’t run on your PC

Cause: Not signed.
Solution: Click "", then click "", and follow the prompts to continue installation.
Cannot launch / no UI / crashes / tray icon only
Cause: The Tauri framework depends on WebView2. If WebView2 is uninstalled or disabled, the UI cannot be displayed. Typical behavior: the app starts, but clicking tray menu items does nothing.
Solution:
- If Edge was disabled by third-party software, check whether WebView2 was also disabled and re-enable WebView2.
- If WebView2 was uninstalled, download the WebView2 installer and reinstall it.
- If the issue still exists, try launching the app in Windows 7 compatibility mode.
WebView2 cannot be installed properly
Cause: Windows automatic updates may be turned off.
Solution:
- Enable automatic updates.