Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ferrosadb Homebrew tap

Homebrew formulae for the Ferrosa platform.

Install

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 server

Or in one shot, without a separate tap step:

brew install ferrosadb/tap/ferrosa
brew install ferrosadb/tap/ferrosa-memory
brew install ferrosadb/tap/forge

Upgrade with the usual brew upgrade.

Supported platforms

  • macOS Apple Silicon (arm64)
  • Linux x86_64 and aarch64 (forge: x86_64 only)

Intel macOS is not supported — build from source if you need it.

Channels

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 nightly

How the formulae stay current

Formula/*.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.

About

Homebrew tap for the Ferrosa platform (ferrosa, ferrosa-memory)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages