{% extends "base.html" %} {% load cache %} {% load static from staticfiles %} {% load wiki %} {% block head %} {% endblock %} {% block content_left %} {% cache 62 main-page-left secure %}

A simple, lightweight distribution

You've reached the website for {{ BRANDING_DISTRONAME }}, a lightweight and flexible Linux® distribution that tries to Keep It Simple.

Currently we have official packages optimized for the i686 and x86-64 architectures. We complement our official package sets with a community-operated package repository that grows in size and quality each and every day.

Our strong community is diverse and helpful, and we pride ourselves on the range of skillsets and uses for Arch that stem from it. Please check out our forums and mailing lists to get your feet wet. Also glance through our wiki if you want to learn more about {{ BRANDING_SHORTNAME }}.

Learn more...

Latest News

RSS Feed {% for news in news_updates %}{% if forloop.counter0 < 5 %}

{{ news.title }}

{{ news.postdate|date }}

{% if forloop.counter0 == 0 %}{{ news.html|truncatewords_html:300 }} {% else %}{{ news.html|truncatewords_html:100 }}{% endif %}
{% else %}{% if forloop.counter0 == 5 %}

Older News

{% endif %}
{{ news.postdate|date }}
{{ news.title }}
{% if forloop.last %}
{% endif %} {% endif %}{% endfor %}
{% endcache %} {% endblock %} {% block content_right %} {% cache 59 main-page-updates user.is_authenticated %}

Recent Updates (more)

RSS Feed {% for update in pkg_updates %} {% endfor %}
{{ update.pkgbase }} {{ update.version }} {% for pkg in update.package_links %}{{ pkg.arch }}{% if not forloop.last %}/{% endif %}{% endfor %}
{% endcache %} {% cache 115 main-page-right secure %}
Donate via Click&Pledge to Arch Linux
Velocity Network - It's about time
{% endcache %} {% endblock %} {% block script_block %} {% load cdn %}{% jquery %} {% endblock %}