StarCluster is open-source software under an LGPL license.
The latest stable release for StarCluster is version 0.95.6. It is recommended to follow the pypi installation procedure in the documentation if you're going to use the stable release. The direct download is provided here for convenience.
This release is also available via the PYthon Package Index (PYPI)
For instructions on how to install StarCluster after downloading, please refer to the documentation.
WARNING: This download is a snapshot of the latest development code from github. Although we try to keep the latest code functional, please be aware that things may break and that you use the latest development code at your own risk.
You can download the latest development snapshot as a zip or tar file.
For instructions on how to install StarCluster after downloading, please refer to the documentation.
WARNING: This will download the latest development code from github using git. Although we try to keep the latest code functional, please be aware that things may break and that you use the development code at your own risk.
NOTE: Use the development snapshot method above if you do not wish to use git.
If you plan to frequently install the latest development code from time to time to test new features or bug fixes you should instead download the code using git.This will allow easily "pulling" the latest development code changes from github later on.
To download the latest development code from github using git:
$ git clone git://github.com/jtriley/StarCluster.git
This will create a "StarCluster" folder in the current directory. Later on you can fetch the latest development code updates using:
$ cd StarCluster
$ git pull
For instructions on how to install StarCluster after downloading, please refer to the documentation.