github nymtech/nym-vpn-client nym-vpn-cli-v0.1.2-rc.2

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.28.0...
24 months ago
nym-vpn-cli 
Binary Name:        nym-vpn-cli
Build Timestamp:    2024-04-28T23:17:33.527579138Z
Build Version:      0.1.2-rc.2
Commit SHA:         e33eebba8cd6a973eb0c9916f4e27fb5ffda4cd3
Commit Date:        2024-04-29T00:57:39.000000000+02:00
Commit Branch:      HEAD
rustc Version:      1.77.2
rustc Channel:      stable
cargo Profile:      release

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

c51db8410afd28c62078fd7927ce0641210c119d1a7292add9f270d63868eb79  nym-vpn-lib_0.1.2-rc.2_ios_universal.zip
881fd3d593d5446bd517441e324ce05d820d81dd826b5c72bfe5384cc0127fae  nym-vpn-cli_0.1.2-rc.2_macos_universal.tar.gz
d97dd8294941c8657d6f7c37dec687645b7b74b0172c1559c2bdfe90d16f7c96  nym-vpn-cli_0.1.2-rc.2_ubuntu-22.04_x86_64.tar.gz
c1f0595107805e5505018940bbcdf26d3f48baca4a70209e611144710e184c10  nym-vpn-cli_0.1.2-rc.2_x86_64-pc-windows-msvc.tar.gz
f1d4797be7a5f3bde0b6cf6ba5a1a02ff31c5d7c5b0100476d6dda5c73cc4998  nym-vpn-lib_0.1.2-rc.2_aarch64-linux-android.tar.gz
f9c475c91fca13977e0941675538b09b60396d15346359329f7cf30fdb75e8dd  nym-vpn-cli_0.1.2~rc.2-1_amd64.deb
8e82c9dbe2f8674192e3c899687ac849ef19ceae795f4ccd4474767fd75a96c7  nym-vpnc_0.1.2~rc.2-1_amd64.deb
7089bd14326f42012735a8dd493f436a4ccb38d34e6eedc2b7f9341af5cce4b9  nym-vpnd_0.1.2~rc.2-1_amd64.deb

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

NewReleases is sending notifications on new releases.