Guide
Fetch the latest release of a GNU/Linux distribution:
$ wget getdistro.co/fedora -O fedora.iso
Fetch the latest Ubuntu LTS:
$ wget getdistro.co/ubuntu/lts -O ubuntu.iso
Fetch openSUSE Tumbleweed network image:
$ wget getdistro.co/opensuse/tumbleweed/net -O opensuse.iso
Fetch the KDE spin of a distribution:
$ wget getdistro.co/fedora/kde -O fedora.iso
FAQ
Are you hosting a copy of each distribution?
No, I'm redirecting to the download link found on each distribution's website.
My distribution isn't listed, can you add it?
Yes, you can request a distribution to be added here.
Can 32-bit distributions be downloaded?
Currently, 32-bit releases are not supported, but may be in the future.
How can I get the original file name using wget?
$ wget getdistro.co/fedora --content-disposition
Supported Distros