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

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-android-v3.1.2...
20 months ago
Crate versions
 nym-vpnc: 0.1.8
 nym-vpnd: 0.1.8
 nym-vpn-lib: 0.1.8
 nym-vpn-cli: 0.1.8
Rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
Build profile: release
Date:          Thu Jul  4 11:55:00 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

7408e9ebe03407948ec4cb9c09c129d07596e187d3db9c6716239ae7b9c1724a  nym-vpn-core-v0.1.8_linux_x86_64.tar.gz
cb832463d495916e203268575a1d53f86b9c6fa3d7a8b9c496d6e4a66830af51  nym-vpn-core-v0.1.8_macos_universal.tar.gz
0c04328fcf4083514d47077aef61c418415dffc09c7471744647eabda2299be9  nym-vpn-core-v0.1.8_android_aarch64.tar.gz
171241289cd795ffaaefccb142de948693863edc86bb4f072766d40708b71722  nym-vpn-core-v0.1.8_ios_universal.zip
0a2dcfb09985387452d85bdb6d1aa15499ee32b00b74349103013457bef1b386  nym-vpn-core-v0.1.8_windows_x86_64.zip
e1cf745cbaf6d0c38f16bf39b7e6d6ec188551261de789da7989b54e471f04e8  nym-vpn-cli_0.1.8-1_amd64.deb
7278cd05370b16d1846dd0f60b67bdd405afc00e496772b54fe74f0f189a035b  nym-vpnc_0.1.8-1_amd64.deb
2b4449f76cc8a985eedeaebe6be861c6ab339b3ae163d85c00ab74eee36e4307  nym-vpnd_0.1.8-1_amd64.deb

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

NewReleases is sending notifications on new releases.