Crate versions
nym-vpnc: 0.1.4
nym-vpnd: 0.1.4
nym-vpn-lib: 0.1.4
nym-vpn-cli: 0.1.4
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Fri May 24 13:39:23 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
f5d7ef3347c331cbb148c1ccce7e26a06d4b763a96590d94172c8a00b3af4e52 nym-vpn-core-v0.1.4_linux_x86_64.tar.gz
13d006f2a0d72732f6736e41975bddef574fa0d82b910c61a2193c022a6c7073 nym-vpn-core-v0.1.4_macos_universal.tar.gz
1a9b870bf99e5e4833d7aa6e77c3751e043c89f35a0975a290ba9646c9c97d3c nym-vpn-core-v0.1.4_android_aarch64.tar.gz
7d5e999496fd4e51bd6a43e5b539f99684b24e99bce123aab13af8a0fb751362 nym-vpn-core-v0.1.4_ios_universal.zip
faf09f89772831e097d5945876d5ebaa21a4a5e3e9acebb0884fea7b46df0a12 nym-vpn-cli_0.1.4-1_amd64.deb
a60574f20d83cf6785a4050feee795737b48e18bc5b8434ac92554b396bcd27c nym-vpnc_0.1.4-1_amd64.deb
a533c05e367ceb90bcca40fe11229ceac10d12459ad5a52f8b75f80f73bf9499 nym-vpnd_0.1.4-1_amd64.deb