> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/moss-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/moss-ai-docs/archived/game/run-it-on-your-pc.md).

# Run it on your PC

**1.Download the MOSS** AI **Pod from** **:**[**https://www.mossai.com/**](https://www.mossai.com/)&#x20;

**Minimum Requirements**

Operating System: Windows 10 (64-bit) or later

Processor (CPU): Intel Core i5-9600K / AMD Ryzen 5 3600

GPU: NVIDIA GeForce RTX 2060 (6GB VRAM)

RAM: 16 GB

Storage: At least 50 GB of available space (SSD recommended for faster performance)

DirectX Version: DirectX 12

**Recommended Requirements**

Operating System: Windows 11 (64-bit)

Processor (CPU): Intel Core i7-12700K / AMD Ryzen 7 5800X

GPU: NVIDIA GeForce RTX 3060 (12GB VRAM)

RAM: 32 GB

Storage: 100 GB of available space (NVMe SSD highly recommended for optimal performance)

DirectX Version: DirectX 12 Ultimate

#### **2.**&#x41;fter downloading, please unzip first and open the AI Pod. Installation will take some time

Just follow these simple steps: download the file, unzip it, install it, and then double-click the desktop shortcut to launch — that’s it, you’re good to go!&#x20;

Note: MOSS AI Pod uses P2P networking, so it requires administrator permission. Launching it from the desktop shortcut will automatically enable admin rights.

<figure><img src="/files/cg3yRrCSbIE4SvefwKSm" alt=""><figcaption></figcaption></figure>

**3.You can choose to log in as either a host or a guest. Logging in as a guest only requires an email address.**

<figure><img src="/files/VIjPtlaH6JwJitgHOhKD" alt=""><figcaption></figcaption></figure>

**4.To log in as a host, you can choose to log in with a wallet or an email address.**

<figure><img src="/files/QWVwDkLXVRNK0BX4bhrk" alt="" width="563"><figcaption></figcaption></figure>

**5.How to bind your email.**

Visit:<https://www.mossai.com/>

Log in with your wallet and bind your email.

<figure><img src="/files/74hPmfM6s6ZgGm297XXU" alt=""><figcaption></figcaption></figure>


---

# 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://hyperdust-foundation.gitbook.io/moss-ai-docs/archived/game/run-it-on-your-pc.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.
