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:
- Open Terminal.
- Run the following command:
|
|
Replace /path/to/your/binary
with the path to your binary file.
Example: xattr -d com.apple.quarantine /Applications/minikube-gui.app
It will help me to improve/learn.