Crate versions
nym-vpnc: 1.0.0-alpha.2
nym-vpnd: 1.0.0-alpha.2
nym-vpn-lib: 1.0.0-alpha.2
nym-vpn-cli: 1.0.0-alpha.2
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Thu Nov 7 08:23:30 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
5d9fb46bb6a89c9c678cbf901eacf83415a1cc78e3fa7d313999a39db071e34c nym-vpn-core-v1.0.0-alpha.2_linux_x86_64.tar.gz
edf06a400e5b4ffc27b55977b00437daf0ac33df1b02da6276b83ec477ae2b2c nym-vpn-core-v1.0.0-alpha.2_macos_universal.tar.gz
195e556cde82653e77dd6d878cfe667db4b62e22c9d0e0a213d608c3bed4f780 nym-vpn-core-v1.0.0-alpha.2_android_aarch64.tar.gz
66a3653140c41b79a59ae32dd6f5af9bde9849855dda18b414e8584f9ff8e131 nym-vpn-core-v1.0.0-alpha.2_ios_universal.zip
e9ce0924e9bfcf8fe462e15442a31a9150ba06ae93d420a06e70f800d91cf723 nym-vpn-core-v1.0.0-alpha.2_windows_x86_64.zip
0bff521bf39fb6ceb4627257b35aead1144b13817ee0597524f264f6dcc833ce nym-vpn-cli_1.0.0~alpha.2-1_amd64.deb
a5f31d4b97ab0d4171615dd1c28256efae29cfce463c51f5337fa7856663307e nym-vpnc_1.0.0~alpha.2-1_amd64.deb
0a8d7b402a3bd469fba1256979e9d59240041da4303f83a24653989fe808cfb6 nym-vpnd_1.0.0~alpha.2-1_amd64.deb