github Harry-kp/vortix v0.1.4
v0.1.4 — Homebrew & npm Support, Automated Release Pipeline

latest releases: v0.1.6, v0.1.5
25 days ago

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

Don't miss a new vortix release

NewReleases is sending notifications on new releases.