Mohyeong is an open-source fork of Mihon with additional features for power users — linked sources, multi-backend cloud sync, and smarter conflict resolution.
Mohyeong (모형) is a fork of Mihon, which continues the legacy of Tachiyomi. It includes everything Mihon offers, plus exclusive enhancements developed with the assistance of Claude AI (Anthropic).
Transparency notice: The additional features in Mohyeong were designed and implemented with direct AI collaboration. This is intentional and not hidden.
| Feature | Description |
|---|---|
| 🔗 Linked Sources | Attach multiple sources to one manga entry. Chapters from all linked sources merge into a single unified list. |
| ☁️ Multi-Backend Sync | Sync your library via SyncYomi, WebDAV, Google Drive, or Dropbox. |
| ⚖️ Smart Conflict Resolution | Per-row timestamp-based merging — the most recently changed data wins, not just the latest full snapshot. |
| 🔴 Live Sync Status | Reactive sync indicator powered by WorkManager flow — updates in real time, no polling. |
- 📚 Automatic tracking with MyAnimeList, AniList, Kitsu, MangaUpdates, Shikimori, Bangumi
- 🎨 Multiple reading modes (webtoon, paged, vertical, continuous)
- 🔌 Hundreds of sources via the extension system
- 📁 Full backup and restore (
.tachibkformat — compatible with Mihon) - 📂 Categories, bulk actions, smart library filters
- ⬇️ Offline downloads with queue management
Get the latest APK from the Releases page.
Requirements: Android 8.0 (API 26) or higher · arm64-v8a recommended
The release APK uses package ID app.mohyeong — it will not conflict with Mihon (app.mihon) if both are installed.
Mohyeong supports four sync backends. All use the same bidirectional merge engine.
| Backend | Auth type | Self-hosted |
|---|---|---|
| SyncYomi | API key | ✅ |
| WebDAV | Username + password | ✅ |
| Google Drive | OAuth access token | ❌ |
| Dropbox | Personal access token | ❌ |
Enable in More → Settings → Sync. See the full sync guide for setup instructions.
git clone https://github.com/sjoygsh/Mohyeong.git
cd Mohyeong
# Debug build
./gradlew assembleDebug
# Release build (requires signing config)
./gradlew assembleReleaseRequires Android Studio Iguana or newer and JDK 17+.
Mohyeong diverges from Mihon in the following areas:
- Package ID:
app.mohyeong(vsapp.mihon) - App name / branding: Mohyeong (모형)
- Linked sources: new feature, not in upstream
- Sync transports: WebDAV, Google Drive, Dropbox added on top of SyncYomi
- Conflict resolution: per-row timestamp merge instead of last-write-wins
- Sync status: WorkManager flow (reactive) vs snapshot
Mohyeong backup files (.tachibk) are fully compatible with Mihon.
- Mihon — upstream project (Apache 2.0)
- Tachiyomi — original project
- Claude AI by Anthropic — AI assistance for feature development
Copyright 2024 Mohyeong Contributors
Copyright 2024 Mihon Contributors
Copyright 2015 Javier Tomás
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
0 comments
log in to comment.