# Supported Platforms

The following operating systems and architectures are supported in Fluent Bit.

| Operating System | Distribution                                                                                 | Architectures    |
| ---------------- | -------------------------------------------------------------------------------------------- | ---------------- |
| Linux            | [Amazon Linux 2](/manual/1.8/installation/linux/amazon-linux.md)                             | x86\_64, Arm64v8 |
|                  | [Centos 8](/manual/1.8/installation/linux/redhat-centos.md)                                  | x86\_64, Arm64v8 |
|                  | [Centos 7](/manual/1.8/installation/linux/redhat-centos.md)                                  | x86\_64, Arm64v8 |
|                  | [Debian 10 (Buster)](/manual/1.8/installation/linux/debian.md)                               | x86\_64, Arm64v8 |
|                  | [Debian 9 (Stretch)](/manual/1.8/installation/linux/debian.md)                               | x86\_64, Arm64v8 |
|                  | [Nixos](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/fluent-bit/default.nix) | x86\_64, Arm64v8 |
|                  | [Ubuntu 20.04 (Focal Fossa)](/manual/1.8/installation/linux/ubuntu.md)                       | x86\_64, Arm64v8 |
|                  | [Ubuntu 18.04 (Bionic Beaver)](/manual/1.8/installation/linux/ubuntu.md)                     | x86\_64, Arm64v8 |
|                  | [Ubuntu 16.04 (Xenial Xerus)](/manual/1.8/installation/linux/ubuntu.md)                      | x86\_64          |
|                  | [Raspbian 10 (Buster)](/manual/1.8/installation/linux/raspbian-raspberry-pi.md)              | Arm32v7          |
| Windows          | [Windows Server 2019](/manual/1.8/installation/windows.md)                                   | x86\_64, x86     |
|                  | [Windows 10 1903](/manual/1.8/installation/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 OSX and \*BSD systems, but not all plugins will be available on all platforms. Official support will be expanding based on community demand. Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise)


---

# 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/1.8/installation/supported-platforms.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.
