Skip to content

ferrosadb/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

Packages

Contributors

Languages