{% extends "base.html" %} {% block content %}

Donate to Arch Linux

Arch Linux survives because of the tireless efforts of many people in the community and the core development circle. None of us are paid for our work, and we don't have the personal funds to sustain server costs ourselves.

There are many ways to help Arch Linux. If technical development, documentation, or support aren't your strong points, you could certainly help us by dropping a few bucks our way.

Many thanks!



Past Donors

{% for donor in slice1 %} {{ donor.name }}
{% endfor %}
{% for donor in slice2 %} {{ donor.name }}
{% endfor %}
{% for donor in slice3 %} {{ donor.name }}
{% endfor %}
{% for donor in slice4 %} {{ donor.name }}
{% endfor %}


{% endblock %}