Homebrew formulae for the Ferrosa platform.
brew tap ferrosadb/tap
brew install ferrosa # Cassandra-compatible DB engine
brew install ferrosa-memory # Memory MCP server (needs ferrosa running)
brew install forge # Developer tooling CLI (frg) + MCP serverOr in one shot, without a separate tap step:
brew install ferrosadb/tap/ferrosa
brew install ferrosadb/tap/ferrosa-memory
brew install ferrosadb/tap/forgeUpgrade with the usual brew upgrade.
- macOS Apple Silicon (
arm64) - Linux
x86_64andaarch64(forge:x86_64only)
Intel macOS is not supported — build from source if you need it.
Brew tracks the stable channel only — the release a maintainer has promoted
to GitHub "latest", matching curl https://ferrosadb.com/install.sh | bash.
For nightlies, use the curl installers with --channel nightly:
curl -fsSL https://ferrosadb.com/install.sh | bash -s -- --channel nightly
curl -fsSL https://ferrosadb.com/install-memory.sh | bash -s -- --channel nightlyFormula/*.rb are generated by scripts/sync.sh from the
latest stable GitHub releases (binary tarballs + SHA256SUMS). Do not edit them
by hand. The sync-formulae workflow
regenerates and commits them hourly, on manual dispatch, and on a
release-promoted repository_dispatch from the product repos.