> For the complete documentation index, see [llms.txt](https://docs.fluentbit.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentbit.io/manual/4.2/installation/downloads.md).

# Download and install Fluent Bit

![](https://static.scarf.sh/a.png?x-pxid=e9732f9c-44a4-46d3-ab87-86138455c698)

Fluent Bit is compatible with most x86-based, x86\_64-based, arm32v7-based, and arm64v8-based systems.

## Build from source code

You can [build and install Fluent Bit from its source code](/manual/4.2/installation/downloads/source.md). There are also platform-specific guides for building Fluent Bit from source on [macOS](/manual/4.2/installation/downloads/macos.md#compile-from-source) and [Windows](/manual/4.2/installation/downloads/windows.md#compile-from-source).

## Supported platforms and packages

To install Fluent Bit from one of the available packages, use the installation method for your chosen platform.

### Container deployment

Fluent Bit is available for the following container deployments:

* [Containers on AWS](/manual/4.2/installation/downloads/aws-container.md)
* [Docker](/manual/4.2/installation/downloads/docker.md)
* [Kubernetes](/manual/4.2/installation/downloads/kubernetes.md)

### Linux

Fluent Bit is available on [Linux](/manual/4.2/installation/downloads/linux.md), including the following distributions:

* [Amazon Linux](/manual/4.2/installation/downloads/linux/amazon-linux.md)
* [Buildroot embedded Linux](/manual/4.2/installation/downloads/linux/buildroot-embedded-linux.md)
* [Debian](/manual/4.2/installation/downloads/linux/debian.md)
* [Raspbian and Raspberry Pi](/manual/4.2/installation/downloads/linux/raspbian-raspberry-pi.md)
* [Red Hat and CentOS](/manual/4.2/installation/downloads/linux/redhat-centos.md)
* [Rocky Linux and Alma Linux](/manual/4.2/installation/downloads/linux/alma-rocky.md)
* [Ubuntu](/manual/4.2/installation/downloads/linux/ubuntu.md)
* [Yocto embedded Linux](/manual/4.2/installation/downloads/linux/yocto-embedded-linux.md)

### macOS

Fluent Bit is available on [macOS](/manual/4.2/installation/downloads/macos.md).

### Windows

Fluent Bit is available on [Windows](/manual/4.2/installation/downloads/windows.md).

### Other 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.

Fluent Bit can run on Berkeley Software Distribution (BSD) systems and IBM Z Linux (s390x) systems with restrictions. Not all plugins and filters are supported.

## Enterprise providers

Fluent Bit packages are also provided by [enterprise providers](https://fluentbit.io/enterprise/) for older end-of-life versions, Unix systems, or for additional support and features including aspects (such as CVE backporting).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fluentbit.io/manual/4.2/installation/downloads.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
