This is a lightweight tool for tracking your show progress.
At the moment, it supports anime shows only.
There is also an accompanying Android app.
Please note that the app only allows you to update a show’s progress.
- Advance or rewind a show’s progress to the next or previous episode
- Add or remove shows from your watchlist
- Remove shows from your library
- Search for and add new shows to your library (powered by anisearch.de)
Go to the Releases section of this repository and download the latest .zip archive.
Extract the ZIP file and place the extracted folder anywhere you like.
Open the extracted folder and launch the .exe file.
This is a Node.js–based project, so the usual Node.js development workflow applies.
Install all dependencies:
npm install
Start the app in development mode for testing:
npm run start
Package the application files for distribution:
npm run package
Create an installer executable for easier distribution:
npm run make

