NOTE: DM Plugin Manager has been discontinued because requiring users to download an app installer is not ideal. It turns out using dedicated installers for each operating system is preferable. These will be available soon.
| Install Page 1 | Install Page 2 | Install Page 3 |
|---|---|---|
![]() |
![]() |
![]() |
With this Desktop app built with Tauri you can install all DM audio effect plugins. This includes VST3, CLAP, Audio Unit, LV2 and MOD audio plugins. This app downloads the plugins from GitHub and copies it to the (potentially protected) plugin folder on your system. Or in case of MOD Audio; it copies it to the plugin folder on the hardware device through ssh. It's also possible to remove plugins by choosing uninstall.
Download the app for your operating system here.
Run npm install followed by npx tauri dev to start the application.
You might need to install cmake. Run this on macOS: brew install cmake.
Available plugins are managed in the dm-plugins.json file
- Bump the versions in the tauri.conf.json, Cargo.toml and package.json file.
- Update the release-notes.txt
- Commit and push changes
- Publish the release on Github when ready


