Crate versions
nym-vpnc: 1.0.0-rc.4
nym-vpnd: 1.0.0-rc.4
nym-vpn-lib: 1.0.0-rc.4
nym-vpn-cli: 1.0.0-rc.4
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Fri Nov 15 18:53:16 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
e04a74bb4f17fc55e0cc77ce4faed62599c0a9863d958d54065d43e197bc3e35 nym-vpn-core-v1.0.0-rc.4_linux_x86_64.tar.gz
51604b7f695386a59f2c667aefc4040bdf8857c74182b51960f18fbcad45f978 nym-vpn-core-v1.0.0-rc.4_macos_universal.tar.gz
f1a0c6171f641c5dbdda503b59efce7908d8d00ef7f1f9b9e13710e38211fd9a nym-vpn-core-v1.0.0-rc.4_android_aarch64.tar.gz
68c8100e7fb63d298e7d729e8ca7d139b56b2d8b047974c339ecf831d819e491 nym-vpn-core-v1.0.0-rc.4_ios_universal.zip
8963da03e08e37b695bae5e644d066c4eab5a48494f305fc8a6c711036e57cc9 nym-vpn-core-v1.0.0-rc.4_windows_x86_64.zip
7c374160a9bd4ae11dac01fc1f0ac49726562226a7a463edb0b7030fc8343085 nym-vpn-cli_1.0.0~rc.4-1_amd64.deb
ba10a5c0ce9c72926ad8dae1d0a09ae0179dddb2c7102c1200c1f9d6ddf0b8db nym-vpnc_1.0.0~rc.4-1_amd64.deb
b5f533d3c356536cb25efccf78e980c65209d1914f3dd992b7cc2f838adbe230 nym-vpnd_1.0.0~rc.4-1_amd64.deb