How to Run Unverified Binary on MacOS


Published:   June 23, 2024

Tags:

If you are trying to run an unsigned binary on MacOS, you can do it by following these steps:

  1. Open Terminal.
  2. Run the following command:
1
xattr -d com.apple.quarantine /path/to/your/binary

Replace /path/to/your/binary with the path to your binary file.

Example: xattr -d com.apple.quarantine /Applications/minikube-gui.app



Let me know if you have any questions or comments.
It will help me to improve/learn.


< Older   Further Reading   Newer >