Download

To support Nagstamon development or donate just have a look at contribution.

Stable release

Get the latest stable release 3.14.0 from GitHub stable release.

Latest development version

Get the latest binaries created automatically by GitHub Actions. Download from GitHub latest release.

Download from repositories

Chocolatey

If you are using the great Chocolatey you can install Nagstamon easily via:

choco install nagstamon

Homebrew

If you are using Homebrew you can install Nagstamon easily via:

brew install --cask nagstamon

Debian

If you are using any Debian-based distro like Ubuntu you can install Nagstamon from their official repo:

apt install nagstamon

Note: the move to Qt6 made Ubuntu versions older than 20.04 not work anymore.

Whichever version you want to use - first you need to add the GPG key:

curl -o /etc/apt/trusted.gpg.d/nagstamon.asc https://nagstamon.de/repo/debian/latest/key.gpg

If you want the stable release of Nagstamon you can add its Debian repository and GPG key to you sources:

echo "deb https://nagstamon.de/repo/debian/stable /" > /etc/apt/sources.list.d/nagstamon.list

If you want the latest release of Nagstamon you can add its Debian repository and GPG key to you sources:

echo "deb https://nagstamon.de/repo/debian/latest /" > /etc/apt/sources.list.d/nagstamon.list

To finally install just do the apt mantra:

apt -y update
apt install nagstamon

Fedora

The stable release for Fedora is available via Nagstamon repository - just throw https://nagstamon.de/repo/fedora/nagstamon.repo into /etc/yum.repos.d:

curl -o /etc/yum.repos.d/nagstamon.repo https://nagstamon.de/repo/fedora/nagstamon.repo

The latest release for Fedora is available too via Nagstamon repository - just throw https://nagstamon.de/repo/fedora/nagstamon-latest.repo into /etc/yum.repos.d:

wget https://nagstamon.de/repo/fedora/nagstamon-latest.repo -O /etc/yum.repos.d/nagstamon-latest.repo

Both versions simply get installed by:

dnf install nagstamon

RedHat Linux

The stable release for RedHat Linux is available via Nagstamon repository - just throw https://nagstamon.de/repo/rhel/nagstamon.repo into /etc/yum.repos.d:

curl -o /etc/yum.repos.d/nagstamon.repo https://nagstamon.de/repo/rhel/nagstamon.repo

The latest release for RedHat Linux is available too via Nagstamon repository - just throw https://nagstamon.de/repo/rhel/nagstamon-latest.repo into /etc/yum.repos.d:

wget https://nagstamon.de/repo/rhel/nagstamon-latest.repo -O /etc/yum.repos.d/nagstamon-latest.repo

Both versions simply get installed by:

dnf install nagstamon