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:25:33 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
ad9812e20eed24d26344bdfafb5dfb5c422cc65580825420a90351a523b5a12c nym-vpn-core-v1.0.0-alpha.2_linux_x86_64.tar.gz
88746f35bc2276a301828050e7b2f770b03691fcd98aaad428b196f9e43ece62 nym-vpn-core-v1.0.0-alpha.2_macos_universal.tar.gz
070add29549e45ab32b197f6450c07999e28e2e79259bca7cdc38c90f5474a88 nym-vpn-core-v1.0.0-alpha.2_android_aarch64.tar.gz
4920cc9eccec198b1b09927a563811a2eb2b0329c7b220f6bc94bc3d87709852 nym-vpn-core-v1.0.0-alpha.2_ios_universal.zip
ced8196fb8a06986fd65ea6929834a68c26b260f91061804de0a23137bb355bb nym-vpn-core-v1.0.0-alpha.2_windows_x86_64.zip
b84d8e81e783d7be120e5ef5891abd3fbf4ca634998516a6d91e6f56b8d8a732 nym-vpn-cli_1.0.0~alpha.2-1_amd64.deb
4e8e95ac70d721d04a49b1772b64bea4e42db7b627b530ef7793d3857253204f nym-vpnc_1.0.0~alpha.2-1_amd64.deb
6bb695a2d25d31350c1a61fd23d9bdc21bf5769854c0288291e27f49b76d8b89 nym-vpnd_1.0.0~alpha.2-1_amd64.deb