Releases: nymtech/nym-vpn-client
nym-vpn-x-v0.1.2
package name: nymvpn-x
package version: 0.1.2
rustc version: rustc 1.79.0 (129f3b996 2024-06-10)
toolchain: stable
Notes
Release build.
Linux
deb
package suitable for Debian and Ubuntu- AppImage bundle that should be compatible with most Linux distributions
- Prebuilt binary (x86_64)
Mac
- Universal binary for both Intel and ARM architectures
Windows
coming soon
SHA256 Checksums
9ca566abffa8b59df92381215b37401b89ed8cf341c4f22c78953d257a1df326 nym-vpn-x_0.1.2_macos_universal.tar.gz
6a6fa11805b0b28f732aa435f766652ad945f8cf57d010ff0ebc5872135209be nymvpn-x_0.1.2.AppImage
02393e2e4f219a6c299524dcfeac2cdb197f2b12e1f97806bef3be63be26f6ab nymvpn-x_0.1.2_linux_x64
0054794564970cb3ce41b72f273fd61a8c39f63b0c8e8456ddfa63d3e37f4f4d nymvpn-x_0.1.2_amd64.deb
linux-install-0.1.2-dev
NymVPN Linux installer
The script installs the following components
- nym-vpnd
0.1.7-dev
(VPN daemon) - nymvpn-x
0.1.2-dev
(VPN client app)
curl -fsSL https://github.com/nymtech/nym-vpn-client/releases/download/linux-install-0.1.2-dev/install.sh | bash
To uninstall
curl -fsSL https://github.com/nymtech/nym-vpn-client/releases/download/linux-install-0.1.2-dev/install.sh | bash -s uninstall
wg-routing-test
Crate versions
nym-vpnc: 0.1.7-dev
nym-vpnd: 0.1.7-dev
nym-vpn-lib: 0.1.7-dev
nym-vpn-cli: 0.1.7-dev
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Thu Jun 13 11:11:23 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
032329b615023a9cc1e8079dd37a49c37b3d3b2e468283e70340dd53376be70e nym-vpn-core-v0.1.7-dev_linux_x86_64.tar.gz
14ea7d4e320050b3cd9049428746356102e64d66d45b30e920ea58a4fcdb15a5 nym-vpn-core-v0.1.7-dev_macos_universal.tar.gz
e4a2f46052ec43a177ddacf0a889f21202beb12e905c2490e7c9ad9bed779447 nym-vpn-core-v0.1.7-dev_android_aarch64.tar.gz
d848e587af508bdb9ced52329a9a0dccded79f865382d9a313323421a2c19d7e nym-vpn-core-v0.1.7-dev_ios_universal.zip
2f0ea0fb7cecd5d0dc4fd4cc4026d87390a4e8e8ea1ce01fdde373651e609754 nym-vpn-cli_0.1.7-dev-1_amd64.deb
62e63db4d94894827ea486c6ddcbe877ed2af6699507adf60d99da4b0a5fba42 nym-vpnc_0.1.7-dev-1_amd64.deb
cae8335b8870f41417a945d7fcaf9966e73163af6a3488443d10cc2c8adf0ecc nym-vpnd_0.1.7-dev-1_amd64.deb
nightly-android
Nightly build of the latest development version of the android client.
SHA256 fingerprint:
40b5ea5fd0f373f74436bdae975c2875616136f6bb49fb395316300ea22dfc6b
nym-vpn-x-v0.1.1
package name: nymvpn-x
package version: 0.1.1
rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
toolchain: stable
Notes
Release build.
Linux
deb
package suitable for Debian and Ubuntu- AppImage bundle that should be compatible with most Linux distributions
Mac
- Universal binary for both Intel and ARM architectures
Windows
coming soon
SHA256 Checksums
b1cd38f1cf8e9e3db1b7c3622cddbbff739aa67d3eebe70f67151f6870f1edc2 nym-vpn-x_0.1.1_macos_universal.tar.gz
d56e86809ffa69dbab495f15d4d2bfc7ef6b2a0e36d21ffa3319c0b399310c6f nymvpn-x_0.1.1.AppImage
27de11fa6d5597bed9077470105be16bcdbc466d826ac6c06a8693cc98cde203 nymvpn-x_0.1.1_amd64.deb
nym-vpn-desktop-v0.1.5
Package name: nym-vpn
Version: 0.1.5
Tauri version: 1.6.0
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Tue Jun 11 08:29:19 UTC 2024
Notes
Release build.
Linux
deb
package suitable for Debian and Ubuntu- AppImage bundle that should be compatible with most Linux distributions
Mac
- Universal binary for both Intel and ARM architectures
Windows
- Desktop client for Windows
- Run as administrator
SHA256 Checksums
b3ca3016e842231801a322205f90906b7dc9a9a5864c2f64649c5c32e39fec1e linux_artifacts/nym-vpn_0.1.5_amd64.AppImage
c7b80d24732b635296a197c5de7f4190188b78f8bf489e0a623b2c7349ea2923 linux_artifacts/nym-vpn_0.1.5_amd64.deb
9554e67e79f2d764545604c9431d96570d524df054ccde5ec2b19599e7ef5a05 linux_artifacts/updater_linux_x86_64.AppImage.tar.gz
84d02204e747cd4cd5e42d914cb9a411a1fa9c43bc041fd80f66b886893ab006 linux_artifacts/updater_linux_x86_64.AppImage.tar.gz.sig
3cceecff8c4249b339b66518fcb7b587950e19f68250f36f3e75e76c5adeeae4 mac_artifacts/nym-vpn_0.1.5_universal.dmg
8cf3c658e24ffd3c51f04c85f8b9156c75eb2332cb133989ec19d5d6267077d2 mac_artifacts/updater_macos_universal.app.tar.gz
153519731265b8f59b9560f95d60f2b5aca0de293e8c9b4a6734d17b8b64fc35 mac_artifacts/updater_macos_universal.app.tar.gz.sig
b55f267f26e71641f2be627a1bfbbaddce98abdfd0dc3cc5e3f74b3bd9d5635c windows_artifacts/nym-vpn_0.1.5_x64-setup.exe
56708e78b51479ca1d5a3c22edbcd8822e36e021c839fbc8f30430143fe10dee windows_artifacts/updater_windows_x86_64.nsis.zip
ca6039fcf953a70159d22362ce8d2757c1c650caf44954bb27452327cf82ea4c windows_artifacts/updater_windows_x86_64.nsis.zip.sig
nym-vpn-core-v0.1.6
Crate versions
nym-vpnc: 0.1.6
nym-vpnd: 0.1.6
nym-vpn-lib: 0.1.6
nym-vpn-cli: 0.1.6
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Tue Jun 11 08:21:35 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
81e5ef209f625700b3b87a6406d4e61a9b02c6d9cd846fccb82aff81dc2b7347 nym-vpn-core-v0.1.6_linux_x86_64.tar.gz
3e2ca8002df2238712703c3d1a6b72c20b78f0435c3a45e98748265d0641e2b2 nym-vpn-core-v0.1.6_macos_universal.tar.gz
f68c2281c14977ec2660736c55c169747cc22be7f8119fec50f0364bfea28911 nym-vpn-core-v0.1.6_android_aarch64.tar.gz
50cac6da172acd11ea31d4e2b526fd5b0c2fef10851a8b576697a1bf4ed7f0df nym-vpn-core-v0.1.6_ios_universal.zip
10d873feefc5d67be751af2be314b76d7c28ae97c83a4a0b15c5a10fe525f59e nym-vpn-cli_0.1.6-1_amd64.deb
75712fa692060be90fadf91c902d8f057687409f712f61fa2da18fb05c0bf391 nym-vpnc_0.1.6-1_amd64.deb
5cb3d3c3e20e44a1a3990847553233d0ca2fd46083d7869c151eebe1256e5f23 nym-vpnd_0.1.6-1_amd64.deb
nym-vpn-mac-v1.0.0 initial pre-release
First pre-release of the new daemon-based client for macOS
nym-vpn-desktop-v0.1.4
Package name: nym-vpn
Version: 0.1.4
Tauri version: 1.6.0
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Thu May 30 06:03:58 UTC 2024
Notes
Release build.
Linux
deb
package suitable for Debian and Ubuntu- AppImage bundle that should be compatible with most Linux distributions
Mac
- Universal binary for both Intel and ARM architectures
Windows
- Desktop client for Windows
- Run as administrator
SHA256 Checksums
764bc877b14ba240911f967366dde7eb055e79018e9ff259feb34218f4d15aa6 linux_artifacts/nym-vpn_0.1.4_amd64.AppImage
17e45d1f8a5004f12f4520a6a060c6f936e24c58897c81fadd3b635d55e548ba linux_artifacts/nym-vpn_0.1.4_amd64.deb
e3651e19a96a54f7c0246bffa2f9f0962b581114335fd220c68d439cb23ba25b linux_artifacts/updater_linux_x86_64.AppImage.tar.gz
f4a1f568dfbd27501f92e127ec8326615dc1291802104d49b7e3a329877f4c8c linux_artifacts/updater_linux_x86_64.AppImage.tar.gz.sig
a1f040a492db7643bba7198b6f5319edac8c04f139bc9f8ed182ad7b2b137f6c mac_artifacts/nym-vpn_0.1.4_universal.dmg
a4d3ee1195fe21145822b17e0259cf30dc0d649aba2f146ea588339bb172933e mac_artifacts/updater_macos_universal.app.tar.gz
5d317e2014bd1f40fdb6cf470bf3e6507e1cb7bb3335f1e19e1917f3c3134cb9 mac_artifacts/updater_macos_universal.app.tar.gz.sig
eb4aa9e22fefb291e66a2decaa2f00d7f470db02d4aad4dbb34330b4da70b598 windows_artifacts/nym-vpn_0.1.4_x64-setup.exe
a43487b7bcd815c3b5764945ec1ebcef88d305567b30bc029626a6be1757bf66 windows_artifacts/updater_windows_x86_64.nsis.zip
042af3a8c5226ec8e609b0da48c4bc2add66f76be77a16025b3970c1372b0d67 windows_artifacts/updater_windows_x86_64.nsis.zip.sig
nym-vpn-core-v0.1.5
Crate versions
nym-vpnc: 0.1.5
nym-vpnd: 0.1.5
nym-vpn-lib: 0.1.5
nym-vpn-cli: 0.1.5
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Thu May 30 06:03: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-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
596d49034c951f2cee699eedae64ed9a9d260ed69cc1b5d9c0278c9a758b46bf nym-vpn-core-v0.1.5_linux_x86_64.tar.gz
082eb4a10a125ad01d1c3241a6f7b35264aba6d21d60ead4ce976b33ad1cb66f nym-vpn-core-v0.1.5_macos_universal.tar.gz
5b28ebf9ae317854f57aaac13feb6d5520854abd6fcbd640fd309adf3a74c305 nym-vpn-core-v0.1.5_android_aarch64.tar.gz
153fbc2c83649b839bc440f4bab9514d74a924ce2df3c7611a386498059c9ac8 nym-vpn-core-v0.1.5_ios_universal.zip
87ca6e59940b310c469564d7d1484dbc955ed19390d884c899b1ee1961ebcc80 nym-vpn-cli_0.1.5-1_amd64.deb
942db0231d50dbc20a06499323c2bdc0e23d2ace2bd5a8f0f6cacd700339f5a8 nym-vpnc_0.1.5-1_amd64.deb
6f8120d1d2d3f26b54ed55777a01f8f7837585d71f4c04ea00e40de7df6cb8a7 nym-vpnd_0.1.5-1_amd64.deb