Crate versions
nym-vpnc: 1.0.0-rc.7
nym-vpnd: 1.0.0-rc.7
nym-vpn-lib: 1.0.0-rc.7
nym-vpn-cli: 1.0.0-rc.7
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Wed Nov 20 08:48:10 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
549ec8fe0f6baa5c3cd2e5d87431799072603da66770cfe9fd606e113d9c8bd5 nym-vpn-core-v1.0.0-rc.7_linux_x86_64.tar.gz
a24dc0d484985c6f159cabefdad6b1aa881bf6a1fc56872bb049d5cd3d45caf9 nym-vpn-core-v1.0.0-rc.7_macos_universal.tar.gz
aa754a63420d6dd21c6a3fc3f4f66d9a2bbbed6742a3a5b35f139d5205b3937c nym-vpn-core-v1.0.0-rc.7_android_aarch64.tar.gz
7bdb68ccbb167dec239fafe83f431634c82262a44861214762ed4c7d3065cdd4 nym-vpn-core-v1.0.0-rc.7_ios_universal.zip
d064558596a2f0b46702ea8569bb6968c1b3fc7c8bea35e0aee04c45afe3f40b nym-vpn-core-v1.0.0-rc.7_windows_x86_64.zip
9cbced0e1c4fecc092b0604ded747a7bf60591fcb94cd89e3e4e80c9d01f7a8a nym-vpn-cli_1.0.0~rc.7-1_amd64.deb
d5ff2dbb028f882357237a2fc6b1bb4dd2fcac0eeac6e0becc456eb2a9458a8c nym-vpnc_1.0.0~rc.7-1_amd64.deb
81bc5dbbad6bb615e2820097f29699b528058ca60d1915af290d95a17fff8987 nym-vpnd_1.0.0~rc.7-1_amd64.deb