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

# Setup & Installation

> Get started with MarinaBox in minutes

## Prerequisites

Before installing MarinaBox, ensure you have the following:

* Docker ([install Docker](https://docs.docker.com/get-docker/))
* Python 3.12 or higher
* pip (Python package installer)

## Video Tutorial

<iframe width="100%" height="400" src="https://www.youtube.com/embed/kURXKpFtTKM" title="MarinaBox Installation Tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Installation Steps

### 1. Install Docker Images

First, pull the required Docker images:

```bash theme={null}
docker pull marinabox/marinabox-browser:latest
docker pull marinabox/marinabox-desktop:latest
```

### 2. Install MarinaBox Package

Install the MarinaBox Python package using pip:

```bash theme={null}
pip install marinabox
```

## Important Note

The provided Docker images are built for Mac ARM64 architecture (Apple Silicon). If you're using a different architecture, follow these steps:

1. Clone the sandbox repository:

```bash theme={null}
git clone https://github.com/marinabox/marinabox-sandbox
```

2. Build the images for your target platform:

```bash theme={null}
docker build --platform <your-platform> -f Dockerfile.chromium -t marinabox/marinabox-browser .
docker build --platform <your-platform> -f Dockerfile.desktop -t marinabox/marinabox-desktop .
```

***

### Get Support & Join Our Community

* Discord: [https://discord.gg/nAyFBSSU87](https://discord.gg/nAyFBSSU87)
* Email: [askmarinabox@gmail.com](mailto:askmarinabox@gmail.com)
