> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/tools/mariadb-ai-rag/getting-started/installation.md).

# Installation

## System Requirements

* **Operating System**: Linux (Debian/Ubuntu/RHEL), macOS 10.15+, or Windows 10/11
* **CPU**: 4+ cores recommended
* **RAM**: Minimum 8GB, 16GB+ recommended
* **Storage**: 10GB for installation, additional space for document storage
* **Database**: MariaDB 10.6+ or compatible MySQL 8.0+
* **Python**: Version 3.9+ (included in the installation package)

## Installation Procedure

{% tabs %}
{% tab title="Debian/Ubuntu" %}
**Debian/Ubuntu Installation**

1. Download the Debian / Ubuntu `.deb` installation package from:
   * <https://mariadb.com/downloads/enterprise-tooling/ai-rag/>
2. Install the package:

   ```bash
   sudo dpkg -i ai-rag-*.deb	
   ```
3. Install dependencies:

   ```bash
   sudo apt-get install -f
   ```

{% endtab %}

{% tab title="RHEL" %}
**RHEL (and equivalents) Installation**

1. Download the RHEL `.rpm` installation package from:
   * <https://mariadb.com/downloads/enterprise-tooling/ai-rag/>
2. Install the package:

   ```bash
   sudo rpm -i ai-rag-*.rpm
   ```

{% endtab %}

{% tab title="Windows" %}
**Windows Installation**

1. Download the Windows `.msi` installation package from:
   * <https://mariadb.com/downloads/enterprise-tooling/ai-rag/>
2. Run the `.msi` installer.
3. Follow the installation wizard instructions.
   {% endtab %}
   {% endtabs %}

<sub>*This page is: Copyright © 2026 MariaDB. All rights reserved.*</sub>

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