Installation
Prerequisites
Section titled “Prerequisites”clonit drives the native database tools, so the PostgreSQL client tools (pg_dump,
pg_restore, psql) must be available in your PATH:
pg_dump --versionpg_restore --versionpsql --versionInstall
Section titled “Install”brew install joescharf/tap/clonitUpgrade later with brew upgrade clonit. The macOS build is signed and notarized by
Apple.
Download the archive for your platform, extract it, and move the clonit binary
onto your PATH (e.g. /usr/local/bin):
| Platform | Download |
|---|---|
| macOS (universal) | clonit_Darwin_universal.zip |
| Linux (x86_64) | clonit_Linux_x86_64.tar.gz |
| Linux (arm64) | clonit_Linux_arm64.tar.gz |
| Windows (x86_64) | clonit_Windows_x86_64.zip |
docker pull ghcr.io/joescharf/clonit:latestdocker run --rm ghcr.io/joescharf/clonit:latest versionThe image’s default command is clonit serve (web UI on port 8484).
Verify
Section titled “Verify”clonit versionThis prints the version, commit hash, and build date. Next, head to the Quick Start.