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

latest releases: nym-vpn-app-v1.29.0-rc2, nym-vpn-android-v3.4.0-rc.1, nym-vpn-app-nightly...
17 months ago
Crate versions
 nym-vpnc: 1.0.0-rc.12
 nym-vpnd: 1.0.0-rc.12
 nym-vpn-lib: 1.0.0-rc.12
 nym-vpn-cli: 1.0.0-rc.12
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Thu Nov 21 21:15: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

f7e4c194b54304dcbd526fce567a69316067d7bfc4ee1187b82ad31e845c20c5  nym-vpn-core-v1.0.0-rc.12_linux_x86_64.tar.gz
4bae428bd98b9b808d41b66cc8e964450c6f63266feefcd80243c0f8422193b9  nym-vpn-core-v1.0.0-rc.12_macos_universal.tar.gz
d7dd77ba8a69cc4926f9745247cd988e962074822086b4899a325c60cf48d5fa  nym-vpn-core-v1.0.0-rc.12_android_aarch64.tar.gz
3b9cf696525b6503d202f0e7ad29ef96eb902c7054ff7e0b8d9148acfe741c6f  nym-vpn-core-v1.0.0-rc.12_ios_universal.zip
719f5a99c2d0421e06e1c6ec3a547068fd8a35643df182465ba6b8241a495dd4  nym-vpn-core-v1.0.0-rc.12_windows_x86_64.zip
6b9ab88ca06bdb87a720e551b62ce9def06484b5eaa35462736054c24b919ba7  nym-vpn-cli_1.0.0~rc.12-1_amd64.deb
06aa2e3a2f1b5196b3b098018121f15891ae77c58b603b3bf8b5c77acdbb2c8a  nym-vpnc_1.0.0~rc.12-1_amd64.deb
ff1f21525a0854d6449e9a55ecc1e48a2026e7b2ce4a368521fe2d2174969085  nym-vpnd_1.0.0~rc.12-1_amd64.deb

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

NewReleases is sending notifications on new releases.