Skip to main content
This guide covers the recommended installation method using Docker Compose. This ensures a consistent environment across different platforms (Linux, macOS, Windows) and simplifies dependency management.

Prerequisites

Step-by-Step Installation

This command will:

  1. Pull the Figranium Docker image from GHCR.
  2. Start the container and map the necessary ports.
  3. Mount local directories to persist your tasks, settings, and captures.

4. Access the Application

Once the container is running, open your browser and navigate to: http://localhost:11345 You should see the setup screen.

Managing the Container

View Logs

To view the application logs:

Stop the Application

To stop the container:

Update the Application

To update to the latest version, pull the latest image and restart:

Volume Persistence

Figranium uses volume mounts to ensure your data persists even if you delete the container.
  • ./data: Stores tasks.json, proxies.json, settings.json, and execution logs.
  • ./captures: Stores screenshots and recordings.
If you need to backup your data, simply copy these folders.