The CouchDB source code can be found in the Subversion repository, which can also be browsed online.

You can check out the code using the svn command:

    svn co <a href="http://svn.apache.org/repos/asf/couchdb/trunk">http://svn.apache.org/repos/asf/couchdb/trunk</a> couchdb

Committers should use the secure repository:

    svn co <a href="https://svn.apache.org/repos/asf/couchdb/trunk">https://svn.apache.org/repos/asf/couchdb/trunk</a> couchdb

Read more about version control at the Apache Software Foundation.

Read the README file for install instructions: CouchDB README