Prerequisites

Before installing MarinaBox, ensure you have the following:

  • Docker (install Docker)
  • Python 3.12 or higher
  • pip (Python package installer)

Video Tutorial

Installation Steps

1. Install Docker Images

First, pull the required Docker images:

docker pull marinabox/marinabox-browser:latest
docker pull marinabox/marinabox-desktop:latest

2. Install MarinaBox Package

Install the MarinaBox Python package using pip:

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:
git clone https://github.com/marinabox/marinabox-sandbox
  1. Build the images for your target platform:
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