Homebrew formulae for VictoriaMetrics tools, built from the official release binaries.
Warning
This tap is a work in progress. Formula names and contents may still change while we finish moving Homebrew distribution here.
Note
These packages are intended for development and testing. For production or enterprise deployments at scale, see the VictoriaMetrics documentation or reach out on the public Slack.
Update brew first:
brew updateHomebrew only installs from taps you have trusted, so add the trust step:
brew tap victoriametrics/tap
brew trust victoriametrics/tapThen install the desired package (vmctl in this example):
brew install vmctlAlternatively, install by the full name, which taps and trusts this repository in one step:
brew install victoriametrics/tap/vmctl| Formula | Alias | Version | Description |
|---|---|---|---|
vmctl |
1.150.0 | Command-line tool for migrating and verifying VictoriaMetrics data. Docs | |
victoriametrics |
vmet, victoria-metrics |
1.150.0 | Single-node VictoriaMetrics time series database. Docs |
victorialogs |
vlog, victoria-logs |
1.52.0 | VictoriaLogs database for logs. Docs |
The victoriametrics and victorialogs names also exist in homebrew-core. To be sure you get this tap's version, install through an alias (e.g. brew install vmet or brew install victoria-metrics once the tap is trusted) or use the full name.
Binaries are installed under their plain names (vmctl, victoria-metrics, victoria-logs). In the release tarballs the same binaries carry a -prod suffix.
victoriametrics and victorialogs also exist in homebrew-core. The same formula name cannot be installed from both sources on one machine; run brew uninstall victoriametrics (or victorialogs) before installing the tap version.
Formulae track the VictoriaMetrics releases. A scheduled workflow opens a pull request when a new release is out; merging it publishes the update.
Apache-2.0, same as VictoriaMetrics.