{% extends "base.html" %} {% load cache %} {% load url from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Downloads{% endblock %} {% block navbarclass %}anb-download{% endblock %} {% block content %}

Arch Linux Downloads

{% with "2011.08.19" as version %}

Release Info

All available images can be burned to a CD, mounted as an ISO file, or be directly written to a USB stick using a utility like `dd`. These are intended for new installations only; an existing Arch Linux system can always be updated with `pacman -Syu`.

Links and Instructions:

Existing Arch Users

If you are an existing Arch user, there is no need to download a new ISO to update your existing system. You may be looking for an updated mirrorlist instead.

BitTorrent Download (recommended)

If you can spare the bytes, please leave the client open after your download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.

Format i686 CPU x86-64 CPU Dual Architecture Description
Netinstall Image Download Download Download Downloads and installs packages versions via mirrors for absolute freshness.
Core Image Download Download Download Core packages are included on the media. Good for basic off-line installation.

Get Arch Linux on CD

The following suppliers donate a portion of their proceeds to the Arch Linux project:

Arch Linux CDs are also available for purchase from these suppliers:

Test ISO Info

We provide daily snapshot ISOs. Those are largely untested, but may be more up to date than the releases.

HTTP Direct Downloads

In addition to the BitTorrent links above, install images can also be downloaded via HTTP from the mirror sites listed below. Please ensure the download image matches the checksum from the md5sums.txt or sha1sums.txt file in the same directory as the image.

Checksums

File integrity checksums for the latest releases can be found below:

{% cache 600 download-mirrors %}
{% regroup mirror_urls by real_country as grouped_urls %} {% for country in grouped_urls %} {% if country.grouper %}
{{ country.grouper.name }}
{% else %}
Worldwide
{% endif %} {% endfor %}
{% endcache %} {% endwith %}

If you want to become an Official Arch Linux Mirror please follow the instructions listed here.

{% endblock %}