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

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.12
 nym-vpnd: 0.1.12
 nym-vpn-lib: 0.1.12
 nym-vpn-cli: 0.1.12
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Wed Aug  7 08:46:56 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

8c27521476c85fd1b0074eadded9d95d07ffacc3ad672c856bbda84d44d227b1  nym-vpn-core-v0.1.12_linux_x86_64.tar.gz
ef10112ac8da585f7dc10480dcda285390ca8f13f731c471bceaaafd17adaa14  nym-vpn-core-v0.1.12_macos_universal.tar.gz
d26a95d39259937494230e1efa08edcd17753536cb337e08af8e5767f0692358  nym-vpn-core-v0.1.12_android_aarch64.tar.gz
513175a97d0c464be34e016636a80d3bf2b7d05429abf0988b4111e2a3493d75  nym-vpn-core-v0.1.12_ios_universal.zip
b72856393d3ae84a8374335b4b5e8fed8ca5b5b60561ca89854687eb7a93fe45  nym-vpn-core-v0.1.12_windows_x86_64.zip
6539d391a169b34a138460ec52668beac31410e946460b117ae642a0a4c011fa  nym-vpn-cli_0.1.12-1_amd64.deb
6fc5cecd3b09eff52ca4c9f7f23f8e25f7f32e46fccca54da73f43c2eaa3bb8b  nym-vpnc_0.1.12-1_amd64.deb
dc906e7bc320f560fada2505b2600245aed8983374ca06a95e87c9303b04d9ae  nym-vpnd_0.1.12-1_amd64.deb

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

NewReleases is sending notifications on new releases.