> 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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bluetext.dev/polytope/installation-for-macos-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
