Skip to content

Releases: Dicklesworthstone/xf

xf v0.2.0

12 Jan 07:39

Choose a tag to compare

Installation

Quick Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/xf/main/install.sh | bash

Manual Download

Download the appropriate binary for your platform:

  • Linux (x86_64): xf-x86_64-unknown-linux-gnu.tar.gz
  • Linux (musl): xf-x86_64-unknown-linux-musl.tar.gz
  • macOS (Intel): xf-x86_64-apple-darwin.tar.gz
  • macOS (Apple Silicon): xf-aarch64-apple-darwin.tar.gz
  • Windows: xf-x86_64-pc-windows-msvc.zip

Verify Download

sha256sum -c SHA256SUMS

What's Changed

See the automatically generated release notes below.

Full Changelog: v0.1.0...v0.2.0

xf v0.1.0

11 Jan 17:37

Choose a tag to compare

Installation

Quick Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/xf/main/install.sh | bash

Manual Download

Download the appropriate binary for your platform:

  • Linux (x86_64): xf-x86_64-unknown-linux-gnu.tar.gz
  • Linux (musl): xf-x86_64-unknown-linux-musl.tar.gz
  • macOS (Intel): xf-x86_64-apple-darwin.tar.gz
  • macOS (Apple Silicon): xf-aarch64-apple-darwin.tar.gz
  • Windows: xf-x86_64-pc-windows-msvc.zip

Verify Download

sha256sum -c SHA256SUMS

What's Changed

See the automatically generated release notes below.

Full Changelog: https://github.com/Dicklesworthstone/xf/commits/v0.1.0