> For the complete documentation index, see [llms.txt](https://docs.autonomi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonomi.com/node/system-requirements.md).

# System Requirements

Autonomi nodes are designed to be run on everyday devices, so we can all contribute to an alternative future of the Internet with the devices we already have and not just rely on data centres and specialised equipment.

*We’d encourage you to give it a go regardless of what system you are running*. Members of our [Forum](broken://spaces/T1VY0u5KuOsTpycHpSka) community regularly operate nodes on everything from RaspberryPis, to gaming PCs, old laptops, and even some adapted phones!

But as a starting point, we’ve built the [Autonomi App](/node/downloads.md) to run on the following systems with ease.

**Windows** (Windows 10+), **Mac** (MacOS 14 Sonoma), and **Linux** (Ubuntu 24.04) computers with:

* 4 core CPU: Intel, AMD or Apple
* 8 GB ram
* Spare hard drive space for the data your node will store
* 8 Mbps Up/Down Internet service<br>

## Compatible Wallets

You'll also need a Ethereum Wallet to receive and hold tokens earned by your node.

Any Ethereum address can be used here, but you'll need to **set up a** [**compatible wallet**](/token/using-autonomi-tokens/holding/compatible-wallets.md) app in order to be able to see and use any tokens you earn.

We've got a [**step-by-step guide**](/token/using-autonomi-tokens/holding/how-to-create-a-metamask-wallet.md) on how to do that.


---

# 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.autonomi.com/node/system-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.
