# Set-Up (Download)

***

> **ℹ️ Minimum System Requirements**
>
> **Computer**
>
> * Operating System: macOS, Windows 10 (64-bit), Linux
> * GPU: For screen mirroring 20 or more phones, a moderate performance graphics card is recommended. Some integrated graphics (APUs) have proven sufficient for light workloads.
>
> **Phone**
>
> * Operating System: Android 9 or higher

## Installing Cellhasher Control

> **ℹ️ Note:** You may receive a warning prompt when opening the application. This is due to Cellhasher Control being in beta release and will be resolved at full release.

1. [Download the latest release for your OS here.](https://github.com/CellHasher/Beta-Cellhasher/releases)
2. Run the installer and follow the on-screen instructions.
3. Cellhasher Control is in beta — check the GitHub releases page regularly for new builds.

## Next Steps

#### 1. Configure Settings

Head to [settings.md](/docs/cellhasher-control/tabs-walkthrough/settings.md) to set paths to use certain features and import ADB Authorization Key files.

#### 2. Allow USB Debugging on your devices

Allow USB Debugging on your devices if you haven't already. Go to [enabling-usb-and-wireless-debugging.md](/docs/additional-docs/enabling-usb-and-wireless-debugging.md) so that your phones can connect to your computer.


---

# 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://cellhasher.gitbook.io/docs/cellhasher-control/set-up-download.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.
