Download

amd64 live ISO — boot for a lab session or run the graphical installer to disk.

Current image

HackMiami-amd64-202609130842.iso (~5.6 GiB). UEFI boot.

8 GiB RAM recommended for the live memdisk path. Guests with less often fail after boot with an empty root.

SHA256

ef96d105f7824865789a0ac038ca2edb69fa9db88eed2e46494cb59ded26a30f
Checksum file: SHA256 Verify before writing media.

Verify

shell — verify ISO
sha256 -c ef96d105f7824865789a0ac038ca2edb69fa9db88eed2e46494cb59ded26a30f HackMiami-amd64-202609130842.iso
sha256 -c takes the digest, then the file. The .sha256 file uses SHA256 (file) = … form.

Verify with sha256sum

shell — hash the ISO
sha256sum HackMiami-amd64-202609130842.iso
# compare to the digest above
If your sha256sum -c expects GNU format, compare the printed digest to the box above instead.