-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Rich Rath edited this page Mar 24, 2026
·
3 revisions
Download the latest installer for your platform from the Releases page.
Each installer will ask you to read and accept the beta test agreement before installing.
- Download
RhythmEcho-Windows-v0.9.7b-beta.zipand extract ALL files to a folder first — do not run the installer from inside the zip. Windows may appear to let you run it from inside the archive, but the installer needs the other files alongside it to work correctly. - Double-click
Install RhythmEcho.vbs - Accept the beta test agreement
- Click Yes when Windows asks for administrator permission
- The installer copies
RhythmEcho.vst3toC:\Program Files\Common Files\VST3\ - Restart your DAW — RhythmEcho will appear in your VST3 plugin list
RhythmEcho installs as both a VST3 and an Audio Unit (AU).
- Download
RhythmEcho-macOS-v0.9.7b-beta.dmgand open it -
Right-click (or Control-click)
Install RhythmEcho.appand choose Open — macOS will block a straight double-click the first time because the app is unsigned. Right-click → Open is the fix. You only need to do this once. - Click Open in the dialog that appears
- Enter your Mac password when prompted
- The installer copies the plugin to
/Library/Audio/Plug-Ins/VST3/and/Library/Audio/Plug-Ins/Components/ - Restart your DAW — RhythmEcho will appear in both your VST3 and Audio Units plugin lists
If your DAW still doesn't see the plugin after install: open Terminal and run:
xattr -dr com.apple.quarantine "/Library/Audio/Plug-Ins/VST3/RhythmEcho.vst3"
xattr -dr com.apple.quarantine "/Library/Audio/Plug-Ins/Components/RhythmEcho.component"Then restart your DAW. You shouldn't need this in most cases — the installer handles it.
- Download
RhythmEcho-Linux-v0.9.7b-beta.zipand unzip it - Open a terminal in the unzipped folder
- Run:
./install_rhythmecho.sh - Accept the beta test agreement at the prompt (type
y) - The installer will place
RhythmEcho.vst3in~/.vst3/(no sudo needed) or fall back to/usr/lib/vst3/if that fails - Restart your DAW