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

latest releases: nym-vpn-android-nightly, nym-vpn-app-nightly, nym-vpn-android-v3.4.2...
21 months ago
Crate versions
 nym-vpnc: 0.1.13
 nym-vpnd: 0.1.13
 nym-vpn-lib: 0.1.13
 nym-vpn-cli: 0.1.13
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Thu Aug  8 09:49:40 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

034a999cfb4dfd8f2ad09e64182e1336b56682fb0154849cd9e457c41e23fc8d  nym-vpn-core-v0.1.13_linux_x86_64.tar.gz
b3562af7823859c200e8e736a4f5aa5cbf31050c6fc4e3087b6f559df19bed37  nym-vpn-core-v0.1.13_macos_universal.tar.gz
d9d4d82ceacfb6a6e89d94ed60769817ab0432e0fb8a9ad6e08f723b8c618427  nym-vpn-core-v0.1.13_android_aarch64.tar.gz
d38a28a1ea4ba00a0dce3915b260971254f7f05fbb63a70e65942662ba7218f8  nym-vpn-core-v0.1.13_ios_universal.zip
f32fa49ab0ae8170e4d704da99e56a42c859e50ff99669cc325c8a47a766a6dd  nym-vpn-core-v0.1.13_windows_x86_64.zip
f86e1f26df73888d9229d612405968ee3b78bf897b4aedfa9f3060e48a554c3b  nym-vpn-cli_0.1.13-1_amd64.deb
ce3d0786ec0409544da5d0b5f64b7d3203d8488f046186e46317dab9b2c481a0  nym-vpnc_0.1.13-1_amd64.deb
63d0bc9a47b0bc6b07c5c4b2ae5e8b75828eefb41b841274e7e4f49308e1cd01  nym-vpnd_0.1.13-1_amd64.deb

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

NewReleases is sending notifications on new releases.