Crate versions
nym-vpnc: 1.0.0-rc.3
nym-vpnd: 1.0.0-rc.3
nym-vpn-lib: 1.0.0-rc.3
nym-vpn-cli: 1.0.0-rc.3
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Tue Nov 12 22:49:34 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
a47ffbc80af9d72246b0d8eceee1d0dd70c25f38a049be3829764ce486503b50 nym-vpn-core-v1.0.0-rc.3_linux_x86_64.tar.gz
471f7912e3190f42371719e22be676f0b0af44355a6196816cf23d19ad641698 nym-vpn-core-v1.0.0-rc.3_macos_universal.tar.gz
6ce79571ccb60e866d6ecd5367207f7fed6abe2def31b929507e51ece4d44e1b nym-vpn-core-v1.0.0-rc.3_android_aarch64.tar.gz
76b70ac0025dba1e6ca50d2e468143f17cdf5ee50a370dbffe3d8b2fc71c2044 nym-vpn-core-v1.0.0-rc.3_ios_universal.zip
04728221a2765ea29287851ecac77769dedca308fd8737ca41c4148e5c8f9fe2 nym-vpn-core-v1.0.0-rc.3_windows_x86_64.zip
13ae1e8bcafb9178bcf784d3f5f54744df9586312cdcbfdbebd32c5d7cccaff6 nym-vpn-cli_1.0.0~rc.3-1_amd64.deb
19ad44c8003354179074c657e196fbdb307bdff98f8880629d7f8c5269fab705 nym-vpnc_1.0.0~rc.3-1_amd64.deb
fa279be35830cdaefc344bc4b968a13c48a7922e0e3e75ee6e8f35dd0a090ad6 nym-vpnd_1.0.0~rc.3-1_amd64.deb