# Download and install Fluent Bit

Fluent Bit supports the following operating systems and architectures:

| Operating System | Distribution                                                                                | Architectures     |
| ---------------- | ------------------------------------------------------------------------------------------- | ----------------- |
| Linux            | [Amazon Linux 2023](/manual/4.0/installation/downloads/linux/amazon-linux.md)               | x86\_64, Arm64v8  |
|                  | [Amazon Linux 2](/manual/4.0/installation/downloads/linux/amazon-linux.md)                  | x86\_64, Arm64v8  |
|                  | [CentOS 9 Stream](/manual/4.0/installation/downloads/linux/redhat-centos.md)                | x86\_64, Arm64v8  |
|                  | [CentOS 8](/manual/4.0/installation/downloads/linux/redhat-centos.md)                       | x86\_64, Arm64v8  |
|                  | [CentOS 7](/manual/4.0/installation/downloads/linux/redhat-centos.md)                       | x86\_64, Arm64v8  |
|                  | [Rocky Linux 8](/manual/4.0/installation/downloads/linux/alma-rocky.md)                     | x86\_64, Arm64v8  |
|                  | [Rocky Linux 9](/manual/4.0/installation/downloads/linux/alma-rocky.md)                     | x86\_64, Arm64v8  |
|                  | [Alma Linux 8](/manual/4.0/installation/downloads/linux/alma-rocky.md)                      | x86\_64, Arm64v8  |
|                  | [Alma Linux 9](/manual/4.0/installation/downloads/linux/alma-rocky.md)                      | x86\_64, Arm64v8  |
|                  | [Debian 12 (Bookworm)](/manual/4.0/installation/downloads/linux/debian.md)                  | x86\_64, Arm64v8  |
|                  | [Debian 11 (Bullseye)](/manual/4.0/installation/downloads/linux/debian.md)                  | x86\_64, Arm64v8  |
|                  | [Debian 10 (Buster)](/manual/4.0/installation/downloads/linux/debian.md)                    | x86\_64, Arm64v8  |
|                  | [Ubuntu 24.04 (Noble Numbat)](/manual/4.0/installation/downloads/linux/ubuntu.md)           | x86\_64, Arm64v8  |
|                  | [Ubuntu 22.04 (Jammy Jellyfish)](/manual/4.0/installation/downloads/linux/ubuntu.md)        | x86\_64, Arm64v8  |
|                  | [Raspbian 12 (Bookworm)](/manual/4.0/installation/downloads/linux/raspbian-raspberry-pi.md) | Arm32v7           |
| macOS            | \*                                                                                          | x86\_64, Apple M1 |
| Windows          | [Windows Server 2019](/manual/4.0/installation/downloads/windows.md)                        | x86\_64, x86      |
|                  | [Windows 10 1903](/manual/4.0/installation/downloads/windows.md)                            | x86\_64, x86      |

From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8, and Arm32v7 based processors.

Fluent Bit can work also on macOS and Berkeley Software Distribution (BSD) systems, but not all plugins will be available on all platforms.

Official support is based on community demand. Fluent Bit might run on older operating systems, but must be built from source, or using custom packages from [enterprise providers](https://fluentbit.io/enterprise).

Fluent Bit is supported for Linux on IBM Z (s390x) environments with some restrictions, but only container images are provided for these targets officially.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fluentbit.io/manual/4.0/installation/downloads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
