Crate versions
nym-vpnc: 1.0.0-alpha.3
nym-vpnd: 1.0.0-alpha.3
nym-vpn-lib: 1.0.0-alpha.3
nym-vpn-cli: 1.0.0-alpha.3
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Tue Nov 12 09:17:08 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
30dcef72501b9e76ca1096b43126ab60f20427581abdf10cc3ce93be10813cab nym-vpn-core-v1.0.0-alpha.3_linux_x86_64.tar.gz
19edd79b3cb3e9eb10e4c805f46c0997f88189e389d1a831d36d3da2be0f85a1 nym-vpn-core-v1.0.0-alpha.3_macos_universal.tar.gz
8ae226dc3adc2fad3b61c05e8958f36023a22c250d6fba671fdc12869ed0d07d nym-vpn-core-v1.0.0-alpha.3_android_aarch64.tar.gz
12260b55d251520abf820f94978c2455a8e7523fbde61a5c04044e4b9b8fa83a nym-vpn-core-v1.0.0-alpha.3_ios_universal.zip
48ddcda8fe343c6db4b00e37a1a5b340993d9e247f781dd002f682ffc01e66fd nym-vpn-core-v1.0.0-alpha.3_windows_x86_64.zip
a35fd89c4888ccb04384ace6f760b96a6c8b73d54e8fedb37816c2a06dd5972f nym-vpn-cli_1.0.0~alpha.3-1_amd64.deb
914a1f3d03b63371143c8497742e0e9a077f466914fbd7491bfa1a78be172ec7 nym-vpnc_1.0.0~alpha.3-1_amd64.deb
215bb8b9b4a0e712e331e2708dc92a3b8c79f99bc61176f7be75e0a52a647b2c nym-vpnd_1.0.0~alpha.3-1_amd64.deb