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

A libre version of Arch Linux

You've reached the website for {{BRANDING_DISTRONAME}}, a project aiming to provide a fully free (as in freedom) derivative of Arch Linux, the lightweight and flexible GNU/Linux distribution that tries to Keep It Simple.

Currently we provide the official packages from Arch that meet the FSDG, replacements for those that don't, and our own additions, all of them optimized for the i686, x86-64, and mips64el architectures.

Our strong community is diverse and helpful. Please check out our IRC channel 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 59 main-page-right secure %} {% comment %}
donate button would go here
{% endcomment %}
GNU Chile - Donates the .org domain Venenux GNU/Linux - Donates the repo, wiki and lists hosting NaltĂș - Donates the website, bugs, projects and ABSLibre hosting Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture
{% endcache %} {% endblock %} {% block script_block %} {% load cdn %}{% jquery %} {% endblock %}