Highlights
Vortix is now available on Homebrew and npm — two of the most popular package managers. This release also fixes the automated release pipeline so future releases are fully hands-off.
New Installation Methods
# Homebrew (macOS & Linux)
brew install Harry-kp/tap/vortix
# npm (global install)
npm install -g @harry-kp/vortix
# or run directly without installing
npx @harry-kp/vortixRelease Pipeline Fix
The release-plz -> cargo-dist chain is now fully automated. Merging a release PR triggers the entire pipeline: crates.io publish, GitHub Release with binaries, Homebrew formula update, and npm package publish — all without manual intervention.
What's Changed
Features
- Add Homebrew and npm package manager support
- Automated Homebrew formula publishing to Harry-kp/homebrew-tap
- Automated npm package publishing to @harry-kp/vortix
- Fix release chain: tag pushes now correctly trigger cargo-dist
Documentation
- Add sudo PATH troubleshooting for cargo install on Linux
- Restructure README for clarity and fix misleading info
- Move sudo PATH fix to prominent section after installation
Install vortix 0.1.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Harry-kp/vortix/releases/download/v0.1.4/vortix-installer.sh | shInstall prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortixInstall prebuilt binaries via npm
npm install -g @harry-kp/vortixInstall from crates.io
cargo install vortixArch Linux
pacman -S vortixDownload vortix 0.1.4
| 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 |