Obtain the JOREK Source Code

JOREK is open-source software. Its public repository is hosted on GitHub:

https://github.com/iterorganization/JOREK

Clone with SSH

Use SSH if you have added an SSH key to your GitHub account and plan to push changes to a fork. See GitHub's guide to connecting to GitHub with SSH to set up your SSH keys:

git clone git@github.com:iterorganization/JOREK.git
cd JOREK

The main development branch is develop. Note that all developments have to be performed in forks, more infos in the link below.

Contributing and Issues