Crate versions
nym-vpnc: 1.0.0-rc.1
nym-vpnd: 1.0.0-rc.1
nym-vpn-lib: 1.0.0-rc.1
nym-vpn-cli: 1.0.0-rc.1
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Tue Nov 12 16:56: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
566c813ba77b4adcda4dac4aee3db3b4d6e42c4ae49e8f1d7caf81a69493f90d nym-vpn-core-v1.0.0-rc.1_linux_x86_64.tar.gz
e87a75b4e72dc436d21bcf3f33b11ae2aaddb48aaded9d45a78ea3d72211e333 nym-vpn-core-v1.0.0-rc.1_macos_universal.tar.gz
824f48e20a145bff6c8a5b2d79058664fe79bba7afd4499e768a97a9addd5137 nym-vpn-core-v1.0.0-rc.1_android_aarch64.tar.gz
a7f73ce7d1154ccb446a80643605d8655bb9ddde0934ad73bb2ce998f2a54354 nym-vpn-core-v1.0.0-rc.1_ios_universal.zip
6df1845673827ffead59622c5979359444f7832f4a554376d2b59597578bba21 nym-vpn-core-v1.0.0-rc.1_windows_x86_64.zip
4014722adb6f26d60dd2d82f20189f75bc854c4170224a2b8d4aa0b7f0b43821 nym-vpn-cli_1.0.0~rc.1-1_amd64.deb
b46a40e71fcdde6ffe8c592c9db3208ee40d5bd55aed68abc46293cd482ded6b nym-vpnc_1.0.0~rc.1-1_amd64.deb
df93ef4ea2fc5139721fee6bc32491656f38b0939eda47fc2275f8d38521a801 nym-vpnd_1.0.0~rc.1-1_amd64.deb