Skip to content

fxrun 0.1.2 - scrubbed public surface (Win+Linux)

Latest

Choose a tag to compare

@shawnlondono shawnlondono released this 11 Aug 18:56

fxrun 0.1.2

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

Why 0.1.2

  • No author-written host/*.c in the public tree — product path is fx build fxrun_lib.fx -o out --emit-c --cli
  • Argv parse + manifest walk-up live in fx (cli_main); shared spine is inside fxlang (host/cli + host/process)
  • Drops the public C sources that inflated GitHub’s language bar

Prefer v0.1.2 over 0.1.1 / 0.1.0.

Highlights

  • Same fxrun product (recipes, depends, hash skip, walk-up, dual-path bins)
  • Rebuild = --cli only (see README)
  • Platforms: Windows + Linux x86_64

Install

Download fxrun-0.1.2-windows-x86_64.zip or fxrun-0.1.2-linux-x86_64.tar.gz from this release.

Notes

  • Needs an fx package that ships --cli + host/cli / host/process (0.9.6+ foundry with auto-host, or the next fxlang cut that includes it).
  • macOS prebuilts are not claimed.