Dedrm Kindle
Open Kindle drive, find Kindle documents folder, then just drag books there to Calibre. If you don't have any Kindle devices, please install Kindle for PC/Mac, register it with your own Amazon account and double-click the cover of eBooks to download them to your computer. Then click 'Add books' to upload them to Calibre or just drag them to it. Launch the Kindle app, log in with your own amazon account, then all your purchased files in kindle store would be synced. Choose those files you want to deal with, double click on book cover, then downloading begins.
- Select 'DeDRM' under the 'File type plugins' list and click the 'Customize plugin' button. In the 'Customize' window that opens, click the 'eInk Kindle ebooks' button, then click the + button to add your Kindle's serial number. (On my basic wi-fi Kindle this is listed under Settings - Device Info.).
- To install, download the DeDRM zip file. Do NOT extract it. In Calibre, click on Preferences, scroll down and click on Plugins in the Advanced section, Click on the “Load plugin from file” button on the bottom right of the Plugins screen. Find and select your DeDRM zip file.
A few months ago, Microsoft made headlines when they announced they’d be turning off people’s books. They were turning off the DRM servers behind their ebook store, and refunding customers for any books they’d bought. I never bought any books from Microsoft, but I do have a collection of Kindle books, and this story was a reminder to investigate ways to remove the DRM from those.
Google suggests that Calibre can do this with the right plugins, but I don’t use Calibre for anything else, and I want to install new software as little as possible. I prefer solutions that use command-line tools and (ideally) run inside Docker container – they tend to be much more portable between machines.
I’ve got a script that works now, which leans on two other tools to do the heavy lifting:
Dedrm Kindle Calibre


Dedrm Kindle For Pc Key

Stripping the DRM: ch33s3w0rm/kindle_dedrm. This is a Python script which strips the DRM from an encrypted Kindle book. The encryption in a given file is tied to your device, so you’ll need your Kindle’s serial number to perform the decryption.
It runs in Python 2, no dependencies required:
It creates a DRM-free AZW file alongside the original file.
Legion do relics increase dmgwizardstree. Office 365 mac outlook manual setupdwnloadblock. Converting AZW to EPUB: ebook-convert.
The AZW format is Kindle-specific; if I read my books on anything else, I need to create a copy as an EPUB.
There are online converters that take an AZW and return an EPUB, but I feel uncomfortable doing file conversion via a third-party service.
You can do this with the Calibre GUI app, or its bundled command-line tool, ebook-convert. The latter lets you convert ebooks between formats in a script, and that’s what I really want. I found a Docker image that includes Calibre, and I override the entrypoint to invoke the command-line tool:
And now I have two copies of my book: an AZW to use on my Kindle, and an EPUB to use everywhere else.
Dedrm Kindle App
My script has a couple of extra pieces to upload the files to my ebook manager, which are very specific to my setup – the software I’ve linked above is more general, and hopefully a useful starting point for anybody else who wants to strip the DRM from their Kindle books.
