Crate versions
nym-vpnc: 0.2.4
nym-vpnd: 0.2.4
nym-vpn-lib: 0.2.4
nym-vpn-cli: 0.2.4
Rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
Build profile: release
Date: Mon Oct 7 11:44:42 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
faa317c6d96099512831fe522dff8f634146efdd9f2fc41e30fdbdcf843b747f nym-vpn-core-v0.2.4_linux_x86_64.tar.gz
ae7d16074e8090eec2df7ef1229b454ee6f756847de92916e3935c071ece4a51 nym-vpn-core-v0.2.4_macos_universal.tar.gz
8ed15576caf86e46e6b3f88523f625afba56ef5b7255e267a63863d7e18201f2 nym-vpn-core-v0.2.4_android_aarch64.tar.gz
e8e19f28bd5930b1481b033ddc9c8cfdf6a902591910eab2340cd0b757029b31 nym-vpn-core-v0.2.4_ios_universal.zip
9edbf90d52ece42c2dc233671bf503b790b412aa074961bc2c37c28aa5ad3f5a nym-vpn-core-v0.2.4_windows_x86_64.zip
47eb24e4b4b08a410b9340c624b25067c378cf6096e71e3bb6e08e6e65cc32cb nym-vpn-cli_0.2.4-1_amd64.deb
a9f37f7600addc4db05c50ae02594551bb975021ae181deede7e6d29d4cb2f4d nym-vpnc_0.2.4-1_amd64.deb
25136b92ab102b2dec2e774c14e4463c3a486aa81a1ef7a5090d322573ac676e nym-vpnd_0.2.4-1_amd64.deb