Noisitron

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.

Available

Add the PPA (recommended)

shell
$ 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
shell
$ sudo apt install ./noisitron_amd64.deb

Fedora

Ships through Fedora COPR, or grab the .rpm straight from the release page.

Available

Enable the COPR (recommended)

shell
$ sudo dnf copr enable leafyalex2/noisitron
$ sudo dnf install noisitron

Or install the .rpm directly

Get the .rpm
shell
$ sudo dnf install ./noisitron-*.x86_64.rpm

openSUSE

Backed by an OBS repository for Tumbleweed, plus a direct .rpm download.

Available

Add the OBS repo (recommended)

shell
$ 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
shell
$ sudo zypper install ./noisitron-*.x86_64.rpm

AppImage

Portable and no install required, works on virtually any Linux distro, including Arch.

Available

Download, mark executable, run

Download AppImage
shell
$ 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.

Coming soon

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/.

shell
$ 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.