This is a fork of MyOpenLab, which became unmaintained in 2020. The original sources were gathered from https://sourceforge.net/p/myopenlab3/code/HEAD/tree/.
MyLibreLab is currently under heavy development (early alpha stage), and it's not yet functional. If you are looking for a fully functional and stable version, check out original archived MyOpenLab.
- Provides self-contained distribution. No need to install any Java distribution any more.
- Built using modern Java 15 technology
- Maintained on GitHub
- Clone MyLibreLab:
git clone https://github.com/MyLibreLab/MyLibreLab.git
- Run with gradle:
cd MyLibreLab
./gradlew run
A working Java 15 installation is required. In the command line (terminal in Linux, cmd in Windows) run javac -version
and make sure that the reported version is Java 15 (e.g javac 15
). If javac
is not found or a wrong version is reported, check your PATH environment variable, your JAVA_HOME
environment variable or install the most recent JDK.
Download the JDK from https://jdk.java.net/. On Windows, you can execute choco install openjdk
(requires installation of chocolatey - a package manager for Windows).