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.

Open source

Install Grafana Agent Flow as a standalone binary

Grafana Agent Flow is distributed as a standalone binary for the following operating systems and architectures:

  • Linux: AMD64, ARM64
  • Windows: AMD64
  • macOS: AMD64 (Intel), ARM64 (Apple Silicon)
  • FreeBSD: AMD64

Download Grafana Agent

To download Grafana Agent Flow as a standalone binary, perform the following steps.

  1. Navigate to the current Grafana Agent release page.

  2. Scroll down to the Assets section.

  3. Download the grafana-agent zip file that matches your operating system and machine’s architecture.

  4. Extract the package contents into a directory.

  5. If you are installing Grafana Agent Flow on Linux, macOS, or FreeBSD, run the following command in a terminal:

    shell
    chmod +x <BINARY_PATH>

    Replace the following:

    • <BINARY_PATH>: The path to the extracted binary.

Next steps