One of the things I’ve wanted to do for ages is find a way to run legacy 32bit Intel VSTs on my Apple Silicon Mac mini as a way of preserving legendary plug-ins from the past. I had some time over the weekend, so I build a small utility wrapper which can run legacy VST2 plugins in a separate helper process under Rosetta, and then bridge the audio to a modern Apple Silicon plugin running in the DAW. Now I’m able to run Camel Phat 3 and Camel Crusher on my M1 Mac mini in 2026! Should work for other old plugins too.
You can download from https://github.com/mannixsquared/vst-wrapper/releases. Let me know if you find a good use for it!!
Discussion
12 responses so far.
No compatible x86_64 plugin format found…??
What plugin are you trying to load? Should be a VST2.
windows vst, dll or vst3 not working on latest Macos adn latest Reaper
Ahh, it won’t load Windows VSTs – only old Intel Mac VSTs that don’t run on ARM. I know REAPER is able to bridge most intel VSTs, but I found some older ones don’t work. So this fixes that problem 🙂
right… i got the wrong impression… perhaps I will find it useful at sometime. thanks
It doesn’t work in GarageBand 10.4.14 on a MacBook M2 Pro running macOS Tahoe 26.4.1. Worse, it ends up in an eternally-spinning rainbow ball… In Audacity 3.7.7 it works fine but of course Audacity already runs vst2’s anyway.
This cooked my mac m2 pro for a while. I added vst wrapper. Loaded it into ableton 12. Tried to load the camel.dll in the wrapper. Stuff glitched. Then i was unable to bypass security permission for camelphat.dll.
It won’t be able to run Windows dlls. It can run old Intel Mac VST2 plugins that don’t work otherwise in a daw running natively on Apple Silicon.
What will happen to your code when Rosetta is deprecated in 12 months ?
Yeah, I don’t know at this point.
I did make an homage plugin called Mannix Phat. It’s not the same but it has similar workflow and is a modern arm plugin. That’s in the bundle.
Some people have reported specifically with CamelPhat / CamelCrusher they are getting a blank plugin screen. I think that is because they are missing the assets installed under /Library/Application Support/Camel Audio. They are placed there by the installer so if you can get the original installer to run, or if you can locate the folders and copy them over, that should fix it.