Crate versions
nym-vpnc: 1.0.0-alpha.2
nym-vpnd: 1.0.0-alpha.2
nym-vpn-lib: 1.0.0-alpha.2
nym-vpn-cli: 1.0.0-alpha.2
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Sat Nov 9 16:31:48 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
fcb9e52c46fb435feb41ca1b379b6fd2263c91c420f8f1f093d4b1f36ee4001a nym-vpn-core-v1.0.0-alpha.2_linux_x86_64.tar.gz
e57efc1c5e1a2075b90615054ff94814daa45591540db3d80cb82ebcb97af1f1 nym-vpn-core-v1.0.0-alpha.2_macos_universal.tar.gz
07b68a41897eca6e0dcb3bcccf7bc068cd8eae7492aa6e6dd856e3da188a3d0f nym-vpn-core-v1.0.0-alpha.2_android_aarch64.tar.gz
d3e7177d2bf6ef55fec385cfd5038892061b20355260df4f401fe64bfdaacced nym-vpn-core-v1.0.0-alpha.2_ios_universal.zip
457f81ec7af130fa2cd9801f0e4fe34d49988014c3711c531e56241db891a612 nym-vpn-core-v1.0.0-alpha.2_windows_x86_64.zip
88902df9e5459c1e1550b4babeaf468fe42da50fca038e70ea7f918fde0ba3fa nym-vpn-cli_1.0.0~alpha.2-1_amd64.deb
82f9740380487c748850c4c7f8373c13199a1cf723f384aa384cf5284a5aaeda nym-vpnc_1.0.0~alpha.2-1_amd64.deb
835e98efcfd879c1ea228ee0204c2f8d78cb5cd120bd3c8f584211ff588d6bf9 nym-vpnd_1.0.0~alpha.2-1_amd64.deb