github nymtech/nym-vpn-client nym-vpn-core-authenticator-messages-test

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-app-v1.29.0-rc2...
pre-release18 months ago
Crate versions
 nym-vpnc: 1.0.0-dev
 nym-vpnd: 1.0.0-dev
 nym-vpn-lib: 1.0.0-dev
 nym-vpn-cli: 1.0.0-dev
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Mon Oct 21 14:30:50 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

57c8465df7ee030f91aaead9a8950a78a69a6fa29cc741c72b17093002541473  nym-vpn-core-v1.0.0-dev_linux_x86_64.tar.gz
3947288652cc880ff7bcc25325e47f238ea7acc25f91330b4abc07b73c59a7e4  nym-vpn-core-v1.0.0-dev_macos_universal.tar.gz
67250db86e07c6a13f48169bcae559c070895fa0728ec8010e4aa084458f3acd  nym-vpn-cli_1.0.0-dev-1_amd64.deb
c30bcfa983fcec25ddaec578af92a666b4167f91be2d564abbd6a4f425d8a6a7  nym-vpnc_1.0.0-dev-1_amd64.deb
9777b4fa4f6b1110530feb8775b11d1efdf8e740ab67be0698e39e75e182da4c  nym-vpnd_1.0.0-dev-1_amd64.deb

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

NewReleases is sending notifications on new releases.