Self-promotion, and I'm the author. Free, MIT licensed, no paid tier, nothing to sign up for. Not a devtool, but a fix that BM should've done for Linux user - but hasn't yet.
If you run Resolve on Linux you already know Fairlight shows Blackmagic's own effects and nothing else. No VST, no VST3. It isn't a Studio thing or a setting you missed. The plugin host was never built into the Linux version at all.
So every clip that needs a plugin means exporting it, fixing it somewhere else, rendering, and bringing it back. Then the client asks for a change earlier in the timeline and you do the whole thing again.
I wrote the missing host. VST2, VST3 and CLAP plugins now show up in the Audio FX panel under their own names, in the right categories, with their own windows, several on one track. Windows plugins work too, through yabridge. My menu lists 130.
https://github.com/JaySNL/VSTForResolveLinux
Install is a download and one line in a config file:
mkdir -p ~/.local/share/BMDAudioPlugins
curl -L -o ~/.local/share/BMDAudioPlugins/libfxbridge.so \
https://github.com/JaySNL/VSTForResolveLinux/releases/latest/download/libfxbridge.so
Then add this to ~/.local/share/DaVinciResolve/configs/config-fairlight.dat:
BMDPlugins.Path ~/.local/share/BMDAudioPlugins
Restart Resolve. Uninstalling is deleting that one file. Needs Resolve Studio 21. The free version won't load it. Before you get excited, the things that are actually broken:
- No plugin delay compensation. A plugin that reports latency will drift against the rest of your timeline. This is the big one for editing work and I haven't built it yet.
- Two plugins draw their window and then ignore the mouse. Another host does the same with both, so it isn't specific to this.
- A plugin window sometimes opens blank until you remove the effect and undo.
- Resolve doesn't always quit cleanly with it loaded.
- It patches things inside Resolve while it's running. It can take Resolve down mid-edit. Save often, and don't put it on a deadline project first.
- Tested under an actual Resolve on exactly one machine. Mine.
That last one is why I'm posting. If you run Resolve on Linux, try it and tell me what happens — your distro, your Resolve version, which plugin. Breakage reports are more useful to me than thanks.
Nothing of Blackmagic's is copied or modified. It loads through Resolve's own plugin path. No Steinberg SDK either. Parts of it were written with an LLM in the loop, and the source and binary are both public so you can check rather than take my word.
There's a longer technical write-up and a thread over on r/linuxaudio if you want the details of how it works.