Download Lorg
Lorg is an open source software. You can access to the web app version or download the CLI version. All the code is available here. Read below to know how to get the CLI version.
Binaries
For the moment, no binaries are available. You must download the source code, and build Lorg yourself. Don't panic! Lorg was designed to nearly have no dependencies so it is easy to build and install it.
Get the CLI version
If you want to use Lorg in the terminal, follow this section.
The CLI version is for the moment available for Linux and UNIX based systems.
It may work on Windows Subsystem for Linux
.
Get the code
You can access to the source code on the Fossil repository or on the Github alternative.
- You can directly download the latest version as a zip file.
- You can directly download the latest version as a tarball.
Build the code
See the instructions in the README.md
.
But in a nutshell, go into the extracted directory containing the source code and do:
make
sudo make install