# Requirements

Canister itself doesn't have any requirements in terms of CPU and RAM, but LTFS does like ample resources.

## Which versions of macOS and Windows are supported?

{% tabs %}
{% tab title="macOS" %}
The most recent Canister for Mac requires macOS `10.15` Catalina or newer, and supports both Intel and Apple silicon.

Need to run Canister on an older macOS version? Find your download [here](https://docs.hedge.video/canister/faq#which-macos-versions-does-canister-support).
{% endtab %}

{% tab title="Windows" %}
Canister for Windows requires Windows `10` or newer.
{% endtab %}
{% endtabs %}


---

# 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.hedge.video/canister/requirements.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.
