> For the complete documentation index, see [llms.txt](https://docs.bluetext.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluetext.dev/polytope/installation-for-macos-users.md).

# Installation For MacOS Users

### Install Brew

You can install Homebrew with the following command (source: <https://brew.sh/>).

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Brew makes it super easy to install Polytope and all dependencies on macOS.&#x20;

### **Install Dependencies**

```bash
brew update
brew install docker
brew install --cask orbstack
```

If you already have docker installed, brew will ask if you want to upgrade it. Answer yes, because we depend on the latest version of Docker to be installed.&#x20;

### **Install Polytope**

To install the latest release of Polytope, run the following command in your terminal.

```
curl -s https://polytope.com/install.sh | sh -s
```

### Launch OrbStack&#x20;

**Attention!** Use OrbStack instead of Docker Desktop. Make sure that Docker Desktop is not running. Docker Desktop is much less efficient on macOS than OrbStack. Running Cillers on Docker Desktop will not work unless you have a very powerful computer.&#x20;

Allocate at least 8GB to OrbStack.

1. Open the OrbStack application.&#x20;

<figure><img src="/files/suuXwVJoqdKPUM0LLCfn" alt="" width="375"><figcaption></figcaption></figure>

2. Open Settings.

<figure><img src="/files/30pKegyuhWBtMQfYU9En" alt="" width="259"><figcaption></figcaption></figure>

3. Click System.&#x20;

<figure><img src="/files/Yrt1VCMi1Fbo0V1klekZ" alt="" width="336"><figcaption></figcaption></figure>

4. Increase memory limit to at least 8 GiB, preferably 12 GiB or more.&#x20;

<figure><img src="/files/vZhRNVWsgFFbITMGpfRx" alt="" width="375"><figcaption></figcaption></figure>
