Skip to content

0.19.13 - 2026-08-09

Choose a tag to compare

@github-actions github-actions released this 10 Aug 01:09

Release Notes

Distribution, not language surface. The first release to publish a Homebrew formula.

Added

  • lux installs from Homebrew. brew install anderix/tap/luxc on macOS and Linux, from
    anderix/homebrew-tap. The formula is written
    there by the release workflow on every tag, so it cannot drift from the release it
    describes. It is the second way to install lux that does not ask anyone to pipe a URL
    into a shell, after cargo install luxc, and the reason for adding it: the shell
    one-liner is the exact shape of an instruction a careful person should refuse. The
    package is luxc and the binary is lux — see 0.19.12 for why.

Changed

  • The crate declares a homepage. Homebrew formulas carry one, and lux had only a
    repository, so the formula would have shipped without a link to the project's own page.

Install luxc 0.19.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/anderix/lux/releases/download/v0.19.13/luxc-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/anderix/lux/releases/download/v0.19.13/luxc-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install anderix/tap/luxc

Download luxc 0.19.13

File Platform Checksum
luxc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
luxc-x86_64-apple-darwin.tar.xz Intel macOS checksum
luxc-x86_64-pc-windows-msvc.zip x64 Windows checksum
luxc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
luxc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum