github nymtech/nym-vpn-client wg-testing

latest releases: nym-vpn-android-nightly, nym-vpn-app-nightly, nym-vpn-app-v1.28.0-beta...
20 months ago
Crate versions
 nym-vpnc: 0.1.11-dev
 nym-vpnd: 0.1.11-dev
 nym-vpn-lib: 0.1.11-dev
 nym-vpn-cli: 0.1.11-dev
Rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
Build profile: release
Date:          Fri Jul 19 10:44:18 UTC 2024

Notes

Release build of the core binaries for the nym vpn client

The core binaries consist of

  • nym-vpn-cli: Basic commandline client for running the vpn. This runs in the foreground.
  • nym-vpnd: Daemon implementation of the vpn client that can run in the background and interacted with using nym-vpnc.
  • nym-vpnc: The commandline client used to interact with nym-vpnd.

Running

If you are running Debian/Ubuntu/PopOS or any other distributio supporting debian packages and systemd, see the relevant section below

Daemon

Start the daemon with

sudo -E ./nym-vpnd

Then

./nym-vpnc status
./nym-vpnc connect
./nym-vpnc disconnect

CLI

An alternative to the daemon is to run the nym-vpn-cli commandline client that runs in the foreground.

./nym-vpn-cli run

Debian package for Debian/Ubuntu/PopOS

For linux platforms using deb packages and systemd, there is also debian packages.

sudo apt install ./nym-vpnd_0.1.0-1_amd64.deb ./nym-vpnc_0.1.0-1_amd64.deb (substitute the correct versions)

Installing the nym-vpnd deb package starts a nym-vpnd.service. Check that the daemon is running with

systemctl status nym-vpnd.service

and check its logs with

sudo journalctl -u nym-vpnd.service -f

To stop the background service

systemctl stop nym-vpnd.service

It will start again on startup, so disable with

systemctl disable nym-vpnd.service

Interact with it with nym-vpnc

nym-vpnc status
nym-vpnc connect
nym-vpnc disconnect

SHA256 Checksums

7f54870ad5ced7d6fcde38ac0c1561c35e5bd9007893ff200faf9e60cad8114d  nym-vpn-core-v0.1.11-dev_linux_x86_64.tar.gz
608eef92e1066657d938df15d441a02b28c590e621aa070165f5a0d72e6e1404  nym-vpn-core-v0.1.11-dev_macos_universal.tar.gz
a2521d0f14bef9e423fe173fb40c57c9a431d5ccedf357e3a98a80c1781d615a  nym-vpn-core-v0.1.11-dev_android_aarch64.tar.gz
8a33b2fa8bc5fefa90c763083e5e5be000f79f570999ac3dcf4283bd3079182d  nym-vpn-core-v0.1.11-dev_ios_universal.zip
159a468c33cf969267808183b6bb7c28dec979da9772aa0988ca8a505a079ec4  nym-vpn-core-v0.1.11-dev_windows_x86_64.zip
6a5ba0bba10940cc49c2d3273664c6a27d0220af48c010af507605b6ad0c692c  nym-vpn-cli_0.1.11-dev-1_amd64.deb
e2c9e662abef346cdee7b1a1e3685e86c2c49acd30dd4c6997eff99cff4f403e  nym-vpnc_0.1.11-dev-1_amd64.deb
0de3c68a718d73b1a651a384da55d5164853f9fd6bf13a4b10e2a982dec72e05  nym-vpnd_0.1.11-dev-1_amd64.deb

Don't miss a new nym-vpn-client release

NewReleases is sending notifications on new releases.