Netflix for Manga Exists β You Just Have to Install It Yourself (8 Free Options)
Self-hosted. Open-source. Your books, your server, nobody elseβs rules.
You know how Netflix lets you stream movies from any device? Now picture that β but for your manga, comics, and ebooks. Your own private library, running on your own computer, accessible from your phone, tablet, or browser. No subscriptions. No ads. No company deciding what you can read or when theyβll remove it.
Think of it like building your own personal bookshelf that lives on the internet β except only you (and whoever you invite) can see it. Every tool below is free, open-source, and yours to control.
π° Wait β What Does 'Self-Hosted' Mean?
If youβve never heard this term before β hereβs the shortest possible explanation:
Self-hosted means the app runs on YOUR computer (or a small home server), not on someone elseβs cloud. You install it, you control it, you own it.
Why would you want this?
| Question | Answer |
|---|---|
| Do I need to pay? | No β all 8 tools below are completely free |
| Do I need a powerful computer? | No β most run on a Raspberry Pi with 1GB RAM |
| How do I install them? | Most use Docker β a tool that installs apps in one command. If you can copy-paste, you can do this |
| Can I read on my phone? | Yes β all of them have web interfaces that work on any device with a browser |
| What file types work? | EPUB, PDF, CBZ, CBR, CBT β basically every comic and ebook format that exists |
Trick: If youβve never used Docker, donβt panic. Search βinstall Docker on [your OS]β β it takes 5 minutes. After that, every app below is literally one command to start.
β‘ Which One Should I Pick? β The Cheat Sheet
Not reading 8 descriptions? Hereβs the fastest way to decide:
| Your Situation | Use This |
|---|---|
| Komga or Kavita | |
| Stump (still in development) | |
| Issued or Gopherbook | |
| Inkshelf | |
| Codex | |
| Voltis (early development) |
π Stump β The Fast, Beautiful Newcomer (Rust + React)
Think of Stump as the new kid who showed up and immediately looked better than everyone. Built with Rust (one of the fastest programming languages alive) and React, itβs designed to be quick, light, and gorgeous.
| Detail | Info |
|---|---|
| Formats | EPUB, PDF, CBZ, CBR |
| Built with | Rust + React |
| Deploy | Docker or build from source |
| OPDS support | |
| Multi-user | |
| Mobile app | |
| Status | |
| RAM needed | ~1GB β runs on a Raspberry Pi |
GitHub: stumpapp/stump
Trick: Stumpβs creator started this project because they wanted to learn Rust by building something like Komga. The result? A server that scans libraries noticeably faster and uses less memory. If you care about speed and UI polish, this is the one to watch β even if itβs not 100% finished yet.
π Komga β The Reliable Workhorse (Most Established)
Komga is the tool most self-hosting veterans already use. Itβs been around the longest, has the largest community, and just works. If Stump is the promising rookie, Komga is the proven veteran.
| Detail | Info |
|---|---|
| Formats | CBZ, CBR, PDF, EPUB |
| Built with | Java (Kotlin/Spring Boot) |
| Deploy | Docker or standalone JAR |
| OPDS support | |
| Multi-user | |
| Kobo sync | |
| KOReader sync | |
| REST API | |
| Duplicate detection | |
| Status |
GitHub: gotson/komga
Trick: Komga integrates directly with Mihon/Tachiyomi (popular manga reader apps for Android). Install the Komga extension in Mihon and your entire self-hosted library shows up in the app β with reading progress synced both ways.
π Kavita β The Feature King (Books + Comics + Manga in One)
Kavita tries to be everything in one app β and honestly gets pretty close. It handles traditional ebooks, comics, manga, and even webtoons with continuous scrolling. If you read multiple types of content and hate switching apps, Kavita is the answer.
| Detail | Info |
|---|---|
| Formats | EPUB, PDF, CBZ, CBR, images, and more |
| Built with | .NET (C#) |
| Deploy | Docker or standalone |
| OPDS support | |
| Built-in readers | |
| Webtoon mode | |
| Annotations | |
| User roles | |
| Metadata | |
| Status |
GitHub: Kareadita/Kavita
Trick: Kavitaβs webtoon reader with continuous scroll is the feature that makes manhwa fans switch from other tools. If you read Tower of God or Solo Leveling style content, the reading experience is noticeably better than tools that force page-by-page navigation.
π Issued β The Minimalist (Comics Only, Zero Friction)
Issued does one thing and does it well: serve your comic collection. No ebook support. No manga-specific features. Just point it at your comics folder and it works β instantly, without manually scanning.
| Detail | Info |
|---|---|
| Formats | CBZ, CBR |
| Deploy | Docker or standalone executable |
| Auto-detection | |
| Folder structure | |
| ComicInfo.xml | |
| OPDS support | |
| Web reader | |
| Status |
GitHub: metalogico/issued
Trick: Issuedβs killer feature is zero-config auto-detection. Drop a new comic file into your folder, and it appears in the web interface without clicking any buttons. No βscan libraryβ button. No waiting. Just drop and read.
π Inkshelf β The Social One (Ratings, Comments, Lists)
Inkshelf adds something the others donβt: social features. Users can rate content, leave comments, and create custom lists β turning your private library into something closer to a mini-community platform.
| Detail | Info |
|---|---|
| Formats | Manga, manhwa, manhua, comics |
| Built with | Modern stack (Node.js-based) |
| Deploy | Docker |
| Page-level progress | |
| Multilingual | |
| Social features | |
| Storage | |
| Caching | |
| Auth | |
| Status |
GitHub: sammwyy/inkshelf
Trick: If you share your server with friends or family, Inkshelfβs rating and comment system turns reading into a shared experience. Everyone rates what they read, and over time you build a βwhatβs worth readingβ list organically β no external site needed.
π Codex β The Power User's Choice (Search + Filter Everything)
If you have thousands of comics and need to find things fast, Codex is built for you. Full-text search across metadata and bookmarks, filtering by characters, story arcs, unread status β it treats your comic library like a searchable database.
| Detail | Info |
|---|---|
| Formats | CBZ, CBR, CBT, PDF |
| Deploy | Docker |
| Full-text search | |
| Advanced filtering | |
| Browse modes | |
| Per-user tracking | |
| Anonymous access | |
| OPDS support | |
| SSO | |
| RAM needed | ~1GB |
| Status |
GitHub: ajslater/codex
Trick: Codexβs anonymous browsing mode is perfect if you want to share your library publicly (or semi-publicly) without making everyone create an account. Set it up, share the URL, done.
π Gopherbook β The Single-File Server (One Binary, No Dependencies)
Gopherbook is the definition of simple. Written in Go, it ships as a single file β download it, run it, done. No Docker. No Java. No runtime. Just one file that turns your computer into a comic server.
| Detail | Info |
|---|---|
| Formats | CBZ, CBT (including password-protected archives) |
| Built with | Go β single standalone binary |
| Dependencies | None. Zero. Just the one file |
| Deploy | Download and run, or Docker |
| Watch folder | |
| ComicInfo.xml | |
| Web reader | |
| Multi-user | |
| Privacy | |
| Status |
GitHub: riomoo/gopherbook
Trick: Gopherbook supports password-protected CBZ archives β something most other tools skip. If you have encrypted comic archives, this is one of the few self-hosted readers that can handle them without you extracting first.
π Voltis β The Ambitious One (Manga Now, Anime Later)
Voltis is thinking bigger than just books. Right now itβs a manga/comic server, but the roadmap includes series, movies, and even YouTube library management. If it delivers on those plans, it could become a single platform for all your media.
| Detail | Info |
|---|---|
| Formats | Manga, comics, webtoons, eBooks |
| Built with | Go + Vue + TypeScript |
| Deploy | Docker |
| Metadata | |
| Multiple progress states | |
| Future plans | |
| Scan optimization | |
| Status |
GitHub: kindlyfire/voltis
Trick: Keep an eye on Voltis even if you donβt use it today. The βone platform for all mediaβ vision β manga + anime + movies + YouTube β is exactly what self-hosting enthusiasts have been asking for. If the dev delivers, this becomes the only server you need.
Quick Hits
| Want This | Use This |
|---|---|
| β Komga or Kavita | |
| β Stump | |
| β Issued | |
| β Gopherbook | |
| β Codex | |
| β Inkshelf | |
| β Voltis |
I hope that this collection will be useful to you, and if so, there will be a series of topics related to anime, comics, manga, and books.
Your books. Your server. Your rules. No subscription will ever cancel your library.








!