if your fork is available, I will take a look when I do the work on linux.
some observations:
interesting about python 3.14 not being available, I’ll wait for that, Im not going back to 3.12
… gotta move forward.
app_commander/app_browser,
my issue as far I remember is some of the dependent libraries weren’t working / available, but that may be a platform specific thing - in particular mac.
but I’ll take a look again…
that said, I do really want to kill all python UI, Im much more comfortable with python being backend only.
other fixes, I’ll look at one by one… Id guess, many have just been exposed by linux, so are present… but perhaps benign, good to have - as long as they dont break other things 
so yeah, overall, if there is a fork - I wont ‘take the changes’, but rather, would cross-reference what I do against them - as some may be ‘platform specific’.
the python 3.14 is a bit surprising… I guess, I though python.org would ensure, there was a build even for older unbuntu versions.
oh, well, usual fun n’ games with linux and various distros 
Hi Mark,
Thanks for the feedback
I’ve set up this fork on github
You can browse at your leisure. 
1 Like
One update…
If anyone wants to compile their own, I got VST3 plugin support working on Linux, and fixed a deadlock condition in the scanner UI under ubuntu linux. So you can now successfully scan for plugins and load linux VST3s, or even windows VST3 using Carla.
This is experimental, so I haven’t made a release yet, but you can build from the current code and play with it.
Right now there’s no support for LV2 or CLAP plugins, due to the JUCE version not supporting it. I can put in extensions to support them, but it’s a heavier lift than I expected. When I get them working, I’ll do a new release and post binaries to the github. That may be a while tho. There’s a lot of work to do to make them work. Likely JUCE will support them sooner than I get this done. LOL
VST3 for linux has the most mature support right now, so I’ve limited it to that for now. It’s the devil I know.
Anyway, if you’re running Ubuntu or Debian on x86_64 or amd64, and feel like building from source, VST3 support is now working.

2 Likes
Just thought I’d update here. I’ve updated the linux build at GitHub - amplogik/EigenD-Ubuntu: A fork of https://github.com/TheTechnobear/EigenD with fixes and changes for Ubuntu Linux 24 or later · GitHub with auto detecting python versions in build, and added LV2 and LADSPA support. There is a release with downloadable deb files. Recommended OS Ubuntu 25 / 26 LTS or current Mint if you use those files, tho likely any current Debian distro will work. Haven’t tested installing those debs tho, so I’d recommend building from source. See the updated README for requirements.
1 Like
Cool, now Ubuntu 26 is released, with python 3.14 , I hope to sort this out after Superbooth.
Also I’ve been messing about with the windows build too.
2 Likes
Note, no CLAP support yet.
I looked into it, and it’s a pretty heavy lift as there’s no native CLAP support in JUCE yet. I see a path, but I’d basically have to build an entire new subsystem for JUCE that would probably take a few weeks which I don’t really have the time for, and might be wasted effort.
CLAP support is already on the roadmap for JUCE 9, and there’s every reason to think they’ll have it built in before I finish off my extension.
So I think the smart play is to wait for JUCE to officially support CLAP rather than me rolling some hackerware that becomes redundant in a few months anyway. LOL