nym-vpn-core-v1.0.0-rc.4-jon
Crate versions
nym-vpnc: 1.0.0-rc.4
nym-vpnd: 1.0.0-rc.4
nym-vpn-lib: 1.0.0-rc.4
nym-vpn-cli: 1.0.0-rc.4
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date: Mon Nov 18 09:41:40 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-vpnd
Then
./nym-vpnc status
./nym-vpnc connect
./nym-vpnc disconnect
CLI
An alternative to the daemon is to run the nym-vpn-cli
commandline client that runs in the foreground.
./nym-vpn-cli run
Debian 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.service
and check its logs with
sudo journalctl -u nym-vpnd.service -f
To stop the background service
systemctl stop nym-vpnd.service
It will start again on startup, so disable with
systemctl disable nym-vpnd.service
Interact with it with nym-vpnc
nym-vpnc status
nym-vpnc connect
nym-vpnc disconnect
SHA256 Checksums
9b2420459de33e7debed914052d23a47eebc492937f18d789c3a1c37c987facf nym-vpn-core-v1.0.0-rc.4_linux_x86_64.tar.gz
dda200977b24fa1372be63e2e2cec190938a54cf887623771be82e6ab02f3f06 nym-vpn-core-v1.0.0-rc.4_macos_universal.tar.gz
ec8c84bc77360800d6ced5d96410d87185e541ac3ccd48862715c2c722d214b0 nym-vpn-core-v1.0.0-rc.4_android_aarch64.tar.gz
378aed2938f3d22fe979dba03d9317f93e24a2a324dbeed871497d3462c51100 nym-vpn-core-v1.0.0-rc.4_ios_universal.zip
54434018012f35d11f33ab2fb8acd4537f37ccf965f7bbc748d4c0cb9286834d nym-vpn-core-v1.0.0-rc.4_windows_x86_64.zip
8a8a1503b7c29cb534b3abd82388c70b9f694ff195b3bdb30006f917dc62dced nym-vpn-cli_1.0.0~rc.4-1_amd64.deb
04991e19c96b8341f936aa080b02ce6ff39bee81ea5506a28b3a52ffa7b1864d nym-vpnc_1.0.0~rc.4-1_amd64.deb
58ced0a0665b60a758c68aee8d468440a978f48aadbac7a66e4af44ee0b26153 nym-vpnd_1.0.0~rc.4-1_amd64.deb