github nymtech/nym-vpn-client nym-vpn-core-v1.0.0-rc.13

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.28.0...
17 months ago
Crate versions
 nym-vpnc: 1.0.0-rc.13
 nym-vpnd: 1.0.0-rc.13
 nym-vpn-lib: 1.0.0-rc.13
 nym-vpn-cli: 1.0.0-rc.13
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Fri Nov 22 12:28:58 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

d7e08e2dc671448fa5896b0a193c5635f25a3476e7cc7249c1e3e742b4297a85  nym-vpn-core-v1.0.0-rc.13_linux_x86_64.tar.gz
6be7b8f2b2f94c4b3f13ccedf01c3d362e605c37a5c1c2657becb589c4e4be65  nym-vpn-core-v1.0.0-rc.13_macos_universal.tar.gz
10abff6dbf73183436dd35653ff9407011510d403458a05ea543b246fa9f0fcc  nym-vpn-core-v1.0.0-rc.13_android_aarch64.tar.gz
3dd46bc7e9c417defecf310ba266cf96922c4eea3473e16d5e98905931d1df09  nym-vpn-core-v1.0.0-rc.13_ios_universal.zip
f828ec14dc857ef7d86fa9f6eccd69020b26821d2a391abe3c6f0b47d27c3ec5  nym-vpn-core-v1.0.0-rc.13_windows_x86_64.zip
eb51dc0c6ba6548553ce87c163556397fe2dc7cc7bc2fc65cbc847732d7bdeab  nym-vpn-cli_1.0.0~rc.13-1_amd64.deb
30d286f9323c74aa8b89ee6e8d0880504205d15c9f54c96b06f97869afb2fc74  nym-vpnc_1.0.0~rc.13-1_amd64.deb
7f497ac7f8e539f3a9792346f551405549be51ff44f8fd5b0a13f7904ce62005  nym-vpnd_1.0.0~rc.13-1_amd64.deb

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

NewReleases is sending notifications on new releases.