> For the complete documentation index, see [llms.txt](https://docs.calibratedsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calibratedsoftware.com/tin-man/system-requirements.md).

# System Requirements

#### **Windows System Requirements**

**Operating System:**

* **Recommended:** Windows 11 64-bit
* **Minimum:** Windows 11 64-bit\
  \&#xNAN;*(Virtual OS not supported)*

**Processor:**

* **Recommended:** Intel 7th Gen 4-core or newer; AMD Ryzen 3000/Threadripper 2000 or newer
* **Minimum:** 1 GHz or faster with 2 or more cores on a compatible 64-bit processor with AVX 2 support

**Memory:**

* **Recommended:** 16 GB for HD; 32 GB for 4K
* **Minimum:** 8 GB

**GPU:**

* **Recommended:** 4 GB for HD; 6 GB+ for 4K
* **Minimum:** 2 GB and OpenGL 4.5

**Display:**

* **Recommended:** 1920×1080 or greater
* **Minimum:** 1280×800
* **Storage:**
  * **Installation:** 650 MB
  * **Recommended:** SSD or M.2 drive

***

#### **macOS System Requirements**

**Please note the macOS Intel support has been deprecated and will be removed in future builds**

**Operating System:**

* **Recommended:** macOS 26 (Tahoe), macOS 15 (Sequoia)
* **Minimum:** macOS 13\
  \&#xNAN;*(Virtual OS not supported)*

**Processor:**

* **Recommended:** Apple Silicon M1 or newer
* **Minimum:** Intel 7th Gen 4-core or newer **(Deprecated-support will be removed soon)**

**Memory:**

* **Recommended (Apple Silicon):** 32 GB for 4K
* **Minimum (Apple Silicon):** 16 GB
* **Recommended (Intel):** 16 GB for HD; 32 GB for 4K
* **Minimum (Intel):** 8 GB

**GPU:**

* **Recommended (Apple Silicon):** 16 GB
* **Minimum (Apple Silicon):** 8 GB and Metal 2
* **Recommended (Intel):** 4 GB for HD; 6 GB+ for 4K
* **Minimum (Intel):** 2 GB and Metal 2

**Display:**

* **Recommended:** 1920×1080 or greater
* **Minimum:** 1280×800

**Storage:**

* **Installation:** 1.2GB
* **Recommended:** SSD or M.2 drive


---

# 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.calibratedsoftware.com/tin-man/system-requirements.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.
