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

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.29.3...
22 months ago
Crate versions
 nym-vpnc: 0.1.7
 nym-vpnd: 0.1.7
 nym-vpn-lib: 0.1.7
 nym-vpn-cli: 0.1.7
Rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
Build profile: release
Date:          Thu Jul  4 09:21:06 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

ed09c0c9fdf582b1daad65b843358e5a9bc62e8aee15079aedb7166f8aa424e6  nym-vpn-core-v0.1.7_linux_x86_64.tar.gz
0ba273565ee91872798c669cc208381769bdebb18c89ad93d30067dfdd008d22  nym-vpn-core-v0.1.7_macos_universal.tar.gz
bf722e9a0e11a459eb6a7205094168698946cdf8597b6b8e15c6ec192994a602  nym-vpn-core-v0.1.7_android_aarch64.tar.gz
8dd481e52b86f5737eef136fcf0a184e5aaced7ef9f103beceb6df427ce5a4d0  nym-vpn-core-v0.1.7_ios_universal.zip
91e585eace8b0fe53e67870bd59cdaa42398e66b3dee1249825a254342bbc1c3  nym-vpn-core-v0.1.7_windows_x86_64.zip
53d0c9496b618fd29bd84cfc7ae502b2336502fa3b9656665e5e98942c028f3c  nym-vpn-cli_0.1.7-1_amd64.deb
e15bf97ad2e85aa6edc271fb210994bd709dd94ee47bfae2a9829cfa9fa4c0ab  nym-vpnc_0.1.7-1_amd64.deb
bdde284d4024108aafb3d22bcdc461af28a3792f08fd75c4588f4b0a2bcbd32b  nym-vpnd_0.1.7-1_amd64.deb

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

NewReleases is sending notifications on new releases.