FileCobra Logo FileCobra

Head-to-Head

Tachiyomi vs Kotatsu: One of These Is No Longer Maintained

By · Updated 2026-09-03 · 6 min read · 1295 words

Short answer

Install Kotatsu. It is actively maintained, works immediately without adding extension repositories, and is half the size. Tachiyomi's developers ended the project in January 2024; the app still runs, but it receives no fixes when a source site changes. If you already use Tachiyomi, Mihon is its maintained continuation.

Most comparisons come down to preference. This one comes down to a date.

In January 2024, Tachiyomi's developers announced the end of the project. The app did not stop working — it still installs, still opens, still reads a library that was already set up. What stopped was maintenance, and for this particular kind of app that matters more than it would almost anywhere else.

Kotatsu is actively developed, needs no setup, and is half the size. That is the recommendation. The rest of this explains why the answer is not quite as simple as "install the maintained one", and what to do if you already have a Tachiyomi library.

The specs side by side

TachiyomiKotatsu
Versionv0.15.3v6.8.5
Size21.9 MB13.4 MB
Android6.0+5.0+
LicenceApache 2.0GPL-3.0
MaintainedNo — ended January 2024Yes
SourcesExtensions, added manuallyBuilt in
Local CBZ importYesNo
ContinuationMihon

Two rows decide it, and they point the same way. Maintained is the one everybody should read first. Sources is the one that determines whether the app does anything at all on the day you install it.

One row points the other way, and it is not trivial: local CBZ import. Kotatsu does not support importing your own CBZ archives. If you have a collection of files you already own, that is a real gap and it is the single strongest argument for looking elsewhere.

Why an unmaintained reader is different from unmaintained software generally

Plenty of software works fine for years after development stops. A text editor from 2019 still edits text. This category does not behave that way, and the reason is structural.

Neither of these apps hosts anything. They are clients that connect to third-party manga sites, parse the HTML those sites return, and render it as pages. That means the app depends on the exact shape of somebody else's website — and websites change. A layout update, a new anti-bot check, a moved API endpoint, and the parser for that source stops working.

In a maintained project, someone ships a fix within days. In an unmaintained one, that source is simply gone.

So Tachiyomi does not break all at once. It erodes: one source stops working, then another, and the library gets progressively less useful over a timescale nobody can predict. It might be fine for months. It will not be fine indefinitely, and nothing you do on your end changes that.

What Kotatsu does differently

The architectural difference is where sources live. Kotatsu ships its source parsers inside the app. Tachiyomi keeps them in separate extension packages that you install from repositories you add yourself.

Tachiyomi's model is more flexible — anyone can publish an extension, sources can be added without touching the app, and the ecosystem grew large because of it. It also means a fresh install does nothing until you find a repository URL, paste it in, and install extensions one by one. That step is where most new users stop.

Kotatsu opens with search working. You type a title, it finds it, you read it. The trade is that adding a source Kotatsu does not already support requires the project to add it, not you.

For someone installing a manga reader for the first time in 2026, built-in wins comfortably. For someone with a very specific source that only exists as a Tachiyomi extension, it does not.

The other difference: Kotatsu will not read your own files

Kotatsu does not import local CBZ archives.

If your reading is entirely from online sources, this costs you nothing. If you own a collection of scanned or purchased volumes as CBZ files, it is a hard blocker — the app has no way to open them, and no setting changes that.

Tachiyomi does support local files, and so does Mihon. That is a genuine reason to choose the Tachiyomi lineage even given everything above, and it is the case where "install the maintained one" gives the wrong answer.

Licences: Apache 2.0 versus GPL-3.0

Both are open source, and the difference between them is only visible when a project ends — which is exactly what happened here.

Tachiyomi is Apache 2.0, a permissive licence that lets anyone take the code and continue it, including in a closed-source product. Kotatsu is GPL-3.0, which lets anyone continue it but requires that derivatives stay open source too.

Tachiyomi's Apache licence is why Mihon exists at all: when development ended, the community could legally pick the codebase up and carry on. If Kotatsu ever stops, GPL-3.0 means the same is possible, with the added guarantee that any continuation stays open.

What about Mihon

Mihon is Tachiyomi's continuation — same codebase, same interface, same extension system, maintained by the community that formed when the original project ended.

It is not in this catalogue, so this guide cannot link to a page for it. It is still the honest answer for one specific reader: someone with a large existing Tachiyomi library and extensions they depend on. Migrating to Mihon keeps everything and restores maintenance. Migrating to Kotatsu means rebuilding around a different source model and losing local file support.

Tachiyomi's own release notes point at Mihon as the successor. That is the app's developers telling you where to go, and it is worth taking seriously.

There is also TachiyomiJ2K, a fork with a different library interface that predates the shutdown — covered in a separate comparison if that interface is what you are after.

Which one to install

Installing a manga reader for the first time? Kotatsu. It works immediately, it is 13.4 MB, it is being maintained, and it runs on Android 5.0 which is a lower floor than Tachiyomi's 6.0. There is no reason to start a new library on an app that stopped being developed two years ago.

Already have a Tachiyomi library you care about? Move to Mihon rather than Kotatsu. You keep the library, the extensions and the interface, and you get maintenance back. Export a backup first, from Settings, before you touch anything.

Have your own CBZ files? Not Kotatsu. It cannot open them. Mihon or another local-capable reader is the answer.

Want to try Kotatsu without committing? Export your Tachiyomi backup, install Kotatsu alongside it, and import. Both can coexist. Check how much of your library survives the import before you uninstall anything — how much does depends entirely on which sources you used.

For the wider field, including readers built specifically for webtoons and vertical-scroll formats, the Android manga reader roundup covers seven apps including both of these.

Before you install either

Both arrive as APKs rather than through the Play Store, which brings two predictable stops.

A refused install is almost always a signing-key conflict — different builds of the same app signed by different keys cannot replace each other, and the fix is covered in the "App not installed" guide. And Play Protect will likely warn about an unknown developer, which is a statement about who signed the file, not about what is in it.

Check the SHA-256 of whichever you download against the publisher's published value before installing.

The short version

Kotatsu for new installs: maintained, no setup, smaller, lower Android requirement.

Mihon if you already have a Tachiyomi library, or if you need to read your own CBZ files.

Tachiyomi itself, unmodified, for nobody starting today — not because it is bad, but because the people who wrote it stopped in January 2024 and said so.

🛡️ How this guide was sourced

Every app named here resolves to a page in the FileCobra catalogue — the build fails if one does not. Versions, package sizes and system requirements are read from that catalogue rather than written by hand. Where our ingestion worker has fetched a release itself, it records a SHA-256 of the exact file we serve and publishes it on the app’s page. We do not run an antivirus lab: where a VirusTotal report exists we link it, and where none exists we say so rather than imply one.

RA

Rehman Ahmad

VERIFIED AUTHOR

Chief Technology Officer & Lead Systems Auditor at FileCobra

Rehman specializes in Android operating system internals, cryptographic integrity verification, reverse engineering APK packaging architectures, and high-performance audio/video DSP pipelines. He directs the security verification and release ingestion infrastructure across FileCobra.

rehmanahmad.pro ↗ · GitHub ↗ · X / Twitter ↗

Apps covered in this guide

  • Tachiyomi

    0.15.3 · 21.9 MB · Open Source

  • Kotatsu

    6.8.5 · 13.4 MB · Open Source

Frequently asked questions

Is Tachiyomi dead?

Development of the original project ended in January 2024. The app itself still installs and runs, and existing extensions keep working until a source site changes something. What ended is the maintenance: nobody is shipping fixes when that happens. Mihon is the community fork that continued from the same codebase.

What is the difference between Tachiyomi and Mihon?

Mihon is a direct continuation of Tachiyomi by community maintainers, carrying the same codebase, the same interface and the same extension system forward. If you liked Tachiyomi, Mihon is the version of it that is still being worked on. Kotatsu is a separate project with a different architecture.

Do I need extensions with Kotatsu?

No, and this is the main practical difference. Kotatsu ships with source parsers built in, so search works the moment you open it. Tachiyomi requires you to find and add extension repository URLs first, which is the step that stops most new users before they read anything.

Can I move my library from Tachiyomi to Kotatsu?

Partly. Kotatsu can import a Tachiyomi backup, and how much survives depends on whether Kotatsu has a parser for each source your library used. Titles from sources it does not cover come across as entries without a working link. Export your Tachiyomi backup before uninstalling anything.

Does either one host manga?

Neither. Both are readers that connect to third-party sites and display what those sites serve. The apps store nothing, host nothing and are not affiliated with any source. That architecture is why a source site changing its layout breaks a reader, and why an unmaintained reader degrades over time.

Related guides