Nym Apt Repository

for Ubuntu and other Debian-based distributions

Official NymVPN Client repository for Ubuntu and Debian-based distributions.

Secure debian packages of the Nym VPN binaries for easy installation and updates.

Quick Start

Add GPG key and 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 Ubuntu 20.04 (Focal)
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 Ubuntu 22.04 (Jammy)
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'
Update and install
sudo apt update
sudo apt install nym-vpn

Available Packages

Ubuntu 22.04 only

VPN client packages are currently built for Ubuntu 22.04 (Jammy) only.

nym-vpnd
Core VPN daemon service
nym-vpnc
Console VPN client for use with nym-vpnd
nym-vpn-app
Desktop VPN client with GUI for nym-vpnd

Source Code

Nym Platform
Main Nym repository
NymVPN Clients
VPN client applications