• v0.1.3 0d218188dd

    v0.1.3
    Some checks failed
    release / build (rust:1.95-bookworm, linux-x86_64, docker, x86_64-unknown-linux-gnu) (push) Failing after 1m12s
    release / build (darwin-aarch64, macos, aarch64-apple-darwin) (push) Has been cancelled
    release / build (darwin-x86_64, macos, x86_64-apple-darwin) (push) Has been cancelled
    release / publish (push) Has been cancelled
    Stable

    stephen released this 2026-05-14 21:31:13 +00:00 | 122 commits to main since this release

    Signed by stephen
    GPG key ID: 67F885778E01BF16

    What's new

    • Linux x86_64 binary ships in this release. fj-v0.1.3-linux-x86_64.tar.gz is 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.sh submits a signed darwin tarball to Apple's notary service; scripts/sign.sh --notarize chains 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 --version
    

    Or 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.3
    

    Full changelog: CHANGELOG.md.

    Downloads