OwlPlug is an audio plugin manager. It provides a complete view of your plugin setup and simple tools to manage it.
OwlPlug simplifies the way you organize, discover and install audio plugins. No more tedious file management, scattered folders, or missing dependencies β OwlPlug gives you a centralized experience for VST, AU, and LV2 plugins.
- π Manage β Detect and list your existing audio plugins.
- π Organize β Merge plugins from multiple locations into a single root directory.
- π Analyze Projects β Scan DAW projects to identify referenced and missing plugins.
- π Discover β Connect to remote sources to browse and install plugins.
π OwlPlug Website | π Roadmap | π Documentation
OwlPlug is an open-source plugin manager designed to simplify the installation, discovery, and management of audio plugins. It was born out of frustration with the tedious process of installing and organizing plugins. Inspired by dependency managers and online content stores, OwlPlug offers a seamless way to manage your audio tools while also helping you discover new plugins from the community. All feedback, contributions, and suggestions are warmly welcomed.
- Windows 7 (64-bit) or later
- macOS High Sierra or later
- Linux with
.deb
package support
- Download the installer for your platform from the Releases page.
- Windows:
.msi
installer - macOS:
.dmg
file - Linux:
.deb
package
- Windows:
- Run the installer.
- Launch OwlPlug.
winget install --exact --id=OwlPlug.OwlPlug
OwlPlug can discover VST2, VST3, AU and LV2 Plugins. OwlPlug is compatible with all previously installed plugins as long as they are all in a specific root directory, for example C:/AudioPlugins
. Additional directories can be configured if your plugin setup is fragmented on the filesystem.
After downloading Owlplug, you can still organize (add, move, delete, ...) your plugins with a file explorer or with your favorite DAW without breaking anything.
A Link allows you to create and manage symlinks across your filesystem and plugin directories. With Links, you can access directories anywhere on your filesystem (Hard drive, USB keys, custom directories...) through a single root plugin directory. For example, you can configure a link named usb-drive in C:/AudioPlugins
to target your usb hard drive D:/myPlugins
. All plugins in D:/myPlugins
will be accessible using C:/AudioPlugins/usb-drive
. This feature may be useful for DAW that scans plugins from predefined or limited number directories. On some Windows version, symlinks creation may require admin privileges.
OwlPlug can scan DAW projects to extract referenced plugins. Plugins references in project files are compared to plugins installed in configured directories. This way, users can quickly identify missing plugins required to open projects.
The list of compatible DAWs is available in the documentation
OwlPlug can be connected to several remote sources to download plugins. A Remote Source (or Registry) is a collection of downloadable plugins that can be installed locally. OwlPlug can be configured to use any compatible third-party source in Explore Tab > Sources > Add a new source.
Here are some recommended compatible sources.
OwlPlug official plugin registry for Free or Open Source plugins
- kind:
registry
- url:
https://registry.owlplug.com/registry.min.json
Open Audio Stack registry plugins maintained by community.
- kind:
registry
- url:
https://open-audio-stack.github.io/open-audio-stack-registry
Discover more plugin sources in this wiki page.
- (Recommended) Distribute your plugins from the open-audio-stack-registry.
- Distribute your plugins from the legacy owlplug-registry.
- Setup and host a custom remote source to distribute multiple plugins, following the open-audio-stack-registry or owlplug-registry specification.
There are several ways to support and get involved in the OwlPlug development.
- Downloading OwlPlug, using it, and talking about it around you.
- Reporting issues or feature suggestions. Most of the existing features have been inspired by the community feedback.
- Contributing to the OwlPlug source code.
- Submitting or requesting plugins to be distributed with OwlPlug.
- Donating to help support development and server costs
- Spring boot
- JavaFx
- Hibernate & H2
- Maven
- JUCE
- Clone or download project sources
- Run following commands
# Install dependencies
mvn clean install
# Move to owlplug client folder
cd owlplug-client
# (Optional) Create the runnable JAR file in /target/ folder
mvn clean install spring-boot:repackage
# Run owlplug
mvn spring-boot:run