Download your Audible library for personal use/backup. Please do not use for illegal purposes.
- Make sure you have ffmpeg installed and available via
ffmpeg
in your PATH. - Download the latest binary for your system from the releases page (binaries are listed in the assets for each release).
- Run the downloaded binary and follow the prompts.
This will download your entire Audible library and remove the DRM for your personal use.
Run make
to build all targets except GUI for windows (see below).
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
.