Your personal manga collection on your device. Your content, your rules.
MangaLoyalty turns a device (Desktop
, Mobile
, Server
) into a manga reader or server. Features:
- Collect, control, and stream all your favourite manga.
- Your manga, for wherever you are.
- No centralized tracking. It's your data.
- Free Software, and growing.
- Batoto support is intended as an incomplete high-quality provider.
- FanFox support is intended as a complete medium-quality provider.
MangaLoyalty is in preview. That means it is little rough around the edges. Feedback is appreciated!
- Download the latest Windows installer.
- Run the installer. Windows will block the installation.
- Click on More Info and then click on Run anyway.
- Enjoy MangaLoyalty! Remember to check out Remote Access.
- Download the latest Mac installer.
- Run the installer. Drag MangaLoyalty to Applications.
- Run MangaLoyalty. Mac will block the application.
- Open Security & Privacy. Click on the Lock icon to make changes.
- Click on the Allow button next to the message about MangaLoyalty.
- Run MangaLoyalty. Enjoy! Remember to check out Remote Access.
- Download the latest Linux image.
- Make the MangaLoyalty AppImage executable and run it.
- Enjoy MangaLoyalty! Remember to check out Remote Access.
- Download the latest Android installer.
- Run the installer with Files. Android will block the installation.
- Click on Settings, enable Allow app installs and navigate back.
- Click on Install and then click on Install Anyway.
- Enjoy MangaLoyalty!
A standalone version is currently not available. You can use iOS as a reader with Remote Access.
- Ensure
docker
(https://www.docker.com/) is available on your device. - Run the example script below. Replace
PATH
with the path to your (new) library.
docker run -d \
--cap-add=SYS_ADMIN \
-p 7783:7783 \
-v PATH:/home/mluser/mangaloyalty \
mangaloyalty/mangaloyalty
- Continue with Remote Access.
- Install
node
(http://nodejs.org/) andnpm
(https://www.npmjs.org/). - Run
npm install -g mangaloyalty
. - Run
mangaloyalty
in terminal. - Continue with Remote Access.
With MangaLoyalty running on desktop
or server
, you can connect to it using any (modern) browser.
- Connect to the same local network as your server.
- Open a modern browser and navigate to
http://IP:7783/
. ReplaceIP
with the local IP address of your server. - Enjoy MangaLoyalty!
- Connect to the same local network as your server.
- Open Chrome and navigate to
http://IP:7783/
. ReplaceIP
with the local IP address of your server. - Open the Menu (right-top icon), click on Add to Home Screen, click on Add and click on Add automatically.
- Close Chrome and you will see MangaLoyalty on your home screen. Enjoy MangaLoyalty!
- Connect to the same local network as your server.
- Open Safari and navigate to
http://IP:7783/
. ReplaceIP
with the local IP address of your server. - Open the Menu (bottom-center icon), scroll to find and click on Add to Home Screen and click on Add.
- You will see MangaLoyalty on your home screen. Enjoy MangaLoyalty!