# Hardware And Operating System

## RAM Requirements

The components that are included in your Bluetext project will affect the hardware requirements needed. With a minimal configuration you will not need much, but if you're building an enterprise-grade system you would need at least 16GB of RAM and more if you want to run your own AI models.

## Recommended Setup

We don’t recommend using processors released before 2015. For the best experience with Bluetext, use the latest version of macOS on a Mac with an Apple M-series chip. However, Bluetext will run on any system capable of running Polytope.

## Operating System Requirements

Bluetext runs on the latest versions of macOS, Windows and Linux.&#x20;

<table><thead><tr><th width="171">OS</th><th>Versions</th><th>Processors</th></tr></thead><tbody><tr><td>macOS</td><td>Latest version of macOS. Currently, macOS Sequoia. </td><td>AMD 64 (Intel) and ARM 64 (M1, M2, M3, M4)</td></tr><tr><td>Windows</td><td>Latest version of Windows. Currently, Windows 11. </td><td>AMD 64.  Please let us know if you have a ARM 64 processor, so we can prioritize this.</td></tr><tr><td>Linux</td><td>Bluetext generally operates well across most Linux distributions, but you may encounter issues depending on the version and distribution you are using. </td><td>AMD 64. Please let us know if you have a ARM 64 processor, so we can prioritize this. </td></tr></tbody></table>


---

# 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.bluetext.dev/hardware-and-operating-system.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.
