> 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/calibrated-spotlight-plugin-macos/installation-and-requirements.md).

# Installation & Requirements

## **System Requirements**

Below are the minimum and recommended system specifications.

***

### **Operating System**

* **macOS 12 or newer**
* *Virtualized macOS environments are not supported*

***

### **Processor**

* **Recommended:** Apple Silicon **M1 or newer**

***

### **Memory (RAM)**

**Apple Silicon systems:**

* **Recommended:** 32 GB for 4K workflows
* **Minimum:** 16 GB

***

### **GPU**

**Apple Silicon systems:**

* **Recommended:** 16 GB unified memory
* **Minimum:** 8 GB unified memory
* Requires **Metal 2** support

***

### **Storage**

* **Installation:** 1GB
* **Recommended:** SSD or NVMe/M.2 drive for fastest indexing and file scanning

***

## **Installation**

The Calibrated Spotlight plugin is included automatically with the Tin Man application.

***

### **How to Install**

1. **Install or update Tin Man.**
2. During installation, the **Calibrated Spotlight plugin is registered with macOS**.
3. **Launch Tin Man at least once** to complete the Spotlight integration.

No additional setup is required. Spotlight indexing begins automatically.

***

## **How to Disable the Calibrated Spotlight Plugin**

If you prefer not to use Spotlight integration:

1. Open **System Settings**.
2. Navigate to **General → Login & Extensions**.
3. In the *Spotlight* section, click the **ⓘ (info icon)** next to **Calibrated Tin Man.app**.
4. Toggle **Spotlight** *off* for the Tin Man extension.

You may re-enable it at any time using the same steps.


---

# 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/calibrated-spotlight-plugin-macos/installation-and-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.
