Download GOLEM
GOLEM is available as a .jar package and a macintosh .app for use on- or off- line as a stand-alone package. You will need to have Java (v.1.4.2 or greater) installed on your system to run GOLEM. Most Windows systems will be able to launch GOLEM by double clicking on the downloaded .jar package file. To run GOLEM from the command line use the command:
java -jar GOLEM.jar

If you are loading a large ontology or annotations file (such as Human annotations) you may need to allocate more memory for the Java virtual machine. You can do this by running the application with the -Xmx flag such as in the command:
java -Xmx512m -jar GOLEM.jar

GOLEM.jar (or GOLEM.app), along with a README file and a launch script are available in a .zip file. Use WinZip, StuffitExpander, or Unix/ Linux unzip to decompress the archive. Source code (including Eclipse project files) are also available.