Crate versions
nym-vpnc: 0.1.17
nym-vpnd: 0.1.17
nym-vpn-lib: 0.1.17
nym-vpn-cli: 0.1.17
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date: Mon Sep 2 10:05:02 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
54a1fe9f55bb55c806f769532c5812ef516f6aa454b31bb1ed70aea4afe85a3c nym-vpn-core-v0.1.17_linux_x86_64.tar.gz
a3f6f6cb2f71144dac8606bfc2326cf10a34adea8080166ca84fa73835f86cf4 nym-vpn-core-v0.1.17_macos_universal.tar.gz
a9045760b81214e326b1b4642794f25f1dba69f3d8e3870a96fc57c188f33392 nym-vpn-core-v0.1.17_android_aarch64.tar.gz
9071295fea6009f939afc9cc5ff38a38992d1508c30e88be53e32d3989924dde nym-vpn-core-v0.1.17_ios_universal.zip
929f21c0f4d64d482b1a6181f56c7d9061e65af21a1f685196902bc89de09ca0 nym-vpn-core-v0.1.17_windows_x86_64.zip
950efc4347a24495f25c0177cf1d4e1b01a4fa8b775ac96d9ff076fb3a59fc19 nym-vpn-cli_0.1.17-1_amd64.deb
29f937d15234be2c06a5572c5c9be114d49d47dc609de9e2eef416ef9ec85dfe nym-vpnc_0.1.17-1_amd64.deb
14787047de5071e0b01b8d9fe465a0c37854cfbda924f44a63c34c74f2339e65 nym-vpnd_0.1.17-1_amd64.deb