Mihon
Free and open source manga reader for Android. Contribute to mihonapp/mihon development by creating an account on GitHub
Free manga reading on Android, honestly reviewed. What it actually is, what it isn’t, and where the legal edges are.
TL;DR
- What it is: Free and open-source manga reader for Android — the community-maintained successor to Tachiyomi, which was pulled from GitHub in 2024 [README][5].
- Who it’s for: Manga readers who are tired of fragmented subscription services, want a single app that reaches every source, and are comfortable sideloading an APK [5].
- Cost savings: Crunchyroll’s ad-free plan runs ~$7.99–$9.99/mo; VIZ Media’s Shonen Jump subscription is $2.99/mo; ComiXology content is now bundled into Amazon’s Kindle ecosystem with per-volume pricing. Mihon itself costs $0 [README].
- Key strength: Extension system that connects to hundreds of manga sources through a single, clean reader interface — plus deep integration with self-hosted libraries like Komga and Suwayomi [1][5].
- Key weakness: Not on the Google Play Store (legal concerns with extension ecosystem), which means sideloading is required and non-technical users will hit friction at step one [5]. The extension ecosystem also exists in a legal gray area that founders should understand before recommending it to others.
What is Mihon
Mihon is an Android manga reader application. You install it as an APK, connect it to sources (either online manga sites via extensions, or your own self-hosted library), and read. The app itself hosts zero content — it’s a client, not a server [README].
It is the direct continuation of Tachiyomi, the most popular open-source manga reader on Android until the original developers shut the project down in 2024 following legal pressure. The Mihon fork, maintained by a different group under the same Apache-2.0 license, picked up the codebase and the community. As of this review it sits at 19,192 GitHub stars with active development and 17 releases [README].
The app handles reading in every direction — right-to-left for manga, left-to-right for Western comics, vertical scroll for webtoons. You configure page transitions, zoom behavior, background color, and reading direction per-source or globally. Your library lives locally. Your progress syncs to trackers (MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, Bangumi). Backups go wherever you point them [README].
What makes Mihon different from reading in a browser or using a streaming app is the extension system. Extensions are small plugins, maintained by the community, that teach the app how to talk to specific manga sites. You add an extension, and its source appears in your library alongside everything else. The reading experience is identical regardless of which source the chapter came from [5].
Why people choose it
The self-hosted community’s use case for Mihon breaks into two distinct patterns, based on what’s documented in community discussions.
Pattern one: replacing subscription fragmentation. The simple version. You’re paying for Crunchyroll to read manga, paying for Shonen Jump separately, and some of what you want to read isn’t on either platform. Mihon consolidates access into one app for $0/month [README]. No switching apps, no hunting for which service has which title.
Pattern two: the self-hosted stack. The more sophisticated version, documented in detail in a r/selfhosted community post [1]. The user runs Suwayomi (a self-hosted server with the same extension system as Mihon) as a downloader, feeds downloaded chapters into Komga (a self-hosted comic library server), and then connects Mihon to Komga via its extension. The result: chapters are fetched once from the internet, stored on a home server, and served to every device on the local network. Multiple Android devices (phone, tablet, e-ink reader) all read from the same library with consistent progress. Traffic to manga sites drops dramatically because each chapter is only pulled once [1].
That second pattern is what the r/selfhosted post describes as its core motivation: “I mostly read my manga at home. Also I like to re-read my collection. I thought it’s a waste of resources to transfer this data through the internet over and over again.” [1]
The Komga connection specifically has a useful property: Komga tracks reading progress bidirectionally with Mihon, and because Komga is a separate server from the sources, Mihon’s library view shows only local content from Komga — not the online sources — which is a clean separation [1].
A BookRunch comparison [5] frames the core Mihon vs. Suwayomi distinction cleanly: Mihon is a native Android app that installs as an APK and is optimized for reading on-device; Suwayomi is a self-hosted server accessed via browser. The recommendation is to use both — Suwayomi for management and downloading, Mihon for actual reading [5][1].
Features
Based on the README and community descriptions:
Reader:
- Multiple viewer modes: left-to-right, right-to-left, vertical scroll (for webtoons), continuous reading [README]
- Configurable page transitions, background, zoom, tap zones [README]
- Local reading of downloaded content — chapters stored on-device work offline [README]
Library management:
- Categories to organize series [README]
- Scheduled automatic library updates — the app checks for new chapters on a timer [README]
- Filters, search, sort within library [5]
- Backup and restore — export your library state and restore it on a new device or to a cloud service [README]
Tracking:
- MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, and Bangumi tracker support — mark chapters as read and it syncs outward [README]
Sources (extensions):
- Extension system compatible with the existing Tachiyomi extension ecosystem
- Connects to online manga sites, self-hosted Komga libraries, Suwayomi servers [1][3][5]
- Komga extension enables bidirectional progress tracking with a self-hosted Komga instance [1]
Platform:
- Android 8.0 or higher [README]
- Stable and beta release channels [README]
- APK sideload only — not available on Google Play Store [5]
Pricing: subscriptions vs. self-reading math
Mihon the app is free. There is no SaaS competitor in the direct sense — no “Mihon Cloud” subscription [README]. But the comparison still has financial stakes.
What manga subscription services cost:
- Crunchyroll (includes anime + manga access): $7.99/mo fan tier, $9.99/mo ultimate
- VIZ Media / Shonen Jump: $2.99/mo for the Shonen Jump catalog
- ComiXology / Amazon Kindle: per-volume pricing, typically $4–9 per digital volume for manga
- MangaPlus by Shueisha: free with ads for simultaneous releases, limited catalog
What Mihon costs: $0 for the app, $0 for the extension system [README].
For a reader who currently pays for Crunchyroll ($96–$120/year) plus VIZ ($35.88/year) to get decent coverage — $130–$155/year — and still has gaps in their reading list, Mihon eliminates the subscription line entirely.
For the full self-hosted stack (Mihon + Komga + Suwayomi), add the cost of a server. On a home machine you already own, that’s $0 in marginal hardware. On a $6/month Hetzner VPS, you’re at $72/year with your entire library accessible remotely and from every device [1][3].
The honest caveat: content accessed through the extension ecosystem from online manga sites is frequently in a legal gray area. The Mihon project explicitly disclaims any affiliation with content providers and notes the app hosts zero content [README]. What you do with extensions is your own legal exposure. If you’re building a tool recommendation for clients, understand this dimension before pointing them at it.
Deployment reality check
“Deployment” for Mihon means sideloading an APK on an Android device. Download the stable build from the GitHub releases page, enable installation from unknown sources in Android settings, install. That’s it [README].
The friction is not technical — it’s psychological. Most non-technical users have never sideloaded anything. The Google Play warning dialogs are designed to feel alarming. For someone who hasn’t done it before, this is a 10-minute process that will feel like a 2-hour anxiety spiral. For anyone who has sideloaded before, it’s trivial.
For the Komga self-hosted stack [1][3]:
- Docker host (NAS, spare PC, or VPS)
- Komga container (~260MB image, light resource requirements) [3]
- Suwayomi container for downloading from sources [1]
- Reverse proxy if you want remote access
- Install the Komga extension in Mihon, point it at your server
The r/selfhosted post author describes setting up the full stack as taking “a few minutes” once Suwayomi is connected to an existing Mihon backup, because Suwayomi reads the same backup format and can import a library instantly [1].
Ongoing maintenance: Mihon ships updates via GitHub releases and has both stable and beta channels. The Komga Docker image is updated frequently — 78,000 pulls last week [3]. Neither requires meaningful ongoing administration once running.
Pros and cons
Pros
- Free, Apache-2.0 licensed. The app itself is fully open source, forkable, and costs nothing [README].
- Single reader for every source. One consistent reading UI regardless of whether content comes from an online source, a local file, Komga, or Suwayomi [1][5].
- Strong tracker integration. Six tracker services supported — progress syncs outward so your MAL or AniList list stays current [README].
- Komga + Suwayomi integration is genuinely excellent. The self-hosted stack described in [1] eliminates redundant internet traffic and keeps library state consistent across multiple devices — this is a real, practical improvement over just reading from browser tabs.
- Backup and restore. Export your library, reading progress, and configuration and restore to a new device [README]. This is better than most subscription services that lock your reading history to the platform.
- Active development. 17 releases, 19,192 stars, active GitHub repository as of early 2026 [README].
- Offline reading. Downloaded chapters work without internet — actually offline, not “available when the server is running” [README][5].
Cons
- Not on Google Play Store. Sideloading is the only installation path [5]. For non-technical users, this is a genuine barrier. For a founder recommending this to non-technical clients, plan for hand-holding or skip it entirely.
- Extension ecosystem legal gray area. The extensions connect to sites that host copyrighted manga without authorization from publishers. Mihon the app is clean; the extension ecosystem is not. Understand this before recommending it [README disclaimer].
- No iOS version. Android only. iPad readers are excluded [README]. No word on a cross-platform roadmap.
- Depends on third-party extensions for most content. Extensions are maintained by community volunteers. Sources break when manga sites change their HTML structure, and fixes depend on someone volunteering the time to fix the extension. There’s no SLA [README][5].
- Reader UI, not a library management UI. Mihon is optimized for reading, not for managing large collections. If you want to organize hundreds of series, tag them, manage metadata, and track what’s complete vs. ongoing, Komga or Kavita handle that better [1][3].
- No PC or browser client. Mobile-only. For people who read at a desk, Suwayomi’s web reader or Komga’s web reader are the alternatives, and both have trade-offs [5][1].
Who should use this / who shouldn’t
Use Mihon if:
- You’re already reading manga on Android and using browser tabs or multiple apps to access different sites.
- You’re building a self-hosted manga library with Komga or Suwayomi and need a reader that connects natively to both [1][3].
- You’re comfortable sideloading APKs or are willing to follow a one-time setup guide.
- You want tracker sync to MAL or AniList without paying for an app that offers it.
- You’re a technical founder who reads manga and wants to cut subscription costs cleanly.
Skip it if:
- You read on iOS (there is no Mihon for iPhone or iPad) [README].
- Your intended users are non-technical and you can’t provide hands-on setup help. The sideload requirement will lose most people before they read a single chapter.
- You want a fully legal, subscription-backed content stack. Mihon is an app for reaching content that lives elsewhere — what content that is, and whether it’s licensed, is on you.
- You want PC or web reading as the primary experience. Mihon is Android-only.
Use Suwayomi + Komga instead if:
- Multi-device access (including desktop browser) matters more than a polished Android reading experience [1][5].
- You want server-side downloading with a web UI for library management [1].
Alternatives worth considering
- Suwayomi (Tachidesk) — The self-hosted server counterpart. Same extension system, web-based reader, downloadable chapter storage. Used alongside Mihon in the self-hosted stack, not as a direct replacement for the reading experience [1][5].
- Komga — Self-hosted comic/manga library server (MIT license, 6,035 stars, 39.6M Docker pulls) [3]. Not a standalone reader, but pairs with Mihon via extension and provides the library management layer the app lacks. Excellent metadata tools, OPDS support, Kobo/KOReader sync [3].
- Kavita — Similar to Komga. Self-hosted library for EPUB, PDF, comics, and manga. 10,100 stars, 8.1M Docker pulls [3]. Slightly more polished UI for ebook management alongside manga.
- Kotatsu — Another open-source Android manga reader. On the Google Play Store, which removes the sideload friction. Smaller extension ecosystem than Mihon.
- Stump — Newer, Rust-based self-hosted comic server with a Mihon-compatible reader app [3]. Less mature than Komga but faster resource profile.
- Crunchyroll / VIZ / Shonen Jump — The subscription incumbents. Fully legal, no setup required, limited to licensed catalogs. Fine if the catalog covers what you read and you’re not price-sensitive.
Bottom line
Mihon is the right answer to a specific problem: you want to read manga on Android with a single, consistent interface that reaches every source you care about, doesn’t lock your reading progress to a platform, and doesn’t charge you monthly for the privilege. For that problem, it’s the best available option — well-built, actively maintained, and backed by a large community that kept the project alive when the original Tachiyomi developers had to walk away.
The self-hosted stack that the community has built around it (Mihon + Suwayomi + Komga) is genuinely well-architected: Suwayomi downloads once, Komga serves everywhere, Mihon reads cleanly on every Android device with synchronized progress [1][3]. For a multi-device manga reader at home, that setup is better than any subscription product at any price.
The real limits are the sideload requirement (real friction for non-technical users), iOS exclusion, and the legal gray area of the extension ecosystem. If those don’t apply to your situation, the app is excellent and costs nothing.
Sources
- r/selfhosted — “My take on selfhosted manga collection” (Reddit thread, community guide). https://www.reddit.com/r/selfhosted/comments/1j8t080/my_take_on_selfhosted_manga_collection/
- Dave Hill — “Self Hosting is awesome - Komga for comics” (davehill.ie, January 12, 2025). https://davehill.ie/article/self-host-intro/
- Awesome Docker Compose — “Komga” (awesome-docker-compose.com). https://awesome-docker-compose.com/komga
- Maria Lin, BookRunch — “Mihon vs Suwayomi. The Best Comic Book Readers” (bookrunch.com, August 23, 2025). https://www.bookrunch.com/comparison/Mihon_vs_Suwayomi/
Primary sources:
- GitHub repository and README: https://github.com/mihonapp/mihon (19,192 stars, Apache-2.0 license)
- Official website: https://mihon.app
- Download page: https://mihon.app/download
Features
Data & Storage
- Backup & Restore
Customization & Branding
- Themes / Skins
Mobile & Desktop
- Offline Mode
Category
Related Media & Streaming Tools
View all 334 →Immich
95KHigh-performance self-hosted photo and video management — automatic backup, ML-powered search, and a Google Photos-like experience on your own server.
Jellyfin
49KThe volunteer-built media solution that puts you in control of your media. Stream movies, shows, music, and photos to any device from your own server.
PhotoPrism
39KAI-Powered Photos App for the Decentralized Web. Tag and find pictures automatically without getting in your way.
Cobalt
39KSave what you love without ads, tracking, paywalls or other nonsense. Just paste the link and you're ready to rock.
qBittorrent
36KAn open-source software alternative to uTorrent. Feature-rich and runs on all major platforms.
SRS
29KSimple, high efficiency, realtime video server. Supports RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH and GB28181.