Download Archiva

Archiva is distributed under the Apache License, version 2.0.

System Requirements

JDK1.6 or above
MemoryNo minimum requirement
DiskThe Archiva application is in itself about 20MB but will use more disk space to store repository contents
Operating SystemSupport for Linux, Mac OS, Solaris and Windows. Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X.

Current Release: Archiva 1.3.5

This is the currently recommended version of Archiva.

Archiva 1.3.5MirrorsChecksumSignature
Archiva 1.3.5 Standalone tar.gz md5 asc
zip md5 asc
Archiva 1.3.5 WAR war md5 asc
Archiva 1.3.5 Documentation docs zip md5 asc
Archiva 1.3.5 Sources source zip md5 asc

Preview Release: Archiva 1.4-M3

This is a preview release of the next version of Archiva.

Archiva 1.4-M3MirrorsChecksumSignature
Archiva 1.4-M3 Standalone new UI tar.gz md5 asc
zip md5 asc
Archiva 1.4-M3 WAR new UI war md5 asc
Archiva 1.4-M3 Standalone tar.gz md5 asc
zip md5 asc
Archiva 1.4-M3 WAR war md5 asc
Archiva 1.4-M3 Sources source zip md5 asc

Previous Versions

More releases are available in the Apache Archiva Archives or prior to the graduation from Maven, in the Apache Maven Archives.

Verify the integrity of the files

We recommend that you verify the integrity of the downloaded files using the PGP signatures and MD5 checksums.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the particular distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS

% pgpv $filename.tar.gz.asc

or

% pgp -ka KEYS

% pgp $filename.tar.gz.asc

or

% gpg --import KEYS

% gpg --verify $filename.tar.gz.asc

You can also verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in many Unix distributions. It is also available as part of GNU Coreutils. Windows users can get binary md5 programs from Fourmilab, PC-Tools or SlavaSoft.