Skip to content

Installation

Requirements

  • Python 3.10 or higher (Python 3.13 recommended)

We recommend using uv for installation as it provides an isolated environment, preventing dependency conflicts.

uv tool install --python 3.13 cloninator

This installs cloninator as a standalone tool with its own Python environment.

Alternative Methods

Using pip

pip install cloninator

From Source

git clone https://github.com/spapanik/cloninator.git
cd cloninator
uv sync
uv run cloninator --help

Verify Installation

cloninator --version

Next Steps

After installation, see the Quick Start Guide to create your first configuration.