github nymtech/nym-vpn-client nym-vpn-core-v0.1.16

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-android-v3.1.2...
19 months ago
Crate versions
 nym-vpnc: 0.1.16
 nym-vpnd: 0.1.16
 nym-vpn-lib: 0.1.16
 nym-vpn-cli: 0.1.16
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date:          Wed Aug 21 08:43:38 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

fdc76d0d481814fe8d93f0fe673091af0ce39053a0943bffeba691317ee3dfbe  nym-vpn-core-v0.1.16_linux_x86_64.tar.gz
040ad920a52986b35fa3e1f61a5e307d85614d82bb32950e8ffb7e8d00d5e41b  nym-vpn-core-v0.1.16_macos_universal.tar.gz
73add9ecbce3c7abcf0a68fadc3391b2afa319d144937349fcca2b29db08e635  nym-vpn-core-v0.1.16_android_aarch64.tar.gz
41a5ecb8b0ab7cc2e6130179863761d12bcc988eda6c269cb00bd01a43449741  nym-vpn-core-v0.1.16_ios_universal.zip
37eab6554225eea01b8c22f939f38ff508564dff1d1f3024ccc8bf62a6be09a1  nym-vpn-core-v0.1.16_windows_x86_64.zip
c4ccf266b387aa8ad79a9cb6aa9135b311cd5748fa3a4063fb5aec4cfb711dbd  nym-vpn-cli_0.1.16-1_amd64.deb
652c88ff351d430615a9ed7838bab53d8f8a020b9848f1883e0a647d2c5bf053  nym-vpnc_0.1.16-1_amd64.deb
27aeaf13cff5abcf92b89202ea8cc18f05eb7d513d9c77ac4849da441e6016fa  nym-vpnd_0.1.16-1_amd64.deb

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

NewReleases is sending notifications on new releases.