Skip to content

DropSnorz/OwlPlug

Repository files navigation

OwlPlug is an audio plugin manager. It provides a complete view of your plugin setup and simple tools to manage it.


Owlplug Main Codacy Badge Last Pre release Discord Donate

Overview

owlplug-demo

About OwlPlug

🌍 OwlPlug Website | 📌 Roadmap | 📄 Documentation

Why I have created OwlPlug ?

OwlPlug came from my hate of installing and managing audio plugins. The process is very annoying. I always wanted something simple that looks like dependency managers or online content store. I've started this just for fun... But because it was so simple to install plugins, I've discovered dozens of cool plugins just by using my own tool. So I realized this is not just a different way to install plugins, it's a real opportunity to share and discover awesome free and open sourced plugins developed by the community.

All kinds of feedbacks are greatly welcomed.

Installation

Direct download (latest version)

Requirements: Windows 7 (64 bit) or later, macOS High Sierra or later.

  1. Browse binaries from the release section
  2. Download and run the OwlPlug installer for your platform
    • .msi installer on Windows
    • .dmg file on macOS
    • .deb file on Linux
  3. Run OwlPlug application

⚠️ Mac users, depending on your OS version, you may face an error mentioning that OwlPlug is damaged. You can fix this problem using a single command described on the wiki page.

Package managers

Windows

winget install owlplug

How to help

Download and Install OwlPlug, configure it, download plugins, etc... Report any kind of problems by opening an issue on this repository. Feel free to use the discussions tab to ask questions, report suggestions and feedback about features and potential improvements.

Features

Plugins discovery

OwlPlug can discover VST2, VST3 and AU 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.

Links creation

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.

DAW Projects analysis

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

Explore and download Plugins

OwlPlug can be connected to several remote sources to download plugins. A Remote Source is a collection of downloadable plugins that can be installed locally. OwlPlug can be configured to use any compatible third-party store in Explore Tab > Sources > Add a new source....

Here are some recommended compatible sources.

OwlPlug Registry ⭐

OwlPlug official plugin registry for Free or Open Source plugins

  • kind: registry
  • url: https://registry.owlplug.com/registry.min.json

StudioRack Registry ⭐

Studiorack registry plugins for OwlPlug.

  • kind: registry
  • url: https://owlplug.github.io/owlplug-studiorack-registry/registry.min.json

Discover more plugin sources in this wiki page.

How to distribute my plugins on OwlPlug ?

  • (Recommended) Distribute your plugins using on the official OwlPlug Registry. You can find more information on how to proceed in the registry github repository.

  • Setup and host a custom remote source to distribute multiple plugins, following the registry specification.

  • (Deprecated) Setup and host a custom remote source to distribute multiple plugins, following the store specification. The store specification is not actively maintained, you should use the registry spec instead.

Development

Stack

  • Spring boot
  • JavaFx
  • Hibernate & H2
  • Maven
  • Juce

Development Setup

  1. Clone or download project sources
  2. 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

License

FOSSA Status