Release Notes
Highlights
- Packages for Debian, Ubuntu and Fedora. Each release now carries
.deband.rpmpackages for amd64 and arm64. They install Vortix to/usr/bin, sosudo vortixworks without a symlink, and bringwireguard-toolsandopenvpnwith them. Download them from the release page and install withsudo apt install ./vortix_*.deborsudo dnf install ./vortix-*.rpm. (#345)
Fixed
- The in-app help matches the dashboard. The Roles tab lists the labels the Connection Details panel really shows, the Keys tab includes
f(flip a panel), and the switch entry says the conflicting tunnel is stopped and the new one kept.up --helpandstatus --helpdescribe what they do today, including whatdata.connectionholds instatus --json. (#341) vortix killswitch offwithout root asks for sudo. It failed with an internal ownership error and exit code 1; it now exits 2 with "Re-run with: sudo vortix killswitch off", like every other mode change. (#341)
Changed
vortix updateonly updates a Cargo install. It used to runcargo installwhatever the install method; for Homebrew, a package, npm or a source checkout it now exits 1 and names the right way to update, such asbrew upgrade vortix. (#341)
Install vortix 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Harry-kp/vortix/releases/download/v0.5.2/vortix-installer.sh | shInstall prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortixInstall prebuilt binaries into your npm project
npm install @harry-kp/vortix@0.5.2Download vortix 0.5.2
| File | Platform | Checksum |
|---|---|---|
| vortix-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| vortix-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| vortix-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| vortix-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| vortix-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| vortix-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |