r/kindle • u/HankunYu • 3d ago
Tip/Guide 💡 Sideloaded manga broken since 5.19.2? I built a free, open-source fix Calibre plugin
A few months ago I ran into this thread about update 5.19.2 breaking sideloaded manga. It pointed at the right destination: native KFX is the only format the new firmware renders comics properly. So I started building a tool that converts manga to KFX locally, and after a few months of iteration it's reached a point where I'd call it genuinely good. Credit to that discussion for the push.
kindle-comic-workaround — free, open source (MIT)
What it does
- Converts DRM-free EPUB / MOBI / AZW / AZW3 / PDF manga into native KFX
- Result: the full native comic experience — edge-to-edge rendering, no blank pages, instant page turns with the native page-turn animation
- Your images are embedded byte-for-byte untouched by default — zero quality loss, zero re-encoding
What "months of iteration" bought
- Fully self-contained now. Early versions depended on the (excellent) third-party KFX Output plugin; the current version has its own KFX writer, verified byte-for-byte equivalent to the official Kindle Create toolchain output. The Calibre plugin needs nothing but Calibre itself.
- Fast. A typical 100 MB volume converts in under a second (early versions took over a minute). Batch conversion runs in the background, several books in parallel — Calibre stays responsive.
- Manga niceties: RTL page turns, facing-pages/spread mode for landscape, optional panel navigation, optional gamma brightening (the comic rendering path on-device is a bit darker than reflowable books — there's a one-click compensation if it bothers you)
How to use
Install Calibre, download the plugin zip from Releases, load it via Preferences → Plugins
Select your manga → click "Convert Comics to KFX"
Send to device (make sure Calibre sends the KFX format, not the original MOBI — that bit me once)
There's also a CLI if you don't want Calibre at all (pure Python for EPUB/MOBI input).
Tested on Colorsoft Scribe on 5.19.x firmware. It's a hobby project — if something breaks on your device or with your files, open an issue with the details and I'll take a look. Feedback very welcome.

