# macOS installation

## Instructions

1. Unpack the release .zip file to a new folder.
2. Start running Gunbot with the following command from a terminal in your Gunbot folder:  `./gunthy-macos`. Keep this terminal window open.
3. Open [localhost:5000](http://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](https://gunthy.gitbook.io/wiki/setup-and-general-settings/profile-settings/connect-exchange) in Gunbot before starting the bot core for the first time.

{% hint style="success" %}
System security settings may show that the `gunthy-macos` file is damaged or dangerous.\
One way to disable the OS restrictions on the Gunbot folder is using this command in a terminal window: `xattr -d -r com.apple.quarantine <foldername>`

To run on an M1 processor, create a Rosetta terminal ([see step 1 here](https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development)) and use that terminal to launch Gunbot.
{% endhint %}

{% 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 %}

## Installation steps (visual)

The following steps use the built in **Terminal** program to handle a few one time steps.

#### 1. Move the downloaded zip file to a folder where you want to unpack it

![](https://949519763-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_Rejuz9K0BDQxSQvUH%2F-MMR3rXSTJp1X1Uc1EBc%2F-MMR40nLCC7ICEDQUnXF%2Fimage.png?alt=media\&token=beeaf5ef-cfa5-48b2-91b5-0add7e9942c2)

#### 2. Unpack the file

![In a terminal window, go to the folder where the .zip file is with the cd command, then unpack the zip](https://949519763-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_Rejuz9K0BDQxSQvUH%2F-MMR3rXSTJp1X1Uc1EBc%2F-MMR4crG0SMGF4hH3l1e%2Fimage.png?alt=media\&token=63a46fc4-6117-4158-8052-7c6465c3dd44)

After you've done this, type `cd macos` to enter the actual program folder

#### 3. Remove program restrictions (to make sure macos allows running it)

![](https://949519763-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_Rejuz9K0BDQxSQvUH%2F-MMR3rXSTJp1X1Uc1EBc%2F-MMR5P63rd7qwPbHMGbZ%2Fimage.png?alt=media\&token=ffe57440-dd12-4e90-a9c4-e4b3cde113d4)

Type `xattr -d -r com.apple.quarantine <foldername>` to remove gatekeeper restrictions. Instead of \<foldername>, use the full path to the folder where you have unpacked Gunbot.

#### 4. Make sure the gunthy-macos file is executable

Type `chmod +x gunthy-macos` to make sure it can be ran as a program.

#### 5. Start the bot

Type `./gunthy-macos` to start running the software.

You can now access it in your browser using this link: <http://localhost:5000>


---

# 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/macos.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.
