Crate versions
nym-vpnc: 1.0.0-rc.11
nym-vpnd: 1.0.0-rc.11
nym-vpn-lib: 1.0.0-rc.11
nym-vpn-cli: 1.0.0-rc.11
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Thu Nov 21 18:44:12 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
8994f9457aa89dc86d0d7b8be0f4c80d667f0e50960eb3ec73cee5095b70dbf8 nym-vpn-core-v1.0.0-rc.11_linux_x86_64.tar.gz
3d7b3aff48e8818d91afbfa4bc538b10b63343ab32c7298c871e8a09587f1334 nym-vpn-core-v1.0.0-rc.11_macos_universal.tar.gz
1e7af3851deb1752bb50a5c1db03a0523d1682e953c5f58d494c6e04f873d991 nym-vpn-core-v1.0.0-rc.11_android_aarch64.tar.gz
0cc6de3f9f11c244e45faf6ea10743cbd47403d3435b418c7efc694c8e3ac641 nym-vpn-core-v1.0.0-rc.11_ios_universal.zip
2d3467ab9cd4b5c642a32ec543edfde99648547df19ea9a5528744712e37e2bb nym-vpn-core-v1.0.0-rc.11_windows_x86_64.zip
13809c4cf34a13dd237af156fcf3220a433948d691291ae28684b70a148fa22b nym-vpn-cli_1.0.0~rc.11-1_amd64.deb
44dfe8c2f60c9daf8afdae33930c61dc51c32e17cf444eabe6dea6da3ce5f1d8 nym-vpnc_1.0.0~rc.11-1_amd64.deb
0bd11f95fc4a0aa664f9078cae4fdf51cd1ac6333e8cc081bcf24ac625b129fd nym-vpnd_1.0.0~rc.11-1_amd64.deb