Crate versions
nym-vpnc: 1.1.0-dev
nym-vpnd: 1.1.0-dev
nym-vpn-lib: 1.1.0-dev
nym-vpn-cli: 1.1.0-dev
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Wed Nov 6 16:05:20 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
752db66d83ca76d9642c330b490a5e1329a51506b64d0e8fa65e0602052412ca nym-vpn-core-v1.1.0-dev_linux_x86_64.tar.gz
1e5173100b7dee7b0bf8e196eebb0d0a87fd978c58e4de0358b5541df64b3c6d nym-vpn-core-v1.1.0-dev_macos_universal.tar.gz
9ddb961ded809ff157fb507524130f5a1820510584a8e924e0bfee602e529bcf nym-vpn-core-v1.1.0-dev_android_aarch64.tar.gz
ef5dbba60547191131be95123740c982f919287a53605f6f9a7a8ba100c48e69 nym-vpn-core-v1.1.0-dev_ios_universal.zip
841f7523dfa810092498cc52ef9a4c84748f3cbe763c261a98ba7356396d5653 nym-vpn-core-v1.1.0-dev_windows_x86_64.zip
c8bb9ff8c7a67862d6b4a960e529b40f727b1441dc2be95574a7cef5e1ea5c30 nym-vpn-cli_1.1.0-dev-1_amd64.deb
98555d0fb9fa349864537c520a3d37dc5474acf4d3acba2bc29a15fcaa2fcfb8 nym-vpnc_1.1.0-dev-1_amd64.deb
3a58a25cd53a9c5a884bb799b201161742b4df62a8186b663374020478f044ce nym-vpnd_1.1.0-dev-1_amd64.deb