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

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.14
 nym-vpnd: 0.1.14
 nym-vpn-lib: 0.1.14
 nym-vpn-cli: 0.1.14
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Thu Aug  8 14:02:48 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

af6c30069abca3c8d01b26a26245e2a2cb79536356d25ee17e33facb87b6b40f  nym-vpn-core-v0.1.14_linux_x86_64.tar.gz
01fecfac5badbf7bed996803dcd0e7d4e8caa3f3d792d15c3ace19b3eed0b82f  nym-vpn-core-v0.1.14_macos_universal.tar.gz
28d25e4bda6429a39dfa1748c9215cc61774381b8a01f58f353a559da37fa707  nym-vpn-core-v0.1.14_android_aarch64.tar.gz
6cb5396ee0f8e9a38e1820627818038f1755b9d9ac83fe8475735e549a4fe533  nym-vpn-core-v0.1.14_ios_universal.zip
a01c09059d2075ad906a47accc947c1181c9eac17c0f107d4b53705c17d1a18b  nym-vpn-core-v0.1.14_windows_x86_64.zip
1d6800a8e49808de1a35fc04254e1f6e9485e84c41187592be2ab999ff9286de  nym-vpn-cli_0.1.14-1_amd64.deb
4f73f7634288e220b50649ddde79fc3c021cf968df9067bf0c41f8a8e96d9bb8  nym-vpnc_0.1.14-1_amd64.deb
f35ae18ad2145ed3890e14a28c609c48e9b8fcb5020b45561cfbb207c5b8ee7b  nym-vpnd_0.1.14-1_amd64.deb

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

NewReleases is sending notifications on new releases.