net.nymtech.NymVPN

Decentralized, mixnet, and zero-knowledge VPN
 
  0
  no reviews



Desktop application for NymVPN.


NymVPN is a decentralized, mixnet and zero-knowledge VPN.
Features:

  • 5-hop <em>Anonymous</em> mode (using the Nym Mixnet)
  • 2-hop <em>Fast</em> mode (using WireGuard)
  • No centralized logs
  • Hide your public IP
  • Entry and exit hop location


NOTE: This package only provides the <em>client</em> application.
For the VPN to work, the daemon aka <code>nym-vpnd</code>,
must be installed and running.
You can install it from these separate packages:

  • deb package (requires to setup the Nym deb repository): <code>nym-vpnd</code>
  • AUR packages: <code>nym-vpnd</code> and <code>nym-vpnd-bin</code>

For more details, please check https://nym.com/en/download/linux


Alternatively you can get the binary directly from the GitHub releases:

  1. Go to https://github.com/nymtech/nym-vpn-client/releases
  2. Find the latest release with tag <code>nym-vpn-core-v1.2.3</code>
  3. Download the linux archive <code>nym-vpn-core-v1.2.3_linux_x86_64.tar.gz</code>
    and extract the binary (make it executable)
  4. From a terminal, run <code>sudo nym-vpnd</code>


NOTE: The daemon requires root privileges to work.