linux-audio-setup-scripts icon indicating copy to clipboard operation
linux-audio-setup-scripts copied to clipboard

Scripts to get you running with a professional audio quality Linux system.

Linux Audio Setup Scripts

By Brendan Ingram

This repository contains scripts and guides to get you running with a Linux system capable of professional audio engineering and music production.

How do I use this?

Find your distribution in the list below, click the link, and run the SINGLE command - easy!

Supported distributions:

  • Arch
    • JACK
    • Pipewire
  • Debian
    • Debian 11 (bullseye) JACK
    • Debian 12 (bookworm) JACK
    • Debian 12 (bookworm) Pipewire
  • Fedora
    • coming soon
  • KDE Neon
    • 20.04 (based on focal) JACK
    • 20.04 (based on focal) Pipewire
  • Manjaro
    • Pipewire
  • Mint
    • 20 (uma)
  • Ubuntu
    • 20.04 (focal) JACK
    • 22.04 (jammy) JACK
    • 22.04 (jammy) Pipewire
  • Zorin OS
    • 16

You can find me at:

Personal

Air Audio (audio news and tutorials)

Feathernator (my music)

Notes:

SSH clone this repository

git clone [email protected]:brendaningram/linux-audio-setup-scripts.git

To add yourself as a sudo user with no password

su -c "echo '$USER ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/$USER"