Download the Caddy binary
Caddy ships as a single executable file — no installer, no dependencies. Go to the GitHub Releases page and grab the file that matches your OS and CPU. Rename it to 'caddy' (or 'caddy.exe' on Windows) and put it somewhere easy to find, like your home folder or Desktop. On macOS/Linux you also need to make it runnable.
Wrong architecture downloaded (e.g. amd64 on an Apple Silicon Mac)
Check your CPU: on Mac run 'uname -m' — arm64 = Apple Silicon, x86_64 = Intel. Pick the matching file from the Releases page.
