Caution
Grafana Agent has reached End-of-Life (EOL) on November 1, 2025. Agent is no longer receiving vendor support and will no longer receive security or bug fixes. Current users of Agent Static mode, Agent Flow mode, and Agent Operator should proceed with migrating to Grafana Alloy. If you have already migrated to Alloy, no further action is required. Read more about why we recommend migrating to Grafana Alloy.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Install Grafana Agent in flow mode on macOS
You can install Grafana Agent in flow mode on macOS with Homebrew .
Note
The default prefix for Homebrew on Intel is
/usr/local. The default prefix for Homebrew on Apple Silicon is/opt/Homebrew. To verify the default prefix for Homebrew on your computer, open a terminal window and typebrew --prefix.
Before you begin
- Install Homebrew on your computer.
Install
To install Grafana Agent on macOS, run the following commands in a terminal window.
Add the Grafana Homebrew tap:
brew tap grafana/grafanaInstall Grafana Agent:
brew install grafana-agent-flow
Upgrade
To upgrade Grafana Agent on macOS, run the following commands in a terminal window.
Upgrade Grafana Agent:
brew upgrade grafana-agent-flowRestart Grafana Agent:
brew services restart grafana-agent-flow
Uninstall
To uninstall Grafana Agent on macOS, run the following command in a terminal window:
brew uninstall grafana-agent-flow


