README.md

  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 golift/notifiarr:unstable

Linux

Linux builds are available on Packge Cloud. See 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.list and uncommend the last line.
  • focal is 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.repo and uncomment the golift_unstable section at the bottom of the file.
  • el/6 is 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.