Store your anime lists locally.
Find a file
2025-12-16 17:28:50 +01:00
external Fix wrong license 2025-12-16 17:28:50 +01:00
images Update image for the README 2024-11-26 12:16:41 +01:00
selenite-builder@87b72a5584 Update dependency 2025-11-12 11:07:35 +01:00
src Stop fetching Slint as dependency, it's already done by Selenite 2025-11-12 10:56:40 +01:00
.gitignore Update dependencies 2025-11-04 14:50:20 +01:00
.gitmodules Update dependencies 2025-11-04 14:50:20 +01:00
.selenite-builder.env Update dependencies 2025-11-04 14:50:20 +01:00
CMakeLists.txt Stop fetching Slint as dependency, it's already done by Selenite 2025-11-12 10:56:40 +01:00
lali.desktop Update dependencies 2025-11-04 14:50:20 +01:00
lali.png Update dependencies 2025-11-04 14:50:20 +01:00
LICENSE Fix wrong license 2025-12-16 17:28:50 +01:00
README.md Fix wrong license 2025-12-16 17:28:50 +01:00
run-release.sh Add correct paths for 'data' and 'cache' directories 2024-11-22 15:10:59 +01:00

Warning

This is a work in progress and not stable.

Lali

Lali is a simple anime lists manager that stores your lists locally, but with the ability to use online services (e.g AniList) as source.

Lali

Lali is an acronym for Local Anime Lists

Build from source

Requirements

  • GCC >= 14.2.1
  • CMake >= 3.30.2
  • Ninja (or Make but you will need to adapt the commands)
  • Rustc >= 1.88.0
  • Git

Steps

Fetch the repository and run the build script (or read it to know what it does):

git clone --recursive https://codeberg.org/vyn/lali.git
cd lali
sh selenite-builder/selenite-builder.sh

Then you should have a lali executable in the build directory you are currently in.

Contributing

Feel free to make suggestions and report issues, but I do not accept contributions (pull requests).