Install Vector using Homebrew
Homebrew is a free and open source package management system for Apple's macOS operating system and some supported Linux systems. This page covers installing and managing Vector using the Homebrew package repository.
Installation
1brew tap timberio/brew && brew install vector
Other actions
{{< tabs default="Upgrade Vector" >}} {{< tab title="Upgrade Vector" >}}
1brew update && brew upgrade vector
{{< /tab >}} {{< tab title="Uninstall Vector" >}}
1brew remove vector
{{< /tab >}} {{< /tabs >}}
Management
{{< jump "/docs/administration/management" "homebrew" >}}