Ready-to-use ZIP
VST3 + Standalone
No installerWindows and Linux packages are ready to use. On macOS, the supplied builder compiles the synth locally and produces a Universal VST3 and Standalone application.
VST3 + Standalone
No installerVST3 + Standalone
Ubuntu 22.04 buildarm64 + x86_64 · VST3 + Standalone
Compiles on the MacChoose the Windows x64 package on the synth page. It contains both the Standalone application and the complete VST3 bundle.
Do not move files out of the .vst3 bundle and keep its internal Contents directory intact.
Copy the complete .vst3 directory to: C:\Program Files\Common Files\VST3\ Windows may ask for administrator permission.
Restart the DAW and run its VST3 rescan if needed. The .exe in the Standalone folder can run without installation.
tar -xzf UWdeVST_*_Linux_x86_64.tar.gz
mkdir -p ~/.vst3cp -R VST3/UWdeVST_*.vst3 ~/.vst3/
./Standalone/UWdeVST_*
If a file transfer removed the executable bit, run chmod +x Standalone/UWdeVST_*.
The packages were built in an Ubuntu 22.04 Docker environment. They require a compatible 64-bit Linux runtime plus the graphical and audio libraries used by the host DAW.
It produces a local ad-hoc signed Universal binary. It is not Apple-notarized and must not be redistributed.
Download and extract the macOS Builder TAR.GZ. Keep every included source, JUCE, asset and checksum file together.
Double-click the launcher. If Gatekeeper blocks the first launch, Control-click the file and choose Open once.
Apple Command Line Tools are required; the official installer opens if they are missing. No Homebrew, sudo or manual Terminal build is required. A pinned portable CMake 3.31.12 is downloaded and SHA-256 checked only when needed.
Finder opens on output/<UTC timestamp>/. Extract the generated macOS_universal.zip, then copy its .vst3 bundle to: ~/Library/Audio/Plug-Ins/VST3/
The output targets macOS 11 or later and contains both Apple Silicon arm64 and Intel x86_64 architectures.
GitHub publishes the SHA-256 digest and exact size of every asset. Linux packages include BUILD_INFO.txt. The macOS builder verifies PACKAGE_SHA256SUMS before and after compilation and writes its own build receipt and logs.
Private compilation of the strictly unchanged source is allowed under the UWdeVST license. Modification and redistribution are not permitted.
Read the license