> For the complete documentation index, see [llms.txt](https://docs.motar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motar.com/welcome/getting-started/local-installation.md).

# Local Installation

{% hint style="warning" %}
This installation method will install MOTAR on your local desktop computer. If you need to install MOTAR in a cloud environment or on a server, see [Production Installation](/welcome/getting-started/production-installation.md)
{% endhint %}

#### Start Your Local Sandbox

To begin your local **MOTAR** evaluation, you will need a **Discovery** License.

**→** I need a license: [Request Discovery License](https://www.motar.com/product-page/motar-discovery-license). *A license key will be sent to your email.*

**→** I already have a license: \[Proceed to **Download ↓**]

**→** I'm not sure which license I need: [MOTAR Licenses](/additioinal-features/motar-licenses.md)

## Download MOTAR QuickStart

Get the latest **MOTAR** Local **Installer** for your system:&#x20;

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Windows EXE</td><td><a href="https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/windows-amd64/MOTAR_QuickStart.exe">https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/windows-amd64/MOTAR_QuickStart.exe</a></td><td><a href="/files/5tYGQHsw3ceYn6vkmz8N">/files/5tYGQHsw3ceYn6vkmz8N</a></td></tr><tr><td>Windows Zip</td><td><a href="https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/windows-amd64/MOTAR_QuickStart.zip">https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/windows-amd64/MOTAR_QuickStart.zip</a></td><td><a href="/files/9t5y9Q6fnO1wDnqIV1hk">/files/9t5y9Q6fnO1wDnqIV1hk</a></td></tr><tr><td>Linux AMD</td><td><a href="https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/linux-amd64/MOTAR_QuickStart.tar.xz">https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/linux-amd64/MOTAR_QuickStart.tar.xz</a></td><td><a href="/files/JUDIIfhd9xJlyVi1laeV">/files/JUDIIfhd9xJlyVi1laeV</a></td></tr><tr><td>Linux ARM</td><td><a href="https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/linux-arm64/MOTAR_QuickStart.tar.xz">https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/linux-arm64/MOTAR_QuickStart.tar.xz</a></td><td><a href="/files/kuBnbgdDhgdU4KAmlQ7u">/files/kuBnbgdDhgdU4KAmlQ7u</a></td></tr><tr><td>Mac</td><td><a href="https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/mac-arm64/MOTAR_QuickStart">https://dyn-downloads.s3.us-east-1.amazonaws.com/installers/mac-arm64/MOTAR_QuickStart</a></td><td><a href="/files/9z7okBnzZUW6Vnq7JM8f">/files/9z7okBnzZUW6Vnq7JM8f</a></td></tr></tbody></table>

#### Optional

**Download** sample files to speed up testing.\*

Sample files include everything you need to test MOTAR, such as models, video, a sample XR app, and images.

{% embed url="<https://dyn-downloads.s3.us-east-1.amazonaws.com/MOTAR-Tutorial-Files.zip>" %}

Once the appropriate files are **downloaded** and you have your **license** ready, proceed to the QuickStart Guild. [MOTAR QuickStart](/welcome/getting-started/local-installation/motar-quickstart.md)


---

# 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.motar.com/welcome/getting-started/local-installation.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.
