A modern client for MyAnimeList, focused on performance and modern usability.
Head to the stable version that (usually) only updates after a release, or you can use the bleeding-edge variant that's auto-published from the master branch. Or you can build and host your own version by following the instructions below.
git clone https://github.com/Jabster28/mirai
cd mirai
yarn
quasar dev
yarn run lint
quasar build
# for a PWA build, use: quasar build -m pwa