Skip to content
Pascal Gauthier edited this page Jul 10, 2024 · 4 revisions

To check the dexed version, simply click on logo to show the about box.

Windows

Run the Windows installer.

macOS

Simply run the package installer that is now notarized by Apple.

Linux

Unzip the package content into a temporary directory.

VST3 (if your DAW uses VST3)

Copy Dexed.vst3 directory to ~/.vst3 (create the directory if it doesn't exists)

CLAP (if your DAW uses CLAP)

Copy Dexed.clap file to ~/.clap (create the directory if it doesn't exists)

Standalone

You can simply run this to test the application from the temporary directory:

chmod +x Dexed
./Dexed

If this works, copy this to /usr/local/bin and make a launcher based on your UI distribution.