Menu

MacOS users instructions

Installing Unsigned macOS Applications

To install this application on macOS, you will need to follow a few extra steps because it has not been signed with a paid Apple developer account.

After downloading and moving the application to your /Applications folder, you will need to open the Terminal and run the following commands to bypass macOS Gatekeeper and ensure the application has the correct permissions to run.

Instructions:

  1. Open the Terminal application on your Mac.
  2. Navigate to the Applications directory by entering the following command and pressing Enter:
    bash cd /Applications
  3. Next, grant the application full read, write, and execute permissions with this command:
    bash sudo chmod -R 777 mcduhub.app
  4. Finally, remove the extended attributes that prevent unsigned applications from running. This is a necessary step to bypass the macOS Gatekeeper security feature for this app.
    bash sudo xattr -cr mcduhub.app

Please note: These commands require administrative privileges, so you may be prompted to enter your password. Be aware that manually overriding these security features should only be done for applications you trust.

here is the video how to do it

https://youtu.be/ax4IvhiRBWA?si=KIqnhiqEJWOw4Wu_

Posted by cpuwolf 2025-08-12

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.