Download & Install

v1.0.33

One command installs a complete Createrun instance: the script checks prerequisites, downloads the right package, verifies its checksum, and runs the installer.

Install with one command

Run as root or Administrator. The script requires the .NET 10 runtime — it checks for it but does not install it.

bash
curl -fsSL https://store.createrun.ai/installer/install.sh | sudo bash -s --

Run as-is to print the full usage reference, then append your install options after the trailing --. Every option is documented in the Install Guides.

CLI package — Linux x64

File
setup-1.0.33-linux-x64.tar.gz
Size
6.8 MB
SHA-256
d6ce5d7e0651…
Download setup-1.0.33-linux-x64.tar.gz

GUI installer (Setup.UI)

Prefer a guided setup? Download the graphical installer for your platform and run it locally.

Setup.UI — Linux x64

File
setup-ui-1.0.33-linux-x64.tar.gz
Size
45.2 MB
SHA-256
4d3ea1997aee…
Download setup-ui-1.0.33-linux-x64.tar.gz

Setup.UI — Windows x64

File
setup-ui-1.0.33-win-x64.zip
Size
47.4 MB
SHA-256
00d34a1af9f2…
Download setup-ui-1.0.33-win-x64.zip

Verify your download

The one-line scripts verify checksums automatically. If you downloaded a package directly, check it against the published SHA-256 before running it.

bash
echo "d6ce5d7e0651dc860474f3214c340312cf6a5d88c70cd8f2ad46d4027e631fa0  setup-1.0.33-linux-x64.tar.gz" | sha256sum --check
PowerShell
(Get-FileHash .\setup-1.0.33-win-x64.zip -Algorithm SHA256).Hash -eq "1d2f7b31fc5925f88a469fb58425213f1b117646da7d63b686a8236cdcaa5c20"

Prints True when the file matches the published checksum.

All install parameters, prerequisites, and step-by-step guides for every platform are on the Install Guides page.