PluginVault is a beta macOS app for scanning and managing installed DAW plug-ins with a deliberately classic Macintosh System 7-style interface.
It scans common AU, VST, VST3, and AAX plug-in folders, lets you tag plug-ins using Finder tags, and can vault plug-ins by renaming their bundle directories with a .vaulted suffix. Most DAWs ignore the renamed bundles, which makes vaulting useful for temporarily removing plug-ins without deleting them.
The easiest way to install PluginVault is to download the Mac disk image:
Download PluginVault v1.0 Beta 2 DMG
Then:
- Double-click
PluginVault-v1.0-beta.2.dmg. - A small installer window opens.
- Drag
PluginVault.apponto theApplicationsshortcut. - Open your
/Applicationsfolder. - Control-click
PluginVault.appand chooseOpen. - Click
Openagain if macOS warns that the app is from an unidentified developer.
That Control-click step is only because this beta is development signed and not notarized yet.
PluginVault manages plug-in folders on disk, so macOS may block scans or vaulting until you grant Full Disk Access.
- Open PluginVault.
- Open PluginVault Settings.
- Click
Open Full Disk Access. - In System Settings, turn on PluginVault under Full Disk Access.
- Quit and reopen PluginVault.
- Click
Scan.
All downloadable builds live on the PluginVault Releases page. If the DMG does not work for you, download PluginVault-v1.0-beta.2.zip, unzip it, and drag PluginVault.app into /Applications.
This is an early beta intended for careful local use.
- Back up
/Library/Audio/Plug-Insand~/Library/Audio/Plug-Insbefore bulk vaulting. - Vaulting changes plug-in bundle names on disk. Use
Unvault Allbefore deleting the app if you want every discovered plug-in restored. - The app is intentionally unsandboxed so it can manage system and user plug-in folders.
- macOS may still require Full Disk Access before PluginVault can scan or rename every plug-in bundle.
- The current project deployment target is macOS 26.2.
- The beta package is development signed and not notarized.
- Scans these default folders:
/Library/Audio/Plug-Ins/Components/Library/Audio/Plug-Ins/VST/Library/Audio/Plug-Ins/VST3/Library/Audio/Plug-Ins/AAX~/Library/Audio/Plug-Ins/Components~/Library/Audio/Plug-Ins/VST~/Library/Audio/Plug-Ins/VST3
- Shows active, vaulted, tagged, and collection filters in a compact classic sidebar.
- Syncs app tags with macOS Finder tags where permissions allow.
- Vaults untagged plug-ins in bulk.
- Restores all vaulted plug-ins in bulk.
- Builds custom collections from the in-window toolbar.
- Keeps the primary controls inside the app window instead of relying on the macOS menu bar.
PluginVault stores its local database in:
~/Library/Application Support/PluginVault/database.json
~/Library/Application Support/PluginVault/collections.json
Appearance settings are stored in standard macOS user defaults for the app bundle identifier pluginvault.PluginVault.
You need Xcode installed.
- Clone the repository:
git clone https://github.com/water-bear86/PluginVault.git
cd PluginVault- Build from the command line:
xcodebuild -project PluginVault.xcodeproj -scheme PluginVault -configuration Debug build- Or open
PluginVault.xcodeprojin Xcode and press Run.
Run the classic UI guard before shipping interface changes:
./script/verify_classic_ui.shBuild a Release app:
xcodebuild -project PluginVault.xcodeproj -scheme PluginVault -configuration Release -derivedDataPath /tmp/PluginVaultReleaseDerivedData buildRelease packaging currently produces:
PluginVault-v1.0-beta.2.dmgfor drag-to-Applications installs.PluginVault-v1.0-beta.2.zipas a plain archived app fallback.
The source code is available under the MIT License. See LICENSE.
The PluginVault name, app icon, screenshots, marketing artwork, and other visual brand assets are not covered by the MIT License. See NOTICE.md.
┌──────────────────────────────────────────────┐
│ Plugin Vault │
│ │
│ Code by Angus Durrie, ©2026 │
│ │
│ If this software brought you joy, │
│ productivity, or saved you from │
│ plugin-management hell... │
│ │
│ feel free to send some internet │
│ appreciation funds. │
│ │
│ SOL: │
│ 4rfSpa3XECkdGRpcB7kgJH16fCCDqZ7CLbGmD6vEq4KM│
│ │
│ Support independent software. │
└──────────────────────────────────────────────┘
