github nymtech/nym-vpn-client nym-vpn-core-v0.1.10

latest releases: nym-vpn-app-v1.29.0-rc1, nym-vpn-app-nightly, nym-vpn-android-nightly...
21 months ago
Crate versions
 nym-vpnc: 0.1.10
 nym-vpnd: 0.1.10
 nym-vpn-lib: 0.1.10
 nym-vpn-cli: 0.1.10
Rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
Build profile: release
Date:          Sun Jul  7 22:09:57 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

6d183325d895752d1580fe5fbb4373263bd4beff34ad3f5145b1c340049330a7  nym-vpn-core-v0.1.10_linux_x86_64.tar.gz
e1b2dae7945ea6be679584cbbcb070cba1a4fea40c240d466ad8e200fc324263  nym-vpn-core-v0.1.10_macos_universal.tar.gz
17d04354399b39ec8336066d761bf99f73a08b3a3afac6ef4f925e4617c73915  nym-vpn-core-v0.1.10_android_aarch64.tar.gz
7af6497839fc52575cc971723c0ba5ca4ef3876d8ac22b7a319d9d07c515f250  nym-vpn-core-v0.1.10_ios_universal.zip
fea5c249d3a811cba50c057d36f259427029bbe916802fa8cf83269c7a6d0fe2  nym-vpn-core-v0.1.10_windows_x86_64.zip
64b63e44e45c4e55d5111012967051a3dafabd06e86a4e1a8699c1018d3ec86f  nym-vpn-cli_0.1.10-1_amd64.deb
9b5030193b568ded8387992d9509333bf1fa03dd4667a9eb21dabe8e74e556cd  nym-vpnc_0.1.10-1_amd64.deb
7f28d7e7576d1394fae4cf9b2c5c72349068e975f059b1071088ef47ab7394f4  nym-vpnd_0.1.10-1_amd64.deb

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

NewReleases is sending notifications on new releases.