A dedicated MangaPlus monitor that automatically fetches your bookmarked chapters the second they are published. No more manual checking - just sync and read.
- Automated monitoring: Tracks the official MangaPlus catalog for new releases in real-time.
- Smart fetching: Seamlessly archives new chapters as they drop.
- 100% local & private: Self-hosted, no account, no tracking, no cloud syncing
- Backend: PHP 8.5+ / Symfony 8+
- Database: SQLite
- Frontend: Twig, Tailwind CSS, Alpine.js, & Symfony UX Live Components
The easiest way to get Local MangaPlus up and running is with Docker.
Run the following command to start Local MangaPlus:
docker run -d \
--name local-mangaplus \
-p 8080:80 \
-v local_mangaplus_data:/app/var \
--restart unless-stopped \
ghcr.io/treast/local-mangaplus:latestThen, open your browser to http://localhost:8080.
For more detailed installation instructions, including Docker Compose and building from source, please refer to our Installation Guide.
Full documentation, including usage, architecture, and advanced topics, is available here.
We welcome contributions! Please see our Contributing Guide for details on how to get started.
This project is licensed under the GPL v3 License - see the LICENSE file for details.


