Skip to content
Discussion options

You must be logged in to vote

Workaround

This happens because the app isn't signed with an Apple Developer certificate yet. macOS quarantines apps downloaded from the internet.

To fix, run this in Terminal:

xattr -cr /Applications/RuView\ Desktop.app

Then try opening the app again. This removes the quarantine attribute that triggers Gatekeeper.


Proper Fix (for maintainers)

To properly resolve this for all users, the app needs to be:

  1. Code signed with an Apple Developer ID certificate
  2. Notarized via Apple's notarization service

This requires:

  • An Apple Developer account ($99/year)
  • Adding signing credentials to the GitHub Actions workflow

The Tauri docs cover this: https://v2.tauri.app/distribute/sign/macos/

I'll upda…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mknippen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #204 on March 09, 2026 20:14.