nym-vpn-cli
Binary Name: nym-vpn-cli
Build Timestamp: 2024-04-28T23:17:33.527579138Z
Build Version: 0.1.2-rc.2
Commit SHA: e33eebba8cd6a973eb0c9916f4e27fb5ffda4cd3
Commit Date: 2024-04-29T00:57:39.000000000+02:00
Commit Branch: HEAD
rustc Version: 1.77.2
rustc Channel: stable
cargo Profile: release
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
c51db8410afd28c62078fd7927ce0641210c119d1a7292add9f270d63868eb79 nym-vpn-lib_0.1.2-rc.2_ios_universal.zip
881fd3d593d5446bd517441e324ce05d820d81dd826b5c72bfe5384cc0127fae nym-vpn-cli_0.1.2-rc.2_macos_universal.tar.gz
d97dd8294941c8657d6f7c37dec687645b7b74b0172c1559c2bdfe90d16f7c96 nym-vpn-cli_0.1.2-rc.2_ubuntu-22.04_x86_64.tar.gz
c1f0595107805e5505018940bbcdf26d3f48baca4a70209e611144710e184c10 nym-vpn-cli_0.1.2-rc.2_x86_64-pc-windows-msvc.tar.gz
f1d4797be7a5f3bde0b6cf6ba5a1a02ff31c5d7c5b0100476d6dda5c73cc4998 nym-vpn-lib_0.1.2-rc.2_aarch64-linux-android.tar.gz
f9c475c91fca13977e0941675538b09b60396d15346359329f7cf30fdb75e8dd nym-vpn-cli_0.1.2~rc.2-1_amd64.deb
8e82c9dbe2f8674192e3c899687ac849ef19ceae795f4ccd4474767fd75a96c7 nym-vpnc_0.1.2~rc.2-1_amd64.deb
7089bd14326f42012735a8dd493f436a4ccb38d34e6eedc2b7f9341af5cce4b9 nym-vpnd_0.1.2~rc.2-1_amd64.deb