Crate versions
nym-vpnc: 0.1.16
nym-vpnd: 0.1.16
nym-vpn-lib: 0.1.16
nym-vpn-cli: 0.1.16
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date: Wed Aug 21 08:43:38 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
fdc76d0d481814fe8d93f0fe673091af0ce39053a0943bffeba691317ee3dfbe nym-vpn-core-v0.1.16_linux_x86_64.tar.gz
040ad920a52986b35fa3e1f61a5e307d85614d82bb32950e8ffb7e8d00d5e41b nym-vpn-core-v0.1.16_macos_universal.tar.gz
73add9ecbce3c7abcf0a68fadc3391b2afa319d144937349fcca2b29db08e635 nym-vpn-core-v0.1.16_android_aarch64.tar.gz
41a5ecb8b0ab7cc2e6130179863761d12bcc988eda6c269cb00bd01a43449741 nym-vpn-core-v0.1.16_ios_universal.zip
37eab6554225eea01b8c22f939f38ff508564dff1d1f3024ccc8bf62a6be09a1 nym-vpn-core-v0.1.16_windows_x86_64.zip
c4ccf266b387aa8ad79a9cb6aa9135b311cd5748fa3a4063fb5aec4cfb711dbd nym-vpn-cli_0.1.16-1_amd64.deb
652c88ff351d430615a9ed7838bab53d8f8a020b9848f1883e0a647d2c5bf053 nym-vpnc_0.1.16-1_amd64.deb
27aeaf13cff5abcf92b89202ea8cc18f05eb7d513d9c77ac4849da441e6016fa nym-vpnd_0.1.16-1_amd64.deb