Crate versions
nym-vpnc: 1.0.0-alpha.1
nym-vpnd: 1.0.0-alpha.1
nym-vpn-lib: 1.0.0-alpha.1
nym-vpn-cli: 1.0.0-alpha.1
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Wed Nov 6 10:51:46 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
4c3bd5940d69f11d7e22ab9f356bfe0d470ec0ab83152a3a729501b7b4ff3a24 nym-vpn-core-v1.0.0-alpha.1_linux_x86_64.tar.gz
b026549c6b713b3796289f52090e5f5870c8cc348b5fa653a3dabfc51d7e2d1e nym-vpn-core-v1.0.0-alpha.1_macos_universal.tar.gz
fdd7b4f2d6683962f1b4705bae98ac18faafd90d8e39f18ce6fd0b06347135fe nym-vpn-core-v1.0.0-alpha.1_android_aarch64.tar.gz
fc7c5bd5ee3413300a265545fe1ac80bae27710c9ef8ddbc0b3e3c6723829dcc nym-vpn-core-v1.0.0-alpha.1_ios_universal.zip
b8672357444a2b07bc4527803dfd0d330414f363773554c229760c0fcac8d267 nym-vpn-core-v1.0.0-alpha.1_windows_x86_64.zip
36829ca08f29ca42aa53c6cf24ef7b895cde94cd1cb181aa97cdc2be221655b4 nym-vpn-cli_1.0.0~alpha.1-1_amd64.deb
75c32a62e6cc248e69d6bc38887a98a4ae304b13f8bed12321009d3514c0efe9 nym-vpnc_1.0.0~alpha.1-1_amd64.deb
5954d07c81da48e08f03d351a08dfd1ef012bb8f5b039eda66b8d9ade01b13a4 nym-vpnd_1.0.0~alpha.1-1_amd64.deb