Skip to main content

Can't be opened because apple cannot check it for malicious software

Look for quarantine:

xattr <app-path>

You will see:

  • com.apple.quarantine

Remove it:

xattr -d com.apple.quarantine <app-path>

I made an alias for that:

alias allow="xattr -d com.apple.quarantine" # add app-path to allow this app