Download
Self-hosted only. You run it, your token stays on your machine, and nothing is sent anywhere. Python 3.10 or newer, or Docker.
From source
The usual route. Four commands, then paste your bot token into .env.
terminal
$ git clone https://github.com/aquaxs1/Easy-Cloner.git $ cd Easy-Cloner $ pip install -r requirements.txt $ cp .env.example .env
With Docker
Keeps it running across reboots. The compose file is in the repository; the setup page covers the volumes that have to survive a restart.
terminal
$ git clone https://github.com/aquaxs1/Easy-Cloner.git $ cd Easy-Cloner && cp .env.example .env $ docker compose up -d
Why there is no hosted version
The bot needs Administrator on your server to recreate roles. Handing that to someone else's instance means trusting them with your server; running it yourself means the token never leaves your machine. That is the whole reason it is distributed this way, and it is not going to change.