# CMai OS Releases (releases.cmaios.net) > The official place to download CMai OS Server Edition installation ISOs. amd64 (x86-64) only. Every release has a SHA-256 digest (.sha256) and build information (-BUILD.txt) beside it. `cmaios-latest-amd64.iso` always points at the newest release; the three newest builds are kept. Turkish version: https://releases.cmaios.net/llms.txt ## Files - https://releases.cmaios.net/cmaios-latest-amd64.iso — the current ISO - https://releases.cmaios.net/latest.json — {version, iso, sha256, built, seconds} - https://releases.cmaios.net/index.json — every release: {latest, versions:[{version, build, date, commit, sha256, iso, size, files:[{name, kind, size, mtime}]}]} - https://releases.cmaios.net/cmaios--amd64.iso · .sha256 · -BUILD.txt · -build.log — direct downloads - https://releases.cmaios.net/browse/ — the raw directory listing ## Verification curl -LO https://releases.cmaios.net/cmaios-latest-amd64.iso sha256sum -c cmaios--amd64.iso.sha256 # Linux/macOS certutil -hashfile cmaios--amd64.iso SHA256 # Windows ## Version numbers `0.1.0-dev.+` — n is the build counter, sha the short git hash of the source. The installed version appears in the output of `cmai license status` and in the local panel. ## Warning The ISO installs unattended and erases the whole of the selected disk. Use it in a virtual machine or on a server dedicated to the job. ## Links - [Installation steps](https://docs.cmaios.com/en/#kurulum) - [Product site](https://cmaios.com/en/) - [Product summary (llms.txt)](https://cmaios.com/en/llms.txt)