Skip to content

nym-vpn-core-v1.0.0-rc.15

Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 1.0.0-rc.15
 nym-vpnd: 1.0.0-rc.15
 nym-vpn-lib: 1.0.0-rc.15
 nym-vpn-cli: 1.0.0-rc.15
Rustc version: rustc 1.82.0 (f6e511eec 2024-10-15)
Build profile: release
Date:          Thu Nov 28 08:58:52 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 using nym-vpnc.
  • nym-vpnc: The commandline client used to interact with nym-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

d4a01e7d6dd1a3e598613e8863c48747553fb5e9c4b4f5aa414f6be5106a114a  nym-vpn-core-v1.0.0-rc.15_linux_x86_64.tar.gz
ce17c72aa91fea480fba93d03570da4ca4681682158a228e3394d1dfc11ff1f2  nym-vpn-core-v1.0.0-rc.15_macos_universal.tar.gz
83e9ef7df66ed79f7a958b2ffa79955ee74c2955843efcc9e0090ca7424efe66  nym-vpn-core-v1.0.0-rc.15_android_aarch64.tar.gz
a9068a9d6bfb2e78a068856cc66acfb474d3023d5fe33c06141ea864d660c517  nym-vpn-core-v1.0.0-rc.15_ios_universal.zip
f8b56ae9b6d67ddada3cf20c76afff961d9ccc1fd1d1d8e0e48cf04b0c07522f  nym-vpn-core-v1.0.0-rc.15_windows_x86_64.zip
216ab4e4c5a2427260a38b2139b42a04c8108c8a9ed0994c428baf7e5b1f6756  nym-vpn-cli_1.0.0~rc.15-1_amd64.deb
479fc7c02fedb71e782405f82e1a50f3fde9ef52e6519ec2b0e6d50ed5d7cb62  nym-vpnc_1.0.0~rc.15-1_amd64.deb
657a13e4714283913356ad220d87e540c9bd96e9ecf62b38d875c409383d1cd3  nym-vpnd_1.0.0~rc.15-1_amd64.deb