0.19.13 - 2026-08-09
Release Notes
Distribution, not language surface. The first release to publish a Homebrew formula.
Added
- lux installs from Homebrew.
brew install anderix/tap/luxcon 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, aftercargo 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 isluxcand the binary islux— 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 | shInstall 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/luxcDownload 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 |