Install Unsigned VST3 Plugins on MacOS Ventura
- KVRAF
- 19156 posts since 13 Feb, 2003 from Vancouver, Canada
Hey all!
I'm having a hard time installing individual (sometimes unsigned) VST3 plugins on my 2019 Intel iMac, running Ventura. If there's an installer, it's fine: I can use "Open Anyway" under Privacy & Security. It's really making it hard to review some exciting new plugins.
I used this workaround when I was running Catalina, but it's not working now: https://www.osirisguitar.com/how-to-mak ... -catalina/
Anyone have any luck installing drag-and-drop VST3 plugins on recent Intel Macs? Cheers!
I'm having a hard time installing individual (sometimes unsigned) VST3 plugins on my 2019 Intel iMac, running Ventura. If there's an installer, it's fine: I can use "Open Anyway" under Privacy & Security. It's really making it hard to review some exciting new plugins.
I used this workaround when I was running Catalina, but it's not working now: https://www.osirisguitar.com/how-to-mak ... -catalina/
Anyone have any luck installing drag-and-drop VST3 plugins on recent Intel Macs? Cheers!
-
- KVRian
- 820 posts since 28 Oct, 2014
You could try this: https://medium.com/@ansonliao.xiao/how- ... e1570aa9ac
-
- KVRAF
- 6410 posts since 8 Jun, 2009
What does running this on the target plugin's path generate?
It's been a while since I hit a quarantine problem but IIRC there's sometimes an additional flag that needs to be removed as well as the com.apple.quarantine one.
Code: Select all
xattr /path/tofile- KVRAF
- 37444 posts since 14 Sep, 2002 from In teh net
sudo xattr -rd com.apple.quarantine /Plugin path seems to work
- KVRAF
- Topic Starter
- 19156 posts since 13 Feb, 2003 from Vancouver, Canada
- KVRian
- 744 posts since 15 May, 2003 from R'lyeh
Then try -cr to override Gatekeeper instead of -rd
