Download JamWide
v1.1 Beta — JUCE Rewrite
The new JUCE-based version of JamWide is available as a beta. This is a complete rewrite with FLAC lossless audio, multichannel output routing, DAW transport sync, standalone mode, and Linux support.
This is beta software — it may contain bugs. Please report issues on GitHub.
Download v1.1-beta.18
macOS (Universal) / Windows (x64) / Linux (x64)
v1.0 Stable (Legacy)
The previous CLAP/ImGui version. Recommended if you need a version that has been field-tested for longer, or if the beta has an issue on your system. No new features, but stable on all its supported platforms.
Download v1.0 (Legacy)
macOS (Universal) / Windows (x64)
Available Formats
macOS (Universal: Intel + Apple Silicon)
| Format | File | Install Location |
|---|---|---|
| VST3 | JamWide.vst3 |
~/Library/Audio/Plug-Ins/VST3/ |
| Audio Unit | JamWide.component |
~/Library/Audio/Plug-Ins/Components/ |
| CLAP | JamWide.clap |
~/Library/Audio/Plug-Ins/CLAP/ |
| Standalone | JamWide.app |
/Applications/ |
Windows (64-bit)
| Format | File | Install Location |
|---|---|---|
| VST3 | JamWide.vst3 |
%LOCALAPPDATA%\Programs\Common\VST3\ |
| CLAP | JamWide.clap |
%LOCALAPPDATA%\Programs\Common\CLAP\ |
| Standalone | JamWide.exe |
Anywhere you like |
Linux (64-bit)
| Format | File | Install Location |
|---|---|---|
| VST3 | JamWide.vst3 |
~/.vst3/ |
| CLAP | JamWide.clap |
~/.clap/ |
| Standalone | JamWide |
Anywhere you like |
Installation
- Download the archive for your platform from the releases page (
.tar.gzfor macOS/Linux,.zipfor Windows) - Extract the plugin files
- Copy to the appropriate folder (see tables above)
- Restart your DAW
- Scan for new plugins if necessary
System Requirements
macOS
- macOS 10.15 (Catalina) or later
- Intel or Apple Silicon (universal binary)
- 64-bit DAW with VST3, AU, or CLAP support
Windows
- Windows 10 or later (64-bit)
- 64-bit DAW with VST3 or CLAP support
Linux
- Ubuntu 22.04+ or equivalent
- X11 display server
- ALSA or JACK audio
- 64-bit DAW with VST3 or CLAP support
Build from Source
Prefer to compile yourself? See the documentation for build instructions.
Previous Releases
All releases are available on the GitHub Releases page.