github nymtech/nym-vpn-client nym-vpn-core-v1.0.0-alpha.3

latest releases: nym-vpn-android-nightly, nym-vpn-app-v1.28.0-rc2, nym-vpn-app-nightly...
17 months ago
Crate versions
 nym-vpnc: 1.0.0-alpha.3
 nym-vpnd: 1.0.0-alpha.3
 nym-vpn-lib: 1.0.0-alpha.3
 nym-vpn-cli: 1.0.0-alpha.3
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Mon Nov 11 13:38: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

b68c3c9343759a1af259713274293d73b87bcf99f0c0d2ee35158af1246b915e  nym-vpn-core-v1.0.0-alpha.3_linux_x86_64.tar.gz
497c16b9994aa1d41296c328f55cfcbf3ddf23b52837502a9ca8002e4a4025cb  nym-vpn-core-v1.0.0-alpha.3_macos_universal.tar.gz
90aa58830aeef95a89e621a214ed6e6feabd730765fdab352cdc994a8e2b78ba  nym-vpn-core-v1.0.0-alpha.3_android_aarch64.tar.gz
2fa973ae03e475fa791e832bed9f2a6757fa50b240ae09efdf673fbcdcc6d8da  nym-vpn-core-v1.0.0-alpha.3_ios_universal.zip
671706552e9c6eb9818d416cd3f6564f3578d1c9dc4adabd367cf4f860a80ce8  nym-vpn-core-v1.0.0-alpha.3_windows_x86_64.zip
e1310211f458a3e30b71dad3e0bf378b3efcd915bcdf3f3f68f10fa7f47f776a  nym-vpn-cli_1.0.0~alpha.3-1_amd64.deb
a7a054df36e93a0f4b07ee5199de4f5fa826498c62c8c69f2cd2ae8fd60fc38d  nym-vpnc_1.0.0~alpha.3-1_amd64.deb
c839e0fb3cccb58281fb68629359a6f8f2657a918edd803dd3e3b0028dca1471  nym-vpnd_1.0.0~alpha.3-1_amd64.deb

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

NewReleases is sending notifications on new releases.