-
v0.1.3
StableSome checks failedrelease / build (rust:1.95-bookworm, linux-x86_64, docker, x86_64-unknown-linux-gnu) (push) Failing after 1m12srelease / build (darwin-aarch64, macos, aarch64-apple-darwin) (push) Has been cancelledrelease / build (darwin-x86_64, macos, x86_64-apple-darwin) (push) Has been cancelledrelease / publish (push) Has been cancelledreleased this
2026-05-14 21:31:13 +00:00 | 122 commits to main since this releaseWhat's new
- Linux x86_64 binary ships in this release.
fj-v0.1.3-linux-x86_64.tar.gzis a statically-linked (against glibc ≥ 3.2) ELF that runs on Debian, Ubuntu, Arch, Fedora, NixOS, and most other modern distros. - Notarization scripts land for the next release.
scripts/notarize.shsubmits a signed darwin tarball to Apple's notary service;scripts/sign.sh --notarizechains signing → notarization in one step. The v0.1.3 macOS binaries are signed but not yet notarized — same signing identity as v0.1.2, so no new keychain prompt. - Windows claim removed from FAQ. Replaced with an honest "nobody's tried" + link to file an issue. The code still has
#[cfg(windows)]stubs but ships no binary.
Install
# macOS via Homebrew: brew tap rasterandstate/tap brew upgrade fj # Linux: curl -fsSL https://rasterhub.com/rasterstate/fj/releases/download/v0.1.3/fj-v0.1.3-linux-x86_64.tar.gz | tar -xz sudo mv fj-v0.1.3-linux-x86_64/fj /usr/local/bin/fj fj --versionOr download a tarball below. Verify with
shasum -a 256 -c SHA256SUMS.Build it yourself
cargo install --git https://rasterhub.com/rasterstate/fj --tag v0.1.3Full changelog: CHANGELOG.md.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Linux x86_64 binary ships in this release.