Skip to content

Lux v0.1.14

Choose a tag to compare

@github-actions github-actions released this 12 May 17:10
· 42 commits to master since this release
a2be812

Lux v0.1.14

Self-contained binary builds for every supported platform.
Each archive contains the lux executable, this release's
LICENSE, README, and the full docs/ reference.

Downloads

Platform Archive
Linux x64 lux-linux-x64.tar.gz
Linux arm64 lux-linux-arm64.tar.gz
macOS arm64 lux-osx-arm64.tar.gz (Apple Silicon)
Windows x64 lux-win-x64.zip
Windows arm64 lux-win-arm64.zip

SHA-256 checksums are published alongside each archive.

Install

# Linux / macOS
tar xzf lux-linux-x64.tar.gz
sudo mv lux /usr/local/bin/
lux version

Or extract the Windows archive and put lux.exe somewhere on %PATH%.

What's changed

See the full commit log.