Notifiarr Unstable Builds
This folder contains unstable builds for Notifiarr Client.
Windows
Use the exe file below.
macOS
Use the (universal binary) dmg file below.
FreeBSD
Use the correct FreeBSD binary below.
Docker
Use the container tag ghcr.io/notifiarr/notifiarr:unstable
Linux
Linux builds are available on Packge Cloud. Directions to install the unstable repository follow.
Start by running this command:
curl -sL https://golift.io/repo.sh | sudo bash
Debian / Ubuntu
- Edit
/etc/apt/sources.list.d/golift.listand uncommend the last line. focalis correct for all Debian distros!- Run these commands:
sudo apt update sudo apt remove -y notifiarr sudo apt install -y notifiarr - To update going forward, simply run:
sudo apt update ; sudo apt install notifiarr
RedHat / CentOS
- Edit
/etc/yum.repos.d/golift.repoand uncomment thegolift_unstablesection at the bottom of the file. el/6is correct for all RHEL distros!- Run these commands
sudo yum -q makecache -y --disablerepo='*' --enablerepo='golift_unstable' sudo yum install -y notifiarr - To update going forward, simply run:
sudo yum install notifiarr
Feedback
Please provide feedback on these directions in our Discord Server.