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: Mon Nov 11 15:51:17 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
3f0482b1ec76507a20117dd7d584463cbef3925bde57fc777d82044d4ff43d77 nym-vpn-core-v1.0.0-alpha.3_linux_x86_64.tar.gz
81f8f6224aeebc6e42e5f094ad2981e5a103dfc84d9acc54321b688e13483f7f nym-vpn-core-v1.0.0-alpha.3_macos_universal.tar.gz
4c1dfac02e7aa76c2431189ef9435f4acbb1fd5781ae608d00d886ede07da14a nym-vpn-core-v1.0.0-alpha.3_android_aarch64.tar.gz
ee594c5f0445f0fab93a2e8347def9b53a348341a512331a80b36f7249feb940 nym-vpn-core-v1.0.0-alpha.3_ios_universal.zip
9f83a081f2a68e548dccb908204afd411808104533e7f074ea31db4fd021a2bc nym-vpn-core-v1.0.0-alpha.3_windows_x86_64.zip
eaa47ade7cd23b13576b7da4c98c3a2d34bdcc0c58d8e9ef41069236ff807393 nym-vpn-cli_1.0.0~alpha.3-1_amd64.deb
f4feb001811b5a1d76d8c4bcdb7ca06a12a10c0c73d8d69584354007282a6fd4 nym-vpnc_1.0.0~alpha.3-1_amd64.deb
08badb74d08b0cb8d8fada5a8d5a2308dd816937a58d9450f4e654c4561435c9 nym-vpnd_1.0.0~alpha.3-1_amd64.deb