Downloads

Various flavours of Binary bundles to download and install

The information about the latest release:

For LUWRAIN we apply CI/CD practices. It builds distributions from the most recent commit of the source code in our Git repository. This allows users to quickly and efficiently get up-to-date versions of LUWRAIN, ensuring that they comply with the latest changes in the code.

The project maintaines the creation of distributions for various operating systems, which significantly expands their accessibility and usability for end-users.

Below are two links to software distributions. The first link leads to a distribution specifically designed for Microsoft Windows. It contains an embedded Java Runtime Environment (JRE), which allows you to run LUWRAIN without additional installations. The  second link suggests a universal distribution that is suitable for both Windows and Linux. Unlike the first option, this distribution doesn't include JRE, so you will need to install Java on your system manually. Choose the appropriate option depending on your operating system and preferences:

APT repos for Debian-based distributions

LUWRAIN can be installed on some Linux systems using Advanced Package Tool (APT). With APT, users can get updates of LUWRAIN snapshots immediately after new commits appear in the Git repository. At the moment we support the distributions listed below, but we hope that there will be more soon.

All of them have the same repo address, which is https://luwrain.org/snapshot/apt/, but with different component names. It's a list of variants of entries for sources.list files in APT configuration:

For Ubuntu Linux 24.04 (Noble Numbat):


deb [arch=amd64 signed-by=/usr/share/keyrings/luwrain-dpkg.gpg] https://luwrain.org/snapshot/apt/ noble luwrain

For Ubuntu Linux 24.04 (Noble Numbat):


deb [arch=amd64 signed-by=/usr/share/keyrings/luwrain-dpkg.gpg] https://luwrain.org/snapshot/apt/ jammy luwrain

In order to enable the repo in your configuration, you should save the line which corresponds to your system in any *.list file in /etc/apt/sources.list.d. For example, you can put the line to /etc/apt/sources.list.d/luwrain.list. In addition, you need to register our public key in your system to let APT be sure that the downloaded packages aren't compromised and don't` contain any malware. Please download the key by this link and save it as /usr/share/keyrings/luwrain-dpkg.gpg.

Once you have enabled the repository and setup the key, you can install LUWRAIN by issuing the following couple of commands:


sudo apt-get update
sudo apt-get install luwrain-snapshot