# Where to Download MariaDB

## The Latest Packages

Tarballs, binaries (Linux, Solaris, and Windows), and packages for some Linux\
distributions are available at [mariadb.com/downloads/](https://mariadb.com/downloads/) or [mariadb.org/download/](https://mariadb.org/download/) (which also contains a PDF version of the MariaDB Server documentation).

We hope that interested [community](https://github.com/mariadb-corporation/docs-server/blob/test/en/community/README.md) package maintainers will step forward, as\
others already have, to build packages for their distributions. We ask for\
strict adherence to your packaging system's best practices and invite you to\
create a [bug report](https://mariadb.org/jira) if our project impedes this in\
any way.

Instructions how to install the packages can be found [here](/docs/server/server-management/install-and-upgrade-mariadb/installing-mariadb/binary-packages.md).

## Distributions Which Include MariaDB

* Most distributions already include MariaDB. See [Distributions Which Include MariaDB](/docs/general-resources/distributions-including-mariadb.md).

## Pre-Release Binaries

Binaries from our [Buildbot](https://buildbot.askmonty.org) system (see also\
the [Buildbot](broken://spaces/WCInJQ9cmGjq1lsTG91E/pages/YDeiIobaziVWZCxk4IlA) page), are available at [archive](https://hasky.askmonty.org/archive). They are not suitable for use in\
production systems but may be of use for debugging.

Once at the above URL you will need to click on the MariaDB tree you are\
interested in, and then the build. The build number corresponds to the`tarbuildnum` variable in Buildbot.

For example, if you were interested in the bsd9-64 build of the [MariaDB 5.5](/docs/release-notes/community-server/old-releases/5.5/changes-improvements-in-mariadb-5-5.md)\
tree, revision 3497, the `tarbuildnum` is listed in the "Build Properties"\
table of the [Buildbot build report](https://buildbot.askmonty.org/buildbot/builders/bsd9-64/builds/337).\
In this case, the value is "2434".

## Getting the Source

You can find all the source code at [server](https://github.com/MariaDB/server)

To retrieve the code, the [Git](broken://spaces/WCInJQ9cmGjq1lsTG91E/pages/xRCtl21mrR3GrhPpJgOM) source control software offers\
the path of least resistance. If you are unfamiliar with git, please refer to\
the [git documentation](https://git-scm.com/doc) for an understanding\
of version control with git.

For instructions on creating a local branch of MariaDB, see the [Getting the MariaDB Source Code](/docs/server/clients-and-utilities/server-client-software/download/getting-the-mariadb-source-code.md) page.

See the [Generic Build Instructions](broken://pages/bjatfkHoY1LmiorFXFKZ) page for\
general instructions on compiling MariaDB from the source.\
The [source](/docs/server/server-management/install-and-upgrade-mariadb/compiling-mariadb-from-source.md) page has links to platform and distribution-specific\
information, including information on how we build the release packages.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# 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://mariadb.com/docs/server/clients-and-utilities/server-client-software/download/where-to-download-mariadb.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.
