github Harry-kp/vortix v0.4.1
0.4.1 - 2026-06-12

6 hours ago

Release Notes

Fixed

  • cargo install vortix now compiles on a clean cargo cache. The time crate published version 0.3.48 on the same day v0.4.0 shipped, and it carries a fresh error[E0119]: conflicting implementations of trait From<...> build break. Without --locked, cargo's resolver was happily picking the broken time 0.3.48 for every user typing the canonical cargo install vortix command. Capped our workspace time dep at <0.3.48 so the resolver can't reach the broken version; the lockfile already pinned the working 0.3.47. Drop the cap once upstream releases a clean 0.3.49+.

Install vortix 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Harry-kp/vortix/releases/download/v0.4.1/vortix-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install Harry-kp/tap/vortix

Install prebuilt binaries into your npm project

npm install @harry-kp/vortix@0.4.1

Download vortix 0.4.1

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.