Record, route, and perform on Linux without the mystery.
Plain, tested guides for musicians running their studio on open-source tools. Setup, routing, latency, and the gear that actually works.
Four steps to a working Linux studio
New to audio on Linux? Follow the path in order. Each step links to a full guide with commands and expected results.
Pick a base
Choose a distro and a real-time-friendly kernel for low-latency work.
Set up the server
Install and configure JACK or PipeWire as your audio backbone.
Connect your gear
Get your USB or PCIe interface recognized and routed cleanly.
Tune latency
Set buffer and period sizes, then measure and kill xruns.
Cornerstone references
The core set every Linux musician ends up needing. Built as documentation, not blog filler.
Linux audio setup for beginners
From a fresh install to your first recorded take, with the commands that matter.
Read guide →JACK vs PipeWire for music
What each one is good at, where they overlap, and which to run in 2026.
Read guide →Best Linux DAWs for home recording
Ardour, Reaper, Qtractor and more, compared by workflow and plugin support.
Read guide →Reduce audio latency on Linux
Buffer and period tuning, xruns, and how to actually measure round-trip latency.
Read guide →WineASIO explained for musicians
Run Windows audio plugins on Linux, and when the bridge is worth the trouble.
Read guide →What happened to JackLab Audio Distribution?
A neutral, cited history of the original openSUSE-based pro-audio project.
Read guide →JACK and PipeWire, side by side
The decision most setups get stuck on. Here is the short version, with a copy-ready check.
Quick comparison
| What | JACK | PipeWire |
|---|---|---|
| Pro routing | Mature | JACK-compatible |
| Desktop audio | Extra setup | Built in |
| Lowest latency | Proven | Very close |
| Setup effort | Higher | Lower |
Check your server
$ jackd -d alsa -r 48000 -p 128
# watch live latency and xruns under PipeWire
$ pw-top
S ID QUANT RATE WAIT BUSY
R 34 128 48000 12.4us 31.0us
What runs with what
A living matrix of distro, audio server, DAW, and plugin format, with latency notes from real setups.
| Distro | Audio server | DAW | Plugin format | Notes |
|---|---|---|---|---|
| Ubuntu Studio | PipeWire | Ardour | LV2 / VST3 | Lowest-friction start |
| Fedora Jam | PipeWire | Reaper | VST / LV2 | Recent kernels |
| Arch | JACK | Qtractor | LV2 / LADSPA | Full manual control |
| Debian | JACK / PipeWire | Ardour | LV2 | Stable, older packages |
