--- parent: Command line reference nav_order: 2 --- # coreos-installer download ``` Download a CoreOS image Usage: coreos-installer download [OPTIONS] Options: -s, --stream Fedora CoreOS stream [default: stable] -a, --architecture Target CPU architecture [default: x86_64] -p, --platform Fedora CoreOS platform name [default: metal] -f, --format Image format [default: raw.xz] -u, --image-url Manually specify the image URL -C, --directory Destination directory [default: .] -d, --decompress Decompress image and don't save signature --insecure Allow unsigned image --stream-base-url Base URL for Fedora CoreOS stream metadata --fetch-retries Fetch retries, or "infinite" [default: 0] -h, --help Print help ```