Installing Liwan using the single binary is the easiest way to get started.
The binary is a self-contained executable that you can run on your server without any additional dependencies.
Currently, Liwan provides pre-built binaries for Linux (x86_64/ARM64) and macOS (ARM64). The binary is statically linked using musl libc, so it should work on most (if not all) Linux distributions.
Installation
Dowload & Extract the Binary
You can change the installation directory by replacing
~/.local/bin with your desired path.
The binary is now installed in ~/.local/bin/liwan. To run the binary from any directory, you might want to add ~/.local/bin to your PATH.
Run the Binary
You can run the binary directly or install it as a service.
The first time you run Liwan, it will generate a setup URL. Visit this URL to create your first user account and set up your first project and entity to start collecting data.
Creating a service to automatically start Liwan (Optional)
See the Running Liwan as a Service guide for instructions on how to create a service to automatically start Liwan when your server boots.