{% extends "base.html" %} {% block head %} {% endblock %} {% block content_left %}

Welcome to Arch!

You've reached the website for Arch Linux, 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 Arch.

Learn more...



RSS Feed

Latest News

{% for news in news_updates %} {{ news.postdate }}

{{ news.title }}

{{ news.content|striptags|truncatewords:60 }}



{% endfor %}
{% endblock %} {% block content_right %}

RSS Feed

Recent Updates

{% for pkg in pkg_updates %} {% endfor %}
{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }} {{ pkg.category.category }}

Package Repositories

{% for repo in repos %} {% endfor %}

Releases

0.8 _________ pending
0.7.2 Gimmick 2006-05-23
0.7.1 Noodle 2006-01-05
0.7 Wombat 2005-01-24
0.6 Widget 2004-03-01
0.5 Nova 2003-07-21
0.4 Dragon 2002-12-18
0.3 Firefly 2002-08-07
0.2 Vega 2002-04-17
0.1 Homer 2002-03-11

Documentation:

Support Arch:

Community Links:

Development:

{% endblock %}