Get SynthOrg
Install the CLI to set up and manage your synthetic organization in seconds.
Quick Install
Linux / macOS
$ curl -sSfL https://synthorg.io/get/install.sh | bash Windows (PowerShell)
PS> irm https://synthorg.io/get/install.ps1 | iex Then set up and start your organization:
$ synthorg init # interactive setup wizard
$ synthorg start # pull images + start containers
The web dashboard opens at http://localhost:3000 (default).
Other Options
Look before you pipe
Review the exact scripts the install commands run. They download a binary from GitHub Releases, verify its SHA-256 checksum, and place it in your PATH. Each release also includes SLSA Level 3 provenance attestations for independent verification.
Direct Download
Download the install scripts and run them locally instead of piping from the network.
Then run: bash install.sh or .\install.ps1
Manual Binary
Skip the install script -- grab the binary directly from GitHub Releases.
- 1 Download archive from latest release
- 2 Verify with
sha256sum -c checksums.txt - 3 Extract and move to your
PATH
Each release includes SLSA L3 provenance -- verify with
gh attestation verify <archive> -R Aureliolo/synthorg
(docs).
Skip the CLI entirely
The CLI automates Docker Compose setup, image pulling, health checks, and updates. If you're comfortable with Docker, run the containers directly.
Manual Docker Compose setup