github nymtech/nym-vpn-client nym-vpn-core-v1.0.0-amneziawg

latest releases: nym-vpn-app-v1.29.0-rc1, nym-vpn-app-nightly, nym-vpn-android-nightly...
16 months ago
Crate versions
 nym-vpnc: 1.0.0
 nym-vpnd: 1.0.0
 nym-vpn-lib: 1.0.0
 nym-vpn-cli: 1.0.0
Rustc version: rustc 1.83.0 (90b35a623 2024-11-26)
Build profile: release
Date:          Tue Dec  3 16:53:53 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

6cfa4a48a4abb039f1173472f3bef84c87ef988a91d8c31d93e23829ed3a15b3  nym-vpn-core-v1.0.0_linux_x86_64.tar.gz
846bcea60e67d6a674774184c8e10fb63b8cf076f99ea6be069fa4c295e6da16  nym-vpn-core-v1.0.0_macos_universal.tar.gz
0c81e90a4ee8cfd5a43139b6522589c38da3ac54e89e6c4b5e9f3859e5cd5a68  nym-vpn-core-v1.0.0_android_aarch64.tar.gz
06fd016e7e76721c44dd52d8d84e3d46bbe945119d9d3b1a80072a2168987757  nym-vpn-core-v1.0.0_ios_universal.zip
7c146cbade455bf1e0cc43cc840ce5bd2f2db93c6a83b6ac6c51afc08fc7865b  nym-vpn-core-v1.0.0_windows_x86_64.zip
4b85bbedd8e6dee5e4556be05ee243ef75a9a921a4752c40954d003cdd935190  nym-vpn-cli_1.0.0-1_amd64.deb
e9f16df1c7303e9c5d7fae2b4009bd6125eb68aaa27daae2934c4e95dcdd5ab3  nym-vpnc_1.0.0-1_amd64.deb
ad99730d43208fbf959fb5874ad7ef5eccc3e3df0d20f9c997f5aa638b716ed4  nym-vpnd_1.0.0-1_amd64.deb

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

NewReleases is sending notifications on new releases.