Skip to content

fxblake3 0.1.0 - scrubbed public surface (Win+Linux)

Latest

Choose a tag to compare

@shawnlondono shawnlondono released this 11 Aug 21:03

fxblake3 0.1.0

Date: 11 August 2026
Tag: v0.1.0
Requires: fxlang v0.9.6+ with --cli (Win + Linux x86_64)

Highlights

  • First public release of fxblake3 — BLAKE3 file/tree hash under --allow
  • Dual-path bins: fxblake3 (emit-C) and fxblake3-ir (IR)
  • No author-written host/*.c — rebuild with fx build fxblake3_lib.fx … --cli
  • Platforms: Windows + Linux x86_64

Install

Download fxblake3-0.1.0-windows-x86_64.zip or fxblake3-0.1.0-linux-x86_64.tar.gz from this release.

Notes

  • Needs an fx package that ships --cli + host/cli / host/process / host/cap (0.9.6+).
  • BLAKE3 is Apache-2.0 / CC0 (see NOTICE). Complements fx.sum; does not replace it.
  • macOS prebuilts are not claimed.