A native desktop client for AniList
- Vala
- GTK4
- Libadwaita
- Libsecret (+ a Secret Service implementation like GNOME Keyring or KWallet)
- Libsoup
- JSON-GLib
- Meson (only needed for building)
- Ninja (only needed for building)
$ meson build
$ ninja -C build
$ sudo ninja -C build install
# To uninstall:
$ sudo ninja -C build uninstall
If you build a Flatpak, all dependencies will be built automatically:
$ flatpak-builder build-dir ch.laurinneff.AniList-GTK.json --force-clean --user --install
It's probably possible to run this on Windows & macOS, but you're on your own
(for now at least)
It's currently impossible to run this on Windows & macOS, because of the
dependency on Libsecret. I'll probably add another method of storing the token
in the future