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

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 15:51:17 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

3f0482b1ec76507a20117dd7d584463cbef3925bde57fc777d82044d4ff43d77  nym-vpn-core-v1.0.0-alpha.3_linux_x86_64.tar.gz
81f8f6224aeebc6e42e5f094ad2981e5a103dfc84d9acc54321b688e13483f7f  nym-vpn-core-v1.0.0-alpha.3_macos_universal.tar.gz
4c1dfac02e7aa76c2431189ef9435f4acbb1fd5781ae608d00d886ede07da14a  nym-vpn-core-v1.0.0-alpha.3_android_aarch64.tar.gz
ee594c5f0445f0fab93a2e8347def9b53a348341a512331a80b36f7249feb940  nym-vpn-core-v1.0.0-alpha.3_ios_universal.zip
9f83a081f2a68e548dccb908204afd411808104533e7f074ea31db4fd021a2bc  nym-vpn-core-v1.0.0-alpha.3_windows_x86_64.zip
eaa47ade7cd23b13576b7da4c98c3a2d34bdcc0c58d8e9ef41069236ff807393  nym-vpn-cli_1.0.0~alpha.3-1_amd64.deb
f4feb001811b5a1d76d8c4bcdb7ca06a12a10c0c73d8d69584354007282a6fd4  nym-vpnc_1.0.0~alpha.3-1_amd64.deb
08badb74d08b0cb8d8fada5a8d5a2308dd816937a58d9450f4e654c4561435c9  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.