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

latest releases: nym-vpn-macOS-v2.23.0, nym-vpn-app-v1.29.0, nym-vpn-core-v1.29.0...
17 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:          Thu Nov 28 17:37: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

8ee4391b69eac647db00fb58c40c4f597eb6ea9e473a6c1bde829d112449589d  nym-vpn-core-v1.0.0_linux_x86_64.tar.gz
156cb09a32cc223ea3a43936d016453abf7f69ab759ac062a7d87a74af5cb0e1  nym-vpn-core-v1.0.0_macos_universal.tar.gz
10c4e94be57be99a44a670429c1d2a194452e525031eb0fd50010688d07128ab  nym-vpn-core-v1.0.0_android_aarch64.tar.gz
fa4db10c7b95cc7a412822a3002678be8b5bc019657f07f4133b28502b496ac8  nym-vpn-core-v1.0.0_ios_universal.zip
ab50d30b5dc0a43202dc28ec2c77b1be5a09ae9aaf1dc3e821805464eb8b0c6a  nym-vpn-cli_1.0.0-1_amd64.deb
fde67b98c620415ec374fcdb16a0ae5c6252fba75c05a47681cb990da73f09ca  nym-vpnc_1.0.0-1_amd64.deb
f8c68a616f9de246b9b0850e68c392f62afb5be6e3499130ef8a7e35094ac9e9  nym-vpnd_1.0.0-1_amd64.deb

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

NewReleases is sending notifications on new releases.