Skip to content

fux 0.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 21:38
· 40 commits to main since this release
4c77a4f

Download the archive for your platform, unpack it, and put fux on your PATH.

Platform Asset
macOS (Apple Silicon) osx-arm64.tar.gz
macOS (Intel) osx-x64.tar.gz
Linux (x86-64) linux-x64.tar.gz
Linux (ARM64) linux-arm64.tar.gz
Windows (x86-64) win-x64.zip
tar xzf fux-*-osx-arm64.tar.gz
sudo install -m 0755 fux-*/fux /usr/local/bin/fux
fux --help

The binaries are unsigned. macOS quarantines anything downloaded through a
browser, so if Gatekeeper refuses to launch it, either download with curl
instead or clear the flag: xattr -d com.apple.quarantine /usr/local/bin/fux.
Windows SmartScreen will warn for the same reason.

Verify a download against SHA256SUMS, or check its provenance with
gh attestation verify <archive> --repo MarcelInTO/fux.

What's Changed

  • Put the release ritual behind make release VERSION=x.y.z by @MarcelInTO in #7

Full Changelog: v0.2.2...v0.2.3