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

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.28.0...
17 months ago
Crate versions
 nym-vpnc: 1.0.0-rc.14
 nym-vpnd: 1.0.0-rc.14
 nym-vpn-lib: 1.0.0-rc.14
 nym-vpn-cli: 1.0.0-rc.14
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Fri Nov 22 16:24:46 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

1c0c07e53039efc0a93afae8d094dd5fade9df95817de5429c71fcf1b46dd53c  nym-vpn-core-v1.0.0-rc.14_linux_x86_64.tar.gz
e9bfe65612e1a49df60d38fc1d6e3e6c55cba051b39e9750ec7aa1e9981ffe45  nym-vpn-core-v1.0.0-rc.14_macos_universal.tar.gz
9f697d415deb97949c422730a01c9ebdeeb8d0f349dcd2f9f6d09d228dfc6ab5  nym-vpn-core-v1.0.0-rc.14_android_aarch64.tar.gz
11746a7cb1b1dbdf5b5816985f60c84b6374a69593e40cf9221be8a13a1db7ec  nym-vpn-core-v1.0.0-rc.14_ios_universal.zip
13697975d7c5d15f0c5fb44f13c9901e4bc038b4a624240d41a94d311b157801  nym-vpn-core-v1.0.0-rc.14_windows_x86_64.zip
169afc463244406f2ddebf8ffda41006543172b7a5484534cd1243e6b952cc4f  nym-vpn-cli_1.0.0~rc.14-1_amd64.deb
2071cce16e03ac73df5da5022d3a732241b5baef54502165c3c9c4ebf81414c0  nym-vpnc_1.0.0~rc.14-1_amd64.deb
cb477e6a269c7a8eb517bb50dcb055eaae976446f03269834a1112291ea13b26  nym-vpnd_1.0.0~rc.14-1_amd64.deb

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

NewReleases is sending notifications on new releases.