> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maestrobots.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 📥 Installation

> Download and install Maestro Scraper on macOS, Windows, or Linux.

Follow these steps to download and install Maestro Scraper on your platform.

## Download

Download the latest release ([v1.3.0](https://github.com/MaestroBots/MaestroScraper/releases/tag/v1.3.0)) for your platform:

| Platform                  | File                                                                                                                                        |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Windows**               | [`maestro-scraper-1.3.0-x64.exe`](https://github.com/MaestroBots/MaestroScraper/releases/download/v1.3.0/maestro-scraper-1.3.0-x64.exe)     |
| **macOS (Intel)**         | [`maestro-scraper-1.3.0-x64.dmg`](https://github.com/MaestroBots/MaestroScraper/releases/download/v1.3.0/maestro-scraper-1.3.0-x64.dmg)     |
| **macOS (Apple Silicon)** | [`maestro-scraper-1.3.0-arm64.dmg`](https://github.com/MaestroBots/MaestroScraper/releases/download/v1.3.0/maestro-scraper-1.3.0-arm64.dmg) |
| **Linux (x64)**           | [`maestro-scraper-1.3.0-amd64.deb`](https://github.com/MaestroBots/MaestroScraper/releases/download/v1.3.0/maestro-scraper-1.3.0-amd64.deb) |
| **Linux (arm64)**         | [`maestro-scraper-1.3.0-arm64.deb`](https://github.com/MaestroBots/MaestroScraper/releases/download/v1.3.0/maestro-scraper-1.3.0-arm64.deb) |

## Install

### macOS

Since the app is not signed with an Apple Developer certificate, macOS will show a warning:

<Warning>
  **macOS will show a warning**

  **"Maestro Scraper" was blocked to protect your Mac.**

  Apple could not verify "Maestro Scraper" is free of malware that may harm your Mac or compromise your privacy.
</Warning>

To install:

1. Open the `.dmg` file and drag the app to Applications
2. When the warning appears, click **Open Anyway**, or go to **System Settings → Privacy & Security**, scroll down, and click **Open Anyway** next to the Maestro Scraper message
3. You only need to do this once. Subsequent launches will work normally

### Windows

Windows Defender SmartScreen may show a warning:

<Warning>
  **Windows SmartScreen will show a warning**

  **Windows protected your PC**

  Microsoft Defender SmartScreen prevented an unrecognized app from starting.
</Warning>

To install:

1. Run the `.exe` installer
2. When the SmartScreen warning appears, click **More info**
3. Click **Run anyway**
4. Follow the installer prompts to complete the installation

### Linux

```bash theme={null}
sudo dpkg -i maestro-scraper-*.deb
```
