github nymtech/nym-vpn-client nym-vpn-core-v1.0.0-rc.9

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.29.0-rc2...
17 months ago
Crate versions
 nym-vpnc: 1.0.0-rc.9
 nym-vpnd: 1.0.0-rc.9
 nym-vpn-lib: 1.0.0-rc.9
 nym-vpn-cli: 1.0.0-rc.9
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Wed Nov 20 17:01:57 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

b049c7c2db410251b4c956fa4312ecea7eafe8bf28df9446c9d9a5878ce94c64  nym-vpn-core-v1.0.0-rc.9_linux_x86_64.tar.gz
10189a59e1adb85e1e17f2a6f9289c853aa1ddad5b79521e0fcf9ea6ba84bf34  nym-vpn-core-v1.0.0-rc.9_macos_universal.tar.gz
c9603430a36701559403f8be5ffb4765ff55c71f0e3d3dd4fd78e570e8d6e0e6  nym-vpn-core-v1.0.0-rc.9_android_aarch64.tar.gz
bc5b6d9c2cf8e0e7d0f8672496741a3265ce7990f20dca5401c526de9584d01d  nym-vpn-core-v1.0.0-rc.9_ios_universal.zip
186b6829606b800b45403f91c06b771aa524d70204f95f113f64d59ecc8d387c  nym-vpn-core-v1.0.0-rc.9_windows_x86_64.zip
406b39933f23b5f5362e667bdb5b86c44b37637cfdf982b6f7e9817fd231c57d  nym-vpn-cli_1.0.0~rc.9-1_amd64.deb
f9b66fe369d50dc88c75f4e6dc75bdc2754c087ee0b2f9224b750800a73e4964  nym-vpnc_1.0.0~rc.9-1_amd64.deb
c0fbb6bad0da96d0907ee6ca41260be00ee3ae19d57bd6bad8ec8613295c9c05  nym-vpnd_1.0.0~rc.9-1_amd64.deb

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

NewReleases is sending notifications on new releases.