Get Noisitron
Choose your distro
Every install path leads to the same app. Pick whichever fits how you manage packages: native repo, direct download, or a portable AppImage that runs anywhere.
Ubuntu / Debian
Works on Ubuntu, Linux Mint, Pop!_OS, elementary, and other Debian-based distros.
Add the PPA (recommended)
$ sudo add-apt-repository ppa:leafyalex/ppa-noisitron$ sudo apt update$ sudo apt install noisitron
Installs through apt and updates alongside your other packages.
Or install the .deb directly
Download .deb ↗$ sudo apt install ./noisitron_amd64.deb
Fedora
Ships through Fedora COPR, or grab the .rpm straight from the release page.
Enable the COPR (recommended)
$ sudo dnf copr enable leafyalex2/noisitron$ sudo dnf install noisitron
Or install the .rpm directly
Get the .rpm ↗$ sudo dnf install ./noisitron-*.x86_64.rpm
openSUSE
Backed by an OBS repository for Tumbleweed, plus a direct .rpm download.
Add the OBS repo (recommended)
$ sudo zypper addrepo https://download.opensuse.org/repositories/home:leafyalex/openSUSE_Tumbleweed/home:leafyalex.repo$ sudo zypper refresh$ sudo zypper install noisitron
Or install the .rpm directly
Get the .rpm ↗$ sudo zypper install ./noisitron-*.x86_64.rpm
AppImage
Portable and no install required, works on virtually any Linux distro, including Arch.
Download, mark executable, run
Download AppImage ↗$ chmod +x Noisitron-*.AppImage$ ./Noisitron-*.AppImage
Manage updates with GearLever
Get GearLever ↗Noisitron ships gh-releases-zsync update metadata, so GearLever can add it to your app menu and keep it current automatically.
Arch Linux (AUR)
A noisitron-bin AUR package is on the way. Use the AppImage on Arch in the meantime.
Verifying your download
Every release asset ships with a published SHA-256 checksum on GitHub. Match it against your download before installing if you want extra assurance.
View release checksums ↗Building from source
Requires Node.js 20+. Clones, installs, and builds a local AppImage/.deb/.rpm into dist/.
$ git clone https://github.com/ProbAlex/Noisitron.git$ cd Noisitron && npm install$ npm run dist:linux
Running something else, or hit a snag installing? Open an issue or browse the feature list while you wait.