Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Open unsigned applications on macOS Sequoia

From Hacks Guide Wiki
Revision as of 03:06, 17 September 2024 by Ihaveahax (talk | contribs) (Ihaveahax moved page User:Ihaveahax/Open unsigned applications on macOS Sequoia to Open unsigned applications on macOS Sequoia without leaving a redirect: considering several tools used in the homebrew scenes may be unsigned, this probably deserves to be in mainspace)

As of macOS Sequoia (15), Gatekeeper has tightened restrictions on running unsigned applications. The control-click and Open workaround no longer works. This guide demonstrates how to open these applications. Once an app has been opened once, it can be opened normally in the future.

Through System Settings

  1. Try to open the app. A prompt saying '"My Unsigned App.app" Not Opened' may appear.
     
  2. Go to System Settings -> Privacy & Security. Scroll down to find the app, and an option to "Open Anyway".
     
  3. Choose "Open Anyway".
     
  4. Authenticate as an adminstrator.
     
  5. The app will now open.

Through Terminal

Use the following command on the application:

xattr -d com.apple.quarantine ./MyApp.app