Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Last active October 13, 2020 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewpmiller/80227b03ed95edd3cc1de8e73dc9d2ef to your computer and use it in GitHub Desktop.
Save andrewpmiller/80227b03ed95edd3cc1de8e73dc9d2ef to your computer and use it in GitHub Desktop.
Get unsigned VSTs and AU plugins to work with MacOS Catalina

Unsigned VSTs etc get flagged by the MacOS Gatekeeper when Ableton scans the plugins. You can't do the right-click open trick to bypass an app from an unknown developer (since VSTs aren't applications), so do this instead:

sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST/unsigned.vst

or

sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/unsigned.vst

or

sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/Components/unsigned.component

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment