https://github.com/jxckgan/plugin-manager
Remove AU, AAX, and VST2/3 plugins grouped from their vendors.
https://github.com/jxckgan/plugin-manager
aax au audio-plugins clap plugin-manager vst
Last synced: 9 months ago
JSON representation
Remove AU, AAX, and VST2/3 plugins grouped from their vendors.
- Host: GitHub
- URL: https://github.com/jxckgan/plugin-manager
- Owner: jxckgan
- License: mit
- Created: 2025-06-08T15:52:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T16:39:42.000Z (12 months ago)
- Last Synced: 2025-06-09T17:37:20.583Z (12 months ago)
- Topics: aax, au, audio-plugins, clap, plugin-manager, vst
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# plugin-manager
`plugin-manager` is an application that scans (AU, AAX, VST2/3) audio plugins and groups them by their vendors. It allows you to bulk delete (via moving to the trash) or manually select plugins by said vendors.

> [!NOTE]
> When deleting a large amount of plugins, the app may look as though it's frozen/crashed - it hasn't.
### Build Notes
Build like any other Rust app; on macOS you can make an application bundle by running `cargo bundle --release`. For Windows, just run `cargo build --release`.
### To-do
- [ ] Add CLAP support
- [ ] Add ability to move plugins
- [ ] Fix group naming bug on macOS (doesn't impact ownership grouping, just an aesthetics issue)
- [ ] Progress-indicator for moving to trash so it doesn't look as if it's crashed with large amounts of plugins
> Made because Plugin Alliance doesn't have a bloody uninstaller...