GNU/Linux

Now, the debian package is distributed in two packages. The first package siril-common, must be installed first and is compatible for all architectures. The second one, depends of the system you have:

 $ sudo apt-get install siril
  • Ubuntu / Linux Mint:
 $ sudo add-apt-repository ppa:lock042/siril
 $ sudo apt-get update
 $ sudo apt-get install siril
  • Fedora, Mageia 6: All
 # dnf install siril
  • Arch Linux has both the release version and the git development version in the user repository (AUR).
  • AppImage: If you don't find a package for your distribution, you can try to download the AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.

WARNING: In the AppImage, Siril is shipped with an old version of opencv that is not compatible with the new CLAHE filter. In consequence, this feature is not available in the AppImage bundle.