technolaaji/scribe-library — explained in plain English
Analysis updated 2026-05-18
Browse and read handwritten Kindle Scribe notebooks as PDFs in a web browser without cloud sync.
View and read purchased or sideloaded ebooks in formats like KFX, AZW3, EPUB, and PDF from one local library.
Push new documents or PDFs to a Kindle Scribe over USB by dragging and dropping files.
| technolaaji/scribe-library | 16nic/comfyui-agnes-ai | 6c696e68/gpt_signup_hybrid | |
|---|---|---|---|
| Stars | 19 | 19 | 19 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires system libraries like Cairo, libusb, and Pango installed before pip install, plus a USB-connected, unlocked Kindle Scribe.
Scribe Library is a local server that lets you browse everything stored on a Kindle Scribe, an e-reader that supports handwritten notebooks alongside regular ebooks. It runs entirely offline on your own computer and connects to the device over USB. Once you sync, you get a web page with three sections: a notebooks tab showing your handwritten pages decoded into readable PDFs, a books tab for purchased and sideloaded books in formats like KFX, AZW3, PDF, and EPUB, and a screenshots tab that shows every screenshot on the device as a grid of thumbnails you can view or delete. Most formats can be read directly in the browser with proper page layout, and there is a zen mode that hides all the interface controls except the page itself, plus a book mode that shows two pages side by side with a page flip animation. You can also drag and drop files onto the app to push new PDFs, EPUBs, or other documents onto the Kindle over USB. The project tries to decode handwritten annotations you make on top of sideloaded PDFs and overlay them back onto the PDF when you view it, but the README is upfront that this feature is experimental and unvalidated, since the storage format for these annotations has changed across Kindle firmware versions. A separate diagnostic script lets you inspect your own device's annotation data to help the format decoding along. Setup requires installing some system libraries such as Cairo, libusb, and Pango, followed by the Python dependencies from a requirements file. Once your Kindle Scribe is plugged in and unlocked, you run the server with a sync flag to pull content from the device, then open a local web address in your browser. Purchased books with strong DRM protection may not decode successfully. The project is licensed under GPL v3 because it links against a vendored KFX decoding library that is also GPL v3.
Scribe Library is a local, offline web server for browsing, reading, and syncing handwritten notebooks and ebooks from a Kindle Scribe over USB.
Mainly Python. The stack also includes Python, Flask, WeasyPrint.
GPL v3: you can use and modify the code, but any distributed version must also be open source under GPL v3.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.