Crate versions
nym-vpnc: 1.0.0-rc.10
nym-vpnd: 1.0.0-rc.10
nym-vpn-lib: 1.0.0-rc.10
nym-vpn-cli: 1.0.0-rc.10
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Wed Nov 20 21:41:01 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
af1c76341b219a6e1a60e5a4f13d65f561bd35ceccbc8a91acc1adb2ec95f991 nym-vpn-core-v1.0.0-rc.10_linux_x86_64.tar.gz
5ba50c5a738d0da9a3bfed35594a7227c4021de8e8198874a8ebc1da8bce54f6 nym-vpn-core-v1.0.0-rc.10_macos_universal.tar.gz
57c4a7369667c5e735a63731af6fa322ead16c3421d3bb528d1ba2b361f6f9d2 nym-vpn-core-v1.0.0-rc.10_android_aarch64.tar.gz
562e34c6aff3a1a6931f67bd885e7a5d9d2f1b043e0b167ba3f484d5103e0aa6 nym-vpn-core-v1.0.0-rc.10_ios_universal.zip
fc86e8254b90972dd2205696731969cc6afecdd4510df775077f2d253fffb6c9 nym-vpn-core-v1.0.0-rc.10_windows_x86_64.zip
dd20d3c6a13283d0325afdd5a5766013272dbc23e47431c4cf351f81e808e740 nym-vpn-cli_1.0.0~rc.10-1_amd64.deb
79d884e66cf4a24433b2cefcde9fe04dc689c831db0bf3296fe58ed064c31d77 nym-vpnc_1.0.0~rc.10-1_amd64.deb
aef11b29044a96e88efc6b1db3626dbf5278c01bc48e5955af78ee76ad89f523 nym-vpnd_1.0.0~rc.10-1_amd64.deb