Download & Install
v1.0.33One 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.
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…
& ([scriptblock]::Create((irm https://store.createrun.ai/installer/install.ps1)))
Run as-is to print the full usage reference, then append your install options after the closing parenthesis. The script requests elevation itself when needed.
From a plain Command Prompt: curl.exe -fsSLo install.cmd https://store.createrun.ai/installer/install.cmd && install.cmd
CLI package — Windows x64
- File
- setup-1.0.33-win-x64.zip
- Size
- 6.3 MB
- SHA-256
- 1d2f7b31fc59…
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…
Setup.UI — Windows x64
- File
- setup-ui-1.0.33-win-x64.zip
- Size
- 47.4 MB
- SHA-256
- 00d34a1af9f2…
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.
echo "d6ce5d7e0651dc860474f3214c340312cf6a5d88c70cd8f2ad46d4027e631fa0 setup-1.0.33-linux-x64.tar.gz" | sha256sum --check
(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.