Menu

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.

Docs Home Installation Installing on Mac
Enterprise Open source

Installing on Mac

Installation can be done using homebrew

Install latest stable:

brew update
brew install grafana

To start grafana look at the command printed after the homebrew install completes.

To upgrade use the reinstall command

brew update
brew reinstall grafana

You can also install the latest unstable grafana from git:

brew install --HEAD grafana/grafana/grafana

To upgrade grafana if you’ve installed from HEAD:

brew reinstall --HEAD grafana/grafana/grafana