Engineering
Releases
Download index for every published Fulcrum release. For a per-version description of user-visible changes, see the changelog. Latest tag: v0.12.9.
Latest stable
Recommended for new installs. The install commands on /download always point at this version.
All releases
Verify your download
From v0.3.12+ each binary ships with a matching .sha256 file at the same URL plus the suffix. Verify before running:
# 1. Download the binary AND its checksum
curl -L -O https://releases.fulcrumcode.app/v0.12.9/fulcrum-macos-arm64
curl -L -O https://releases.fulcrumcode.app/v0.12.9/fulcrum-macos-arm64.sha256
# 2. Verify (macOS / Linux)
shasum -a 256 -c fulcrum-macos-arm64.sha256Downloads served from S3 in Sydney (ap-southeast-2). The Vercel edge fronting this page is global, but the binary bytes never leave Australia.