github nymtech/nym-vpn-client nym-vpn-core-v1.1.0-alphaApple2

latest releases: nym-vpn-app-nightly, nym-vpn-android-nightly, nym-vpn-android-v3.1.2...
16 months ago
Crate versions
 nym-vpnc: 1.1.0-dev
 nym-vpnd: 1.1.0-dev
 nym-vpn-lib: 1.1.0-dev
 nym-vpn-cli: 1.1.0-dev
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Wed Nov  6 17:44:05 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

b2b3ce360d27b7e367825a3a4d4c2e1ca42dc77c04c15a30fd7c3e318e2c7554  nym-vpn-core-v1.1.0-dev_linux_x86_64.tar.gz
aebcc5dbe0734583956055ba6bab6bd7f3683ba7da5aa52512f52318874a2cd6  nym-vpn-core-v1.1.0-dev_macos_universal.tar.gz
afa0058cbcd43408ee876b1ac2aef57207a4490c8fbd19d45fd334681b8e6abf  nym-vpn-core-v1.1.0-dev_android_aarch64.tar.gz
45862ac6aede192b124044f54b30c343adb6ef300df93271e4892ec1af57aed9  nym-vpn-core-v1.1.0-dev_ios_universal.zip
d5fe9363226e1f5433b5ffe472896a52cde65d30859b29dd229361c86b43dd2b  nym-vpn-core-v1.1.0-dev_windows_x86_64.zip
62e8a5d2061ada126adef2254ab566d26480878d132007f3175069c60c792658  nym-vpn-cli_1.1.0-dev-1_amd64.deb
7a91b387af68e76ebaccbc25dc4f4133c783533d5b419c00b8202d5ef502ba0f  nym-vpnc_1.1.0-dev-1_amd64.deb
cdc56fa55216eca94b7df8d179948ed5601a3b4f30b4aac4c320a745807de7b4  nym-vpnd_1.1.0-dev-1_amd64.deb

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

NewReleases is sending notifications on new releases.