# ARM installation

## Instructions

1. Unpack the release .zip file to a new folder. Then, from a terminal window, make sure Gunbot is executable:

   `chmod +x gunthy-arm`
2. Start running Gunbot with the following command. Keep this terminal window open.

   `./gunthy-arm`
3. Open `localhost:5000` in a browser on the same system to access the Gunbot GUI (modern browsers recommended, preferably Chrome or Firefox)
4. Make sure to enter your registered ERC-20 wallet ("Gunthy wallet") and your [registered API key](/wiki/setup-and-general-settings/profile-settings/connect-exchange.md) in Gunbot before starting the bot core for the first time.

gunthy-arm is a 32-bit package, if your device runs a 64-bit OS the following steps in a terminal window might help getting it running:

```
sudo apt-get update 
sudo apt-get install crossbuild-essential-armhf 
sudo apt-get install libatomic1 
sudo apt-get install libatomic1-armhf
./gunthy-arm
```

{% hint style="info" %}
Depending on your systems settings, you may need to add a firewall rule to allow for incoming traffic on TCP port 5000.
{% endhint %}

{% hint style="danger" %}

### Security notice

Gunbot is intended to run on your local system. Making the Gunbot GUI available from outside networks is inherently risky, only do so on your own responsibility.

Considerable efforts went into securing the GUI, but please understand that achieving 100% security is not realistic.
{% endhint %}


---

# 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://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/arm.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.
