audible-downloader icon indicating copy to clipboard operation
audible-downloader copied to clipboard

Download your Audible library for personal use/backup.

audible-downloader

Download your Audible library for personal use/backup. Please do not use for illegal purposes.

Usage

  1. Make sure you have ffmpeg installed and available via ffmpeg in your PATH.
  2. Download the latest binary for your system from the releases page (binaries are listed in the assets for each release).
  3. Run the downloaded binary and follow the prompts.

This will download your entire Audible library and remove the DRM for your personal use.

Build

Run make to build all targets except GUI for windows (see below).

Windows GUI

You will need Docker running for this to work as xgo is used.

To build just the Windows GUI, run make windows_gui. And to build everything, run make build_all.