Crate versions
nym-vpnc: 0.1.9
nym-vpnd: 0.1.9
nym-vpn-lib: 0.1.9
nym-vpn-cli: 0.1.9
Rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
Build profile: release
Date: Thu Jul 4 15:58:02 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
2bf783c91518b43ce8b0676d303225f7b27208cbd254e32e01dbb150bef7d0fe nym-vpn-core-v0.1.9_linux_x86_64.tar.gz
3ee61a232e22c2aab6a3ab53344f08d976e73aaf5211435a2f62b8ccea22d251 nym-vpn-core-v0.1.9_macos_universal.tar.gz
dffbc9727d81a8d0243a7ea1d4f81912530fd40e90d293e31ca77a5b730f72b9 nym-vpn-core-v0.1.9_android_aarch64.tar.gz
fd0f1cc150097213f8932eb56cef0178c043feca4778de620694a2ed7c87a209 nym-vpn-core-v0.1.9_ios_universal.zip
8469268420095ffcf3fa25c66f831512b1b738f3b0995d1727640a1143591fed nym-vpn-core-v0.1.9_windows_x86_64.zip
63abb99cc87abab8f04303894675c969359261ccaa628b49f0d85d34d9a1a97a nym-vpn-cli_0.1.9-1_amd64.deb
0a9bb978c8d4f27464112963e0f7766d93dcbf93d26ce8c58aef54240d93b2da nym-vpnc_0.1.9-1_amd64.deb
53e76291c2e7093b01b7606ea4e856a99d56195efa989f74b0fd1518201af5b6 nym-vpnd_0.1.9-1_amd64.deb