Skip to content

Installation🔗

Prebuilt binaries🔗

Prebuilt binaries are available for a variety of operating systems and architectures. Visit the latest release page, and scroll down to the Assets section.

  • Download the archive for the desired operating system and architecture
  • Extract the archive
  • Move the executable to the desired directory
  • Ensure this directory is included in the PATH environment variable
  • Verify that you have execute permission on the file

Build from source🔗

To build grafanactl from source you must:

  • have git installed
  • have go v1.24 (or greater) installed
go install github.com/grafana/grafanactl/cmd/grafanactl@latest