Skip to content

Releases: nymtech/nym-vpn-client

nym-vpn-x-v0.1.9

06 Sep 07:55
Compare
Choose a tag to compare
Package name:  nymvpn-x
Version:       0.1.9
Tauri version: 1.7.1
Rustc version: rustc 1.81.0 (eeb90cda1 2024-09-04)
Build profile: release
Date:          Fri Sep  6 07:54:21 UTC 2024

Notes

Release build.

Linux

  • deb package suitable for Debian/Ubuntu/PopOS/etc
  • AppImage bundle that should be compatible with most Linux distributions
  • Prebuilt binary (x86_64)

Windows

  • NSIS installer that installs both the client app and the daemon

SHA256 Checksums

34cf6c39f0f64769bcb91c56304a78bf879d4bddddfcc5e86d2b3add4f65b286  nymvpn-x_0.1.9.AppImage
f3c45380d0528fbc45a22e787b490b62a61b0f7e3bab982a2c7e9768530ff667  nymvpn-x_0.1.9_amd64.deb
d7031d17b2914d72a1bb3638585aefc1d02fe6e9a4c99ff710e8e9dde7c670e7  nymvpn-x_0.1.9_linux_x64
6b4b1a721c002e61d326fecd011fb79029e5fd1b69292217160c162473e5df13  nymvpn-x_0.1.9_x64-setup.exe

android-wg-two-hop

03 Sep 20:31
417cbc7
Compare
Choose a tag to compare
android-wg-two-hop Pre-release
Pre-release

Testing version of the android app.

SHA256 fingerprint:

3c98a016aa4f14a3ba185c764ed363415cf7ff3c3d328a87ffff2ff1b140ff06

nym-vpn-core-v0.1.17

02 Sep 10:37
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.17
 nym-vpnd: 0.1.17
 nym-vpn-lib: 0.1.17
 nym-vpn-cli: 0.1.17
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date:          Mon Sep  2 10:05:02 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

54a1fe9f55bb55c806f769532c5812ef516f6aa454b31bb1ed70aea4afe85a3c  nym-vpn-core-v0.1.17_linux_x86_64.tar.gz
a3f6f6cb2f71144dac8606bfc2326cf10a34adea8080166ca84fa73835f86cf4  nym-vpn-core-v0.1.17_macos_universal.tar.gz
a9045760b81214e326b1b4642794f25f1dba69f3d8e3870a96fc57c188f33392  nym-vpn-core-v0.1.17_android_aarch64.tar.gz
9071295fea6009f939afc9cc5ff38a38992d1508c30e88be53e32d3989924dde  nym-vpn-core-v0.1.17_ios_universal.zip
929f21c0f4d64d482b1a6181f56c7d9061e65af21a1f685196902bc89de09ca0  nym-vpn-core-v0.1.17_windows_x86_64.zip
950efc4347a24495f25c0177cf1d4e1b01a4fa8b775ac96d9ff076fb3a59fc19  nym-vpn-cli_0.1.17-1_amd64.deb
29f937d15234be2c06a5572c5c9be114d49d47dc609de9e2eef416ef9ec85dfe  nym-vpnc_0.1.17-1_amd64.deb
14787047de5071e0b01b8d9fe465a0c37854cfbda924f44a63c34c74f2339e65  nym-vpnd_0.1.17-1_amd64.deb

nym-vpn-core-v0.1.16

21 Aug 09:13
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.16
 nym-vpnd: 0.1.16
 nym-vpn-lib: 0.1.16
 nym-vpn-cli: 0.1.16
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date:          Wed Aug 21 08:43:38 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

fdc76d0d481814fe8d93f0fe673091af0ce39053a0943bffeba691317ee3dfbe  nym-vpn-core-v0.1.16_linux_x86_64.tar.gz
040ad920a52986b35fa3e1f61a5e307d85614d82bb32950e8ffb7e8d00d5e41b  nym-vpn-core-v0.1.16_macos_universal.tar.gz
73add9ecbce3c7abcf0a68fadc3391b2afa319d144937349fcca2b29db08e635  nym-vpn-core-v0.1.16_android_aarch64.tar.gz
41a5ecb8b0ab7cc2e6130179863761d12bcc988eda6c269cb00bd01a43449741  nym-vpn-core-v0.1.16_ios_universal.zip
37eab6554225eea01b8c22f939f38ff508564dff1d1f3024ccc8bf62a6be09a1  nym-vpn-core-v0.1.16_windows_x86_64.zip
c4ccf266b387aa8ad79a9cb6aa9135b311cd5748fa3a4063fb5aec4cfb711dbd  nym-vpn-cli_0.1.16-1_amd64.deb
652c88ff351d430615a9ed7838bab53d8f8a020b9848f1883e0a647d2c5bf053  nym-vpnc_0.1.16-1_amd64.deb
27aeaf13cff5abcf92b89202ea8cc18f05eb7d513d9c77ac4849da441e6016fa  nym-vpnd_0.1.16-1_amd64.deb

nym-vpn-android-v1.0.8-test

14 Aug 16:09
cc798af
Compare
Choose a tag to compare
Pre-release

Testing version of the android app.

SHA256 fingerprint:

2fd58234070be36ffe0de6e17b3b2d8107603dd85ec860cef910a5be225d4a94

nym-vpn-core-v0.1.15

13 Aug 15:42
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.15
 nym-vpnd: 0.1.15
 nym-vpn-lib: 0.1.15
 nym-vpn-cli: 0.1.15
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date:          Tue Aug 13 15:25:02 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

7f6dc33f4092b3abc21ef8d908ddea306a62f136b5558f29d936477e4798ddda  nym-vpn-core-v0.1.15_linux_x86_64.tar.gz
5912280df4c4143ab32a9e8867a13f50510f166c48d843e0ddc4605b072b5a87  nym-vpn-core-v0.1.15_macos_universal.tar.gz
edb306017156d58c7be9cf2a4e39bc9044f9648614f0a732a0064046f3c0ba31  nym-vpn-core-v0.1.15_android_aarch64.tar.gz
a9509e09adbdd63ff8cfe5c3e00ff89be7ca4a3ac1df5b75df9e7e01296cb167  nym-vpn-core-v0.1.15_ios_universal.zip
5cd9c65db20b553565304859ce8c8debfc0e6e612233c1873f1c870cd0080558  nym-vpn-core-v0.1.15_windows_x86_64.zip
35e9783d5ec6eae11a2a202230e15182bc3b4819a4aa591daac45915b6a35e8b  nym-vpn-cli_0.1.15-1_amd64.deb
f87e21479123d19963db2cbe6aedb4d1add21f5288768d1b7e9fe857a2911acf  nym-vpnc_0.1.15-1_amd64.deb
a824b1bc17b7f3036ff5e36d817f5059ad66c90403b48836d723d7c28d426a69  nym-vpnd_0.1.15-1_amd64.deb

jon-test2

12 Aug 21:28
Compare
Choose a tag to compare
Package name:  nymvpn-x
Version:       0.1.9-dev
Tauri version: 1.7.1
Rustc version: rustc 1.80.1 (3f5fd8dd4 2024-08-06)
Build profile: release
Date:          Mon Aug 12 21:27:09 UTC 2024

Notes

Release build.

Linux

  • deb package suitable for Debian/Ubuntu/PopOS/etc
  • AppImage bundle that should be compatible with most Linux distributions
  • Prebuilt binary (x86_64)

Windows

  • NSIS installer that installs both the client app and the daemon

SHA256 Checksums

bd52e2b575758dce5ca60f929232a107589c988465aeaeef1b32db667fb47299  linux_artifacts/nymvpn-x_0.1.9-dev.AppImage
546b87983f8771a215db9a153d5caab5ffb3bde405d39e5d32ccf147851b6982  linux_artifacts/nymvpn-x_0.1.9-dev_amd64.deb
a914fec7569cc67d40db5d66d2c906928213ee890720e6964e7c181f975de082  linux_artifacts/nymvpn-x_0.1.9-dev_linux_x64
be3d98d8a27e7333a2b4d6bfeccffaafe7ebcdd4a276a1764a268aefe2c2a782  windows_artifacts/nymvpn-x_0.1.9-dev_x64-setup.exe

nym-vpn-core-v0.1.14

08 Aug 14:28
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.14
 nym-vpnd: 0.1.14
 nym-vpn-lib: 0.1.14
 nym-vpn-cli: 0.1.14
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Thu Aug  8 14:02:48 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

af6c30069abca3c8d01b26a26245e2a2cb79536356d25ee17e33facb87b6b40f  nym-vpn-core-v0.1.14_linux_x86_64.tar.gz
01fecfac5badbf7bed996803dcd0e7d4e8caa3f3d792d15c3ace19b3eed0b82f  nym-vpn-core-v0.1.14_macos_universal.tar.gz
28d25e4bda6429a39dfa1748c9215cc61774381b8a01f58f353a559da37fa707  nym-vpn-core-v0.1.14_android_aarch64.tar.gz
6cb5396ee0f8e9a38e1820627818038f1755b9d9ac83fe8475735e549a4fe533  nym-vpn-core-v0.1.14_ios_universal.zip
a01c09059d2075ad906a47accc947c1181c9eac17c0f107d4b53705c17d1a18b  nym-vpn-core-v0.1.14_windows_x86_64.zip
1d6800a8e49808de1a35fc04254e1f6e9485e84c41187592be2ab999ff9286de  nym-vpn-cli_0.1.14-1_amd64.deb
4f73f7634288e220b50649ddde79fc3c021cf968df9067bf0c41f8a8e96d9bb8  nym-vpnc_0.1.14-1_amd64.deb
f35ae18ad2145ed3890e14a28c609c48e9b8fcb5020b45561cfbb207c5b8ee7b  nym-vpnd_0.1.14-1_amd64.deb

nym-vpn-core-v0.1.13

08 Aug 10:16
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.13
 nym-vpnd: 0.1.13
 nym-vpn-lib: 0.1.13
 nym-vpn-cli: 0.1.13
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Thu Aug  8 09:49: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 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

034a999cfb4dfd8f2ad09e64182e1336b56682fb0154849cd9e457c41e23fc8d  nym-vpn-core-v0.1.13_linux_x86_64.tar.gz
b3562af7823859c200e8e736a4f5aa5cbf31050c6fc4e3087b6f559df19bed37  nym-vpn-core-v0.1.13_macos_universal.tar.gz
d9d4d82ceacfb6a6e89d94ed60769817ab0432e0fb8a9ad6e08f723b8c618427  nym-vpn-core-v0.1.13_android_aarch64.tar.gz
d38a28a1ea4ba00a0dce3915b260971254f7f05fbb63a70e65942662ba7218f8  nym-vpn-core-v0.1.13_ios_universal.zip
f32fa49ab0ae8170e4d704da99e56a42c859e50ff99669cc325c8a47a766a6dd  nym-vpn-core-v0.1.13_windows_x86_64.zip
f86e1f26df73888d9229d612405968ee3b78bf897b4aedfa9f3060e48a554c3b  nym-vpn-cli_0.1.13-1_amd64.deb
ce3d0786ec0409544da5d0b5f64b7d3203d8488f046186e46317dab9b2c481a0  nym-vpnc_0.1.13-1_amd64.deb
63d0bc9a47b0bc6b07c5c4b2ae5e8b75828eefb41b841274e7e4f49308e1cd01  nym-vpnd_0.1.13-1_amd64.deb

nym-vpn-core-v0.1.12

07 Aug 09:07
Compare
Choose a tag to compare
Crate versions
 nym-vpnc: 0.1.12
 nym-vpnd: 0.1.12
 nym-vpn-lib: 0.1.12
 nym-vpn-cli: 0.1.12
Rustc version: rustc 1.80.0 (051478957 2024-07-21)
Build profile: release
Date:          Wed Aug  7 08:46:56 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

8c27521476c85fd1b0074eadded9d95d07ffacc3ad672c856bbda84d44d227b1  nym-vpn-core-v0.1.12_linux_x86_64.tar.gz
ef10112ac8da585f7dc10480dcda285390ca8f13f731c471bceaaafd17adaa14  nym-vpn-core-v0.1.12_macos_universal.tar.gz
d26a95d39259937494230e1efa08edcd17753536cb337e08af8e5767f0692358  nym-vpn-core-v0.1.12_android_aarch64.tar.gz
513175a97d0c464be34e016636a80d3bf2b7d05429abf0988b4111e2a3493d75  nym-vpn-core-v0.1.12_ios_universal.zip
b72856393d3ae84a8374335b4b5e8fed8ca5b5b60561ca89854687eb7a93fe45  nym-vpn-core-v0.1.12_windows_x86_64.zip
6539d391a169b34a138460ec52668beac31410e946460b117ae642a0a4c011fa  nym-vpn-cli_0.1.12-1_amd64.deb
6fc5cecd3b09eff52ca4c9f7f23f8e25f7f32e46fccca54da73f43c2eaa3bb8b  nym-vpnc_0.1.12-1_amd64.deb
dc906e7bc320f560fada2505b2600245aed8983374ca06a95e87c9303b04d9ae  nym-vpnd_0.1.12-1_amd64.deb