Important
Nekori does not support Kotlin extensions. Nothing built against tachiyomix will load — not
Tachiyomi's, not Mihon's, not Tsundoku's. The only content sources are LNReader plugins.
So yes: this is a fork of a fork of Tachiyomi that cannot run a single Tachiyomi extension. Funny, isn't it.
Warning
This is a personal fork, made for my own use. It is not a community project and is not recommended for production use. Expect breaking changes without notice.
Note
This fork uses AI slop.
Requires Android 8.0 or higher.
Nekori installs alongside Tsundoku rather than upgrading it — the application id is app.yuneko.nekori. Moving your
library across is a backup and a restore.
Most of this comes from Tsundoku and, before it, Mihon. Nekori keeps it rather than rebuilds it — the list below is what the app does, not what this fork added. For the fork's own changes, see NEKORI_CHANGELOG.md.
Sources
- LNReader plugins, run by a headless React Native + Hermes runtime, against standard
fetch. - Plugins share the app's user agent and cookie jar, so logins and Cloudflare clearances carry over.
- Install, update and remove plugins from repositories, with plugin details and install state.
- Local reading of content, including EPUB, TXT and HTML.
Reader
- Paged and volume novel navigation, a chapter drawer, native find in page, and a font preview in settings.
- Configurable reading margins, volume-key scroll distance and WebView network handling.
Translation and AI
- Multiple AI providers, per-provider models, custom headers and user guidelines.
- A separate engine per purpose — chapter text, entry metadata and browse titles can each use a different one.
- Chapter chunking by word or paragraph count, with optional contextual anchoring across a chunk seam.
- Parallel chunk translation under a shared requests-per-minute ceiling.
- Background pre-translation of the next chapter, and chapter summaries.
Network
- DNS over HTTPS and DPI bypass, applied locally.
- Domain forwarding rules, and request throttling scoped to plugin traffic so covers, trackers and translation are not paced by source settings.
Library
- Tracker support: NovelUpdates, NovelList and RanobeDB, plus the classics — MangaBaka, MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, Bangumi and Hikka.
- Categories, light and dark themes, and scheduled library updates.
- Read-ahead chapter downloads for offline reading.
- Novel-only backup and restore, plus LNReader backup import.
- Reading statistics: session tracking, publication status and storage breakdowns, and a reading heatmap.
- Discord Rich Presence.
Tsundoku is a Mihon fork that added novel support while keeping the manga side intact. Nekori drops that side entirely:
- The manga page viewer, the native image decoder and the Fresco stack are gone.
- Kotlin extension discovery and the Shizuku extension installer are gone.
- Firebase configuration is gone, and release telemetry is disabled.
- React Native is the plugin runtime only — the reader itself is a native WebView plus Compose.
Everything else stays. The library, categories, trackers, themes, backups, downloads, statistics and the whole settings surface are Tsundoku's, and Nekori follows upstream rather than diverging from it — this fork is a narrowing, not a rewrite.
The full list lives in NEKORI_CHANGELOG.md. CHANGELOG.md is Tsundoku's own release record and is kept identical to upstream so it merges cleanly.
Code of conduct · Contributing guide
This is a personal project rather than a community fork, so it does not have a dedicated Discord server or translation project yet. Questions and bug reports are welcome in Discussions or Issues; I will try to respond as soon as I can.
Nekori exists because of work done elsewhere:
- Mihon and Tachiyomi — the app this is descended from.
- Tsundoku — the novel support this fork is built on.
- LNReader — the plugin ecosystem that makes this app worth using, and the backup format it imports.
The developer(s) of this application does not have any affiliation with the content providers available, and this application hosts zero content.
Copyright © 2015 Javier Tomás Copyright © 2024 Mihon Open Source Project Copyright © 2026 Nekori Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
