This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryUpdates New Installation Methods ```bash, Install vortix 0.1.4, and https://github.com/Harry-kp/homebrew-tap across a mixed release.
Full changelog
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/vortix
Release 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 | sh
Install prebuilt binaries via Homebrew
brew install Harry-kp/tap/vortix
Install prebuilt binaries via npm
npm install -g @harry-kp/vortix
Install from crates.io
cargo install vortix
Arch Linux
pacman -S vortix
Download 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 |
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Vortix
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]