This tool creates a CSV file listing all your VST plugins from Ableton Live's database. It also helps music collaborators identify which plugins they have in common.
- Download and install Node.js from: https://nodejs.org/en (click the "LTS" version)
-
Double-click the
run-vst-lister.bat
file -
The script will try to automatically find your Ableton database. If it can't find it, you'll be asked to locate it manually. The database is typically located at:
C:\Users\YOUR_USERNAME\AppData\Local\Ableton\Live Database\Live-plugins-1.db
If prompted, just drag and drop this file into the command window and press Enter.
Note: Replace
YOUR_USERNAME
with your Windows username.
-
First time only: Open Terminal (press Cmd+Space, type "Terminal" and press Enter) and run:
cd path/to/vst-lister chmod +x run-vst-lister.command
-
Double-click the
run-vst-lister.command
file -
The script will try to automatically find your Ableton database. If it can't find it, you'll be asked to locate it manually. The database is typically located at:
/Users/YOUR_USERNAME/Library/Application Support/Ableton/Live Database/Live-plugins-1.db
If prompted, just drag and drop this file into the terminal window and press Enter.
Note: Replace
YOUR_USERNAME
with your Mac username. To find your username, typewhoami
in Terminal.
The exported plugins list will be saved as plugins.csv
and should open automatically in your default spreadsheet application (Excel/Numbers).
This tool helps music producers identify which plugins they have in common with their collaborators. Here's how to use it:
- Each collaborator should run this tool on their own machine to generate their personal
plugins.csv
- Share your CSV files with each other (e.g., via email, Dropbox, etc.)
- Place all the CSV files in the same folder as this tool
- Run the tool again, and when prompted to compare with other CSV files:
- Select 'y' to enable comparison
- Choose which CSV files to include in the comparison
The tool will generate a new combined_plugins.csv
that shows:
- All plugins from all collaborators
- Which plugins are present in each collaborator's system
- Version differences between installations
- A "Collaboration Material" column indicating if a plugin is:
- "Yes": Available on all systems with matching versions
- "Check version": Available but with different versions
- "No": Missing on some systems
- A "Remarks" column showing version details when there are differences
This makes it easy to:
- Find plugins you all have in common
- Identify which plugins need to be shared or purchased
- Spot version mismatches that might cause compatibility issues