> For the complete documentation index, see [llms.txt](https://nobraintools.gitbook.io/maya-groomers-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/system-requirement.md).

# System Requirement

## **OS**

* [x] Windows x86\_64
* [x] Linux x86\_64
* [ ] Mac - Not Supported

## **Maya Versions**

**Single User License:**

* [x] Maya 2027 For Windows&#x20;
* [x] Maya 2026 For Windows&#x20;
* [x] Maya 2025 For Windows&#x20;
* [x] Maya 2024 For Windows
* [x] Maya 2023 For Windows
* [x] Maya 2022 For Windows (Python 3)

**Studio License Tier 1 / Tier 2:**

* [x] Maya 2027 For Windows and Linux&#x20;
* [x] Maya 2026 For Windows and Linux&#x20;
* [x] Maya 2025 For Windows and Linux&#x20;
* [x] Maya 2024 For Windows and Linux&#x20;
* [x] Maya 2023 For Windows and Linux&#x20;
* [x] Maya 2022 For Windows and Linux (Python 3)
* [ ] Maya 2022 For Windows (Python 2) V14.05 and older only

## **Internet**

* Groomer's Tool goes through service providers for licensing on activation and on re-check days, **access to the internet&#x20;*****within Maya*** will be required.
* Please make sure there is **no firewall** blocking access from your Maya version&#x73;**.**
* If you have a firewall, the addresses that should be add to your firewall allow list are:
  * If purchase is made on Gumroad:
    * <https://api.gumroad.com/&#x20>;
      * <https://api.gumroad.com/v2/licenses/verify>
  * If purchase is made on Nobrain Tools website:
    * <https://xgt-license-server.onrender.com>
* For studios or institutes, only the "refresher" machine require access to the above web addresses. Artists machine do not need internet access anymore (V15.02+) on validation checks.

## **Administrative**

* Administrative access to Maya's current project folders is required allow full file control (read & write).
* For studios or institutes, users access (ability to read) to the central `license.json` file will be required.

## **File Format**

* Download Files will come in .ZIP format.
* Tool files are packaged compiled python files.
* At the moment, we are not able to provide source codes.


---

# 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://nobraintools.gitbook.io/maya-groomers-tool/getting-started/system-requirement.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.
