Crate versions
nym-vpnc: 0.2.2
nym-vpnd: 0.2.2
nym-vpn-lib: 0.2.2
nym-vpn-cli: 0.2.2
Rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
Build profile: release
Date: Mon Sep 23 13:56:06 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 usingnym-vpnc.nym-vpnc: The commandline client used to interact withnym-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-vpndThen
./nym-vpnc status
./nym-vpnc connect
./nym-vpnc disconnectCLI
An alternative to the daemon is to run the nym-vpn-cli commandline client that runs in the foreground.
./nym-vpn-cli runDebian 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.serviceand check its logs with
sudo journalctl -u nym-vpnd.service -fTo stop the background service
systemctl stop nym-vpnd.serviceIt will start again on startup, so disable with
systemctl disable nym-vpnd.serviceInteract with it with nym-vpnc
nym-vpnc status
nym-vpnc connect
nym-vpnc disconnectSHA256 Checksums
6de8ff4312421f0bff1cce08596e3af07654de0ac41fd1b8a964c792bc7fc374 nym-vpn-core-v0.2.2_linux_x86_64.tar.gz
02cb79433d1418bc8df5dfc4caf281979ae0d66fb3b74b6e3ed9acb3ef288874 nym-vpn-core-v0.2.2_macos_universal.tar.gz
216217cb741e043e3e9282a8730770243e267a07d8d4f8af87e9ed4f490696f7 nym-vpn-core-v0.2.2_android_aarch64.tar.gz
1baee2029c4d24b1a3bc0a0847ff972fa09167beb3943f003c937655a395e6a6 nym-vpn-core-v0.2.2_ios_universal.zip
b3f415c2adbe7556c1d909c1105fe61759d6d62902a8501a30aebc37fbc134b7 nym-vpn-core-v0.2.2_windows_x86_64.zip
c8a012e471a7eff698320e6384d49c6fe50278eaf58c9ee41545f041e1d2ae8d nym-vpn-cli_0.2.2-1_amd64.deb
1c60c7fc70f87a1c5e11b16d50283cf2f691621e93a55d1f3430dc787054997f nym-vpnc_0.2.2-1_amd64.deb
3fcce53c61173354b028be47e5322228ed9d506796a52d6e69931a171af700a9 nym-vpnd_0.2.2-1_amd64.deb