# HollaEx on macOS

### HollaEx for macOS

![](https://3965312054-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MP899VqAdyGFgLTy9SY%2F-MPHs0SVDFNdyGlwdxxY%2F-MPHs_e1LhCHB-TASrtJ%2Fimage.png?alt=media\&token=30ab4539-780d-4dc8-ab9f-cfa124a58373)

HollaEx is compatible with the Unix environment. Since macOS is Unix compliant, there are no difficulties running HollaEx on macOS. But, the auto dependencies installer would not work for macOS. This page describes a way to install the required dependencies on your Mac.

### Installing dependencies

The software mentioned below are dependencies that should be manually installed on your Mac.

* Latest Docker Desktop
* Homebrew (Package Management Software)

#### Installing Docker

You can follow [this document](https://docs.docker.com/docker-for-mac/install/) to install Docker and Docker Compose on your Mac.

{% hint style="info" %}
Once done with the installation, you need to increase the memory through **Docker Preferences** since Mac OS restricts memory usage.
{% endhint %}

Click the Docker menu in the top status bar and select **Preferences.**

![](https://3965312054-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MP899VqAdyGFgLTy9SY%2F-MPHs0SVDFNdyGlwdxxY%2F-MPHtAJ09wZ2WWqPHQTC%2FUntitled%20\(2\).png?alt=media\&token=fc00988f-66af-4c92-b86c-cab6de4e0778)

####

Go to **Resources** and increase Memory to **8GB** manually, and click the "**Apply & Restart**" button.

![](https://3965312054-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MP899VqAdyGFgLTy9SY%2F-MPHs0SVDFNdyGlwdxxY%2F-MPHt17aaeS6FaywiexQ%2FUntitled%20\(3\).png?alt=media\&token=db809acb-59d8-4e73-90f7-0e66c0299b52)

#### Installing Homebrew

The most efficient way to install jq on a Mac would probably be using homebrew. Follow the simple step below to install brew on your Mac.

Open the **Terminal** application, and then enter the following command into a single line

```
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

Enter the administrator password to begin installation (It will take a while depending on the speed of your Mac and internet connection). You will see the "Installation successful!" message once completed.

Now, you can proceed to the [Installation](https://docs.hollaex.com/get-started/on-premise-exchange-setup/installation) doc to continue.


---

# 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.hollaex.com/advanced/hollaex-on-non-linux/hollaex-on-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.
