This repository is home to the original homebrew tap for products throughout the Open DataOps Platform ecosystem.
Package manager for macOS (or Linux), see more at https://brew.sh
A third-party (in relation to Homebrew) repository providing installable packages (formulae) on macOS and Linux.
See more at https://docs.brew.sh/Taps
brew install raystack/tap/name
You can also only add the tap which makes formulae within it
available in search results (brew search
output):
brew tap raystack/tap
Note: to clone the tap via SSH you will need to use:
brew tap raystack/tap https://github.com/raystack/homebrew-tap
While you may search across taps, it is necessary to always use
fully qualified name (incl. the raystack/tap/
prefix)
when refering to formulae in external taps such as this one
outside of search.
With the following commands, you can install the latest version of each product:
# Formulae
brew install raystack/tap/optimus
brew install raystack/tap/guardian
brew install raystack/tap/meteor
- Formulae in this tap are maintained by Raystack.
- Updating of formulae is automated, which means that updates become available as they're released.