1.4.0
July 3, 2026
- Download
Windows 10/11 (x64)
Standalone app + VST3 plugin
Quick install
- Run the downloaded .exe installer.
- Complete setup and launch Soundshed Guitar from Start Menu.
- Open your DAW and rescan plugins if VST3 is not detected automatically.
- Download
macOS (Intel / Apple Silicon)
Standalone app + AU/AAX/VST3 plugin
Quick install
- Open the downloaded .pkg and follow the installer prompts.
- If macOS blocks first launch, allow it from System Settings > Privacy & Security.
- Open your DAW and run plugin rescan for AU/VST3/AAX as needed.
- Download
Linux (x64)
Standalone app + LV2/CLAP/VST3 plugin.
Quick install
- Extract the archive into a staging folder.
- Copy bundled plugins into /usr/lib (requires sudo).
- Copy the standalone app into ~/opt (or system /opt) and launch from there.
Suggested Commandswget -O SoundshedGuitar-1.4.0-Linux-x64.zip https://downloads.soundshed.com/downloads/SoundshedGuitar-1.4.0-Linux-x64.zip unzip SoundshedGuitar-1.4.0-Linux-x64.zip -d soundshed-install sudo cp -r soundshed-install/usr/lib/* /usr/lib cp -r soundshed-install/opt/* ~/opt # Requires libwebkit2gtk-4.1-dev (if you encounter blank white window) # e.g. sudo apt install libwebkit2gtk-4.1-dev