Skip to content

Instantly share code, notes, and snippets.

View sevmorris's full-sized avatar
🏠
Working from home

Seven Morris sevmorris

🏠
Working from home
  • Bay Area
View GitHub Profile
@sevmorris
sevmorris / sideload_books_with_calibre.md
Created July 4, 2026 04:57
Sideload Books on Kindle & Kobo with Calibre

E-Reader Sideloading Guide

Kindle Paperwhite

This method ensures you get Amazon’s absolute highest-quality rendering engine (KFX) with perfect covers, native font overriding, and smooth page flipping.

  1. Import the Book: Drag and drop your downloaded .epub files directly into your Calibre library.
  2. Clean Up Metadata: Select the book and press E (or click Edit metadata). Ensure the title and author are spelled correctly and click Download metadata if you want a crisp, high-resolution cover.
  3. Open Bulk Convert: Select your books and click Convert books (or Bulk convert).
  4. Set Output to KFX: In the top right corner, switch the Output format dropdown to KFX.
  5. Strip Hardcoded Fonts:

GPG (GNU Privacy Guard) is a tool for secure communication and data encryption. Managing GPG keys involves creating, importing, exporting, and revoking keys. Here's a step-by-step guide:

1. Install GPG:

If you haven't installed GPG on your system, you can do so by using a package manager. For example, on macOS, you can use Homebrew:

brew install gpg