Download Caddy

    You can download Caddy from GitHub, where new releases are immediately published.

    Using :

    Using wget:

    1. wget "https://github.com/caddyserver/caddy/releases/latest/download/ASSET"

    Docker

    View on Docker Hub

    1. echo "deb [trusted=yes] https://apt.fury.io/caddy/ /" \
    2. | sudo tee -a /etc/apt/sources.list.d/caddy-fury.list
    3. sudo apt install caddy

    Installing this package automatically starts and runs Caddy for you.

    Fedora, RedHat, CentOS

    Fedora or RHEL/CentOS 8:

    1. yum install yum-plugin-copr
    2. yum install caddy

    View the Caddy COPR

    macOS