Read in other languages: English, 한국어
Hitorus is a desktop web application that enhances the use of hitomi.la by extending its features and incorporating custom features unique to the app.
- Create search links with customizable tag filters
- Download galleries
- View galleries with enhanced UI and functionalities
... and many more!
- Download the latest release and extract it.
- Run
Hitorus.Api.exe
(Windows) orHitorus.Api
(macOS/Linux), the webpage should open automatically. If it doesn't, open https://hitorus.pages.dev/ on the browser.
Refer to the Usage documentation.
- Most of the application data is stored in the
main.db
file. To export or backup your data, store this file and later paste it into the new location. - If you are migrating from a compatible version to the latest version, you can export both
main.db
file andGalleries
folder. - If you are migrating from an incompatible version to the latest version, you can only export the
Galleries
folder sincemain.db
won't be compatible.
-
If the webpage does not load, try visiting the page in Incognito/Private mode.
-
In a rare case, an error might occur when other applications are using the default localhost port. In this case, manually change the Url's port number in
appsettings.json
to a random number between (1024 - 65535)."Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:7076" <-- here } } }, ...
- Downloaded gallery images are stored in the
Galleries
folder.