# For Mac Users

{% stepper %}
{% step %}

### Download the Autonomi App

[Mac](https://downloads.autonomi.com/autonomi-app/mac) (Apple Silicon)
{% endstep %}

{% step %}
Unzip the download
{% endstep %}

{% step %}
**Right-click** on the app called node-launchpad and **click Open**
{% endstep %}

{% step %}
You may see a warning which says *“node-launchpad can’t be opened because the identity of the developer cannot be confirmed”.*  It’s ok, just **click Open**, and continue
{% endstep %}

{% step %}
The Node Launchpad will now open in a terminal window.
{% endstep %}

{% step %}
**Press O** to go to the Options screen.
{% endstep %}

{% step %}
**Press Ctrl + B** to in order to add your wallet address.
{% endstep %}

{% step %}
You’ll be prompted to accept the [Terms & Conditions](/node/support/terms-and-conditions.md). Have a read, and if you are happy to continue **Press Y**.
{% endstep %}

{% step %}
**Paste in your** [**Wallet**](/node/system-requirements.md#compatible-wallets) **Address**, and then **Press Enter**.&#x20;

{% hint style="info" %}
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.
{% endhint %}
{% endstep %}

{% step %}
Now **Press S** to go back to the Status Screen&#x20;
{% endstep %}

{% step %}
Then **Press Ctrl + G** to start some nodes.
{% endstep %}

{% step %}
**Press the up and down arrows** to choose the number of nodes you want to start, **then Press Enter** to start them. \
\
\&#xNAN;*We’d recommend you start just one or two to begin. Each will use 35GB of storage space, some memory, CPU, and some of your internet connection. Then add more as your resources allow.*
{% endstep %}

{% step %}
You’ll see the node(s) you’ve started appear in a list. They may take a few moments to start, but when they do they’ll turn green. They will be gathering data, then serving it to the Network. If you’ve added several nodes, you can **scroll the list with the up and down arrow keys**.
{% endstep %}

{% step %}
You’ll see the amount of storage space allocated, and the amount of tokens, or [attos](/node/support/faqs.md#what-is-an-atto), they have earned in the Device Status panel.
{% endstep %}

{% step %}
**Congratulations!** You are up and running, and contributing to the Autonomi Network.
{% endstep %}
{% endstepper %}


---

# 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.autonomi.com/node/quickstart-guide/for-mac-users.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.
