Nym Repository

for Ubuntu and other Debian-based distributions

This is the Nym repository for Ubuntu and Debian-based distributions.

It contains debian packages of the Nym platform binaries, as well as the vpn clients

Add the repository

sudo curl -s --compressed "https://apt.nymtech.net/nymtech.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/nymtech.gpg > /dev/null

# For focal (20.04)
sudo sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/nymtech.gpg] https://apt.nymtech.net/ focal main" > /etc/apt/sources.list.d/nymtech.list'

# For jammy (22.04)
sudo sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/nymtech.gpg] https://apt.nymtech.net/ jammy main" > /etc/apt/sources.list.d/nymtech.list'

sudo apt update

sudo apt install <package>
            

Available packages

Currently platform packages are only built for 20.04, and vpn clients are only built for 22.04

Platform binaries

NymVPN clients (standalone)

NymVPN clients (with daemon)

Repository contents