AVXSight is a macOS app for discovering and listing audio plugins installed in the system Library (/Library).
- Scans
/Library/Audio/Plug-Insfor Audio Unit (AU), VST, VST3, and AAX plugins - Displays plugin metadata (version, manufacturer, description if available)
- Lets you show plugins in Finder, copy their path, or reveal their folder in Terminal
- Only requests access to
/Library(system Library) for maximum privacy and simplicity
- On first launch, click the Refresh button and select the
Libraryfolder at the top level of your disk (Macintosh HD > Library) when prompted. - The app will scan
/Libraryfor plugins and display them in the list. - You can rescan at any time by clicking Refresh again.
- The app only requests access to
/Libraryand does not access or scan your user Library (~/Library). - No background scanning or automatic prompts—everything is manual and user-initiated.
- Simplified scope: Only scans
/Library(system Library), not the user Library - Simpler permissions: Only one folder access prompt, no confusion with sandboxed or user folders
- Cleaner UI: All references to user Library removed
For more details, see the source code or open an issue.