Crate versions
nym-vpnc: 0.1.11
nym-vpnd: 0.1.11
nym-vpn-lib: 0.1.11
nym-vpn-cli: 0.1.11
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date: Thu Aug 1 14:25:34 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
620623fc20848f833901d2aee8c5346274970d04706ebce13fee780bd1691f41 nym-vpn-core-v0.1.11_linux_x86_64.tar.gz
f2f8be09b293d1bbb662c0d7a20b944a7cd7182ae891de743465249d89a0fdd6 nym-vpn-core-v0.1.11_macos_universal.tar.gz
760a68a15b14f9198849dd82b3deb815bb599b77c23aa0007f6756a008ead6dd nym-vpn-core-v0.1.11_android_aarch64.tar.gz
1bfd3e04bdca1f9f480302645dde3f11018a0f7b58c10694271fbc1a76da8ba8 nym-vpn-core-v0.1.11_ios_universal.zip
c920a5f34432d831a460ee044569516d1a56faff5735303d040b09171108c795 nym-vpn-core-v0.1.11_windows_x86_64.zip
c09943e3d5dffb92952b6fb963a00daf2b417bea0da786dd3c380ee4b4b48c68 nym-vpn-cli_0.1.11-1_amd64.deb
3a712fd574544a02c371d9b32d99f0b841a5d503762cdf58706603bbe83c2b29 nym-vpnc_0.1.11-1_amd64.deb
ac8ccd1d4b2b6fb50502b49af251f3c95c2d46bbdc423f6757bb7b1d520d4230 nym-vpnd_0.1.11-1_amd64.deb