If you prefer native solutions, consider these mastering suites:

| Software | Type | Ozone Equivalent | |----------|------|------------------| | Calf Studio Gear | Free, native | EQ, compressor, limiter | | LSP Plugins | Free, native | Professional dynamics | | Ardour + Linux Studio Plugins | Free/paid | Full mastering chain | | Harrison Mixbus | Paid, native | Console-style mastering |


| Component | Recommendation | |-----------|----------------| | Wine version | wine-staging 9.0+ (for VST3 GUI support) | | Audio driver | PipeWire + pw-jack for low latency | | DAW | REAPER (best Linux VST3 bridge support) | | Ozone version | Ozone 9, 10, 11 work (11 requires winetricks vcrun2022) |


# Install PipeWire or JACK bridges
sudo apt install pipewire-pulse pipewire-jack

winecfg → Graphics → "Emulate a virtual desktop"

# Install wine-staging (9.0+ recommended)
sudo apt install wine-staging wine32

| Option | How it works | Pros | Cons | |---|---:|---|---| | Wine/Proton + Linux host (Carla, Reaper native x86 build under Wine) | Install Ozone Windows installers with Wine/Proton; host VST via Carla or a DAW with Wine bridge | Lightweight, low latency, integrates with Linux audio; free | Some plugins may need tweaks; licensing/authorization hassles; not officially supported | | Windows VM (KVM/QEMU + PCI passthrough or PulseAudio/Jack bridging) | Run Windows DAW in VM and pass audio/MIDI between host and VM | High compatibility; runs native Windows DAW/plugins | Higher resource use, more complex; potential latency | | Separate Windows machine/dual-boot | Run Ozone on Windows system, export stems or use network audio | Full compatibility, no emulation issues | Requires extra hardware or rebooting; workflow overhead | | Native alternatives on Linux | Use Linux-native mastering plugins (Calf, lv2, etc.) | Native, low-latency, fully supported | Different sound/feature set; may not match Ozone exactly |

wget https://github.com/robbert-vdh/yabridge/releases/latest/download/yabridge.tar.gz tar -xzf yabridge.tar.gz cd yabridge ./setup-yabridge

After running the script, test Ozone with a command-line VST host:

# Install Carla (plugin host)
sudo apt install carla