Download
There are several ways to download Aquarium. Which way is right for you depends on how you want to use it.
Rubygems
This is the preferred approach. Non-windows users may have to use sudo. Install or update to the latest with:
gem install aquarium gem update aquarium
or if you want an older version:
gem install aquarium -v 0.1.0 gem update aquarium -v 0.1.0
Direct download
Get it from Rubyforge
Subversion
Check it out:
svn checkout svn://rubyforge.org/var/svn/aquarium/trunk aquarium_trunk
or
svn checkout svn://rubyforge.org/var/svn/aquarium/tags/0.1.5/aquarium aquarium_0.1.5
See the README for details about how to build it.