Crate versions
nym-vpnc: 1.0.0-rc.6
nym-vpnd: 1.0.0-rc.6
nym-vpn-lib: 1.0.0-rc.6
nym-vpn-cli: 1.0.0-rc.6
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Tue Nov 19 00:00:59 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
32941cb5e358162986a78c00f85bd82b442d01b62825865291f4448ff2417dd6 nym-vpn-core-v1.0.0-rc.6_linux_x86_64.tar.gz
21522771309517fcacc350fd22e0b5b716f18b8fea549e277119fc50a197f0fb nym-vpn-core-v1.0.0-rc.6_macos_universal.tar.gz
468e69bc558ea15c04b265c0fb182fd4864d935f26ca8e25a3ad44263980027f nym-vpn-core-v1.0.0-rc.6_android_aarch64.tar.gz
cee4f208550dd2ea32070148428ff5f0e527296eea4dca69079d05e10d83e371 nym-vpn-core-v1.0.0-rc.6_ios_universal.zip
55d4d60c55162f74cd14a9608cd0f56eb29e1cd0ca67ebf400b517992b915ba6 nym-vpn-core-v1.0.0-rc.6_windows_x86_64.zip
5f38e0c2a91f199fff434f4d8a4b9a76346fb647890cd54ab6bc28c2d3a25dc7 nym-vpn-cli_1.0.0~rc.6-1_amd64.deb
29ac1533a414e13c8b659123796052165c6011c3ca265e31c68768ddc3d8d36d nym-vpnc_1.0.0~rc.6-1_amd64.deb
a3f2164c2d50567daaa028b333cd130de259be13211b720321d4fd2b701b8449 nym-vpnd_1.0.0~rc.6-1_amd64.deb