If the app stalls or crashes immediately without providing an error message, it is likely due to an outdated operating system. Our macOS builds target:
If your macOS version is earlier than these, we recommend upgrading your system.
If you are comfortable with the command line, you can attempt to launch the app manually to see error details:
Errors similar to the one shown above typically confirm a version mismatch.
For macOS Sequoia, refer to this guide. For earlier versions, follow these steps:
By default, macOS only allows apps from the App Store. Starting with macOS Sierra 10.12, the "Anywhere" option was hidden from the Gatekeeper settings.
To re-enable it:
This is due to strict macOS security policies that flag apps without specific digital signatures as "damaged." developers are often forced into costly registration programs to avoid this. You can resolve this using one of two methods:
Download Sentinel. Drag the app icon onto the ① area of the Sentinel window. If the app then launches successfully, the signature restriction has been bypassed. To apply this bypass permanently for future apps, click ② and follow the instructions.
If Method 1 fails, use the following terminal command. Type the command exactly as shown (note the space after quarantine):
Do not press Enter yet! Drag the problematic app icon from Finder into the Terminal window. This will append the file path to the command, resulting in something like:
Press Enter, provide your password, and try launching the app again.
If the above methods still trigger a warning, go to System Settings -> Privacy & Security and click "Open Anyway."
At this point, you should have successfully bypassed the macOS Gatekeeper restrictions. You only need to perform these steps until the app starts normally.