{% extends "master.html" %} {% block title %}Home{% endblock %} {%block tag %}home{% endblock %} {% block content %}

Fedora Public Active Mirrors

Fedora is distributed to millions of systems globally. This would not be possible without the donations of time, disk space, and bandwidth by hundreds of volunteer system administrators and their companies or institutions. Your fast download experience is made possible by these donations.

To become a public Fedora mirror, please see our wiki page on Mirroring.

You may trim the selection through the links on the right, or see the whole list.

I2 means both Internet2 and its peer high speed research and development networks globally.

{% for product in products %} {% for version in product.displayed_versions %} {% if not loop.first %} {% if loop.last %} {% else %} {% endif %} {% endif %} {% for arch in arches %} {% if arch in version.arches %} {% else %} {% endif %} {% endfor %} {% if not loop.last %} {% endif %} {% endfor %} {% endfor %}
Mirror list filtering matrix
Projects Versions Architectures
{{product.name}}
{{ version.display_name or version.name }} {{ arch }}
{% endblock %}