Apache Software Foundation - Index of /dist/incubator

Apache Incubator distribution directory

The directories listed below contain current releases from Apache Incubator projects ("podlings"). Older releases are archived.

To find the complete download and installation instructions and other information for a particular project, start at the project's own webpage. Find them via Incubator projects listing, rather than browsing the directories below.

Important notices

Each Apache Incubator podling is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Please visit and contribute to Incubator projects and assist them to mature.

Verify md5sums and PGP/GPG signatures of all downloaded artefacts.

Save apache.org bandwidth:
If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.

Incubator projects

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]HEADER.html2022-11-17 15:54 1.9K 
[TXT]README.html2022-11-17 15:54 2.2K 
[DIR]abdera/2008-04-11 20:48 -  
[DIR]ace/2011-06-01 15:45 -  
[DIR]bluesky/2009-12-10 18:29 -  
[DIR]buildr/2008-10-17 07:33 -  
[DIR]bval/2011-06-04 01:25 -  
[DIR]cassandra/2010-02-26 23:38 -  
[DIR]clerezza/2011-07-14 18:52 -  
[DIR]click/2009-02-18 23:15 -  
[DIR]couchdb/2008-08-16 19:11 -  
[DIR]deltacloud/2011-04-29 00:57 -  
[DIR]empire-db/2011-07-04 10:09 -  
[DIR]esme/2010-01-28 15:03 -  
[DIR]etch/2010-10-19 12:08 -  
[DIR]gora/2011-04-06 13:20 -  
[DIR]hama/2011-07-28 13:37 -  
[DIR]hcatalog/2011-06-17 18:05 -  
[DIR]imperius/2010-04-12 18:30 -  
[DIR]isis/2011-07-14 00:34 -  
[DIR]jspwiki/2009-05-28 22:43 -  
[DIR]kato/2010-02-09 19:20 -  
[DIR]libcloud/2010-02-18 03:17 -  
[DIR]log4php/2009-12-12 20:54 -  
[DIR]lucene.net/2011-03-06 04:22 -  
[DIR]lucy/2011-08-11 04:59 -  
[DIR]manifoldcf/2011-06-30 17:13 -  
[DIR]nmaven/2008-03-30 15:00 -  
[DIR]npanday/2011-05-16 08:04 -  
[DIR]olio/2011-06-14 02:23 -  
[DIR]opennlp/2011-05-02 19:44 -  
[DIR]openwebbeans/2009-09-30 21:56 -  
[DIR]photark/2011-03-11 19:53 -  
[DIR]pig/2008-09-11 00:33 -  
[DIR]pivot/2010-01-18 04:22 -  
[DIR]rat/2010-08-10 01:48 -  
[DIR]rave/2011-07-08 21:30 -  
[DIR]river/2010-05-02 02:17 -  
[DIR]sanselan/2009-02-14 16:55 -  
[DIR]shindig/2009-12-14 21:08 -  
[DIR]sis/2010-11-15 07:19 -  
[DIR]stonehenge/2010-07-10 20:47 -  
[DIR]thrift/2009-12-12 07:50 -  
[DIR]tika/2008-01-07 17:57 -  
[DIR]trafficserver/2010-02-24 01:47 -  
[DIR]tuscany/2008-11-26 19:47 -  
[DIR]uima/2011-06-05 18:00 -  
[DIR]vcl/2011-04-08 16:21 -  
[DIR]whirr/2011-08-28 02:15 -  
[DIR]wink/2011-06-04 09:28 -  

Verify downloaded artefacts

It is essential that you verify the integrity of the downloaded files using the MD5 and PGP signatures. MD5 verification ensures the file was not corrupted or tampered with. PGP verification ensures that the file came from a certain person.

Each project will probably have its own instructions on its download page. If not, then the following notes will help.

PGP signature

The PGP signatures can be verified using PGP or GPG. First download the project's KEYS file as well as the *.asc signature file for the particular artefact. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using ...

% pgpk -a KEYS
% pgpv apache-podling-X.Y-incubating-src.tar.gz.asc

or

% pgp -ka KEYS
% pgp apache-podling-X.Y-incubating-src.tar.gz.asc

or

% gpg --import KEYS
% gpg --verify apache-podling-X.Y-incubating-src.tar.gz.asc

MD5 checksum

To verify the MD5 checksum on the files, you need to use a program called md5 or md5sum, which is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here or an openssl client from here.

% md5sum apache-podling-X.Y-incubating-src.tar.gz
... output should match the string in apache-podling-X.Y-incubating-src.tar.gz.md5

We strongly recommend that you verify your downloads with both PGP and MD5.