Fluidity is distributed free of charge under the GNU Lesser General Public License (LGPL). As with all open source code, the source code is readily available to download and install. In addition, we fully support Fluidity on the latest Ubuntu and CentOS/RHEL (Linux) operating systems.
The Fluidity source code is held (under Git version control) in a GitHub repository, and can be explored here. For those wishing to use the "bleeding edge" version of Fluidity, feel free to download the 'master' branch of the repository. For those wishing to use the official releases, please check out the releases page.
Fluidity is primarily supported on two Linux platforms: Ubuntu LTS 14.04 and 16.04, and CentOS/RHEL 6 and 7. Installation of the binary Fluidity package on a clean install for either platform should be straightforward.
To install on Ubuntu LTS, type:
sudo apt-add-repository ppa:fluidity-core/ppa
sudo apt-get update
sudo apt-get install fluidity
To install on CentOS/RHEL 6, type:
sudo yum-config-manager --add-repo http://fluidityproject.github.com/yum/fluidity-rhel6.repo
sudo yum install fluidity
To install on CentOS/RHEL 7, type as above but replacing 'rhel6' with 'rhel7' in the first command.
You will find more information in our wiki.
Limited support is available towards installation of Fluidity on other platforms. Please consult our wiki for more details.