Languages: EN FR

Convert .aax (Audible audiobook format) to .mp3/m4b etc. (on ArchLinux):

This tutorial is for arch linux, but you can adapt easily for others distros

1) Install aaxtomp3

https://github.com/KrumpetPirate/AAXtoMP3

Install the dependencies:

2) Install the package that retrieves the Audible authentication code to enable conversion (thanks to Audible for making it so easy for us...)

https://github.com/mkb79/audible-cli?tab=readme-ov-file

Now that we have aaxtomp3 and our activation-bytes, go to the folder where the .aax file to be converted is located and run:

AAXtoMP3 -e:m4b -A activation-bytes -d audiobook.aax 
OR 
bash AAXtoMP3 -e:m4b -A activation-bytes -d audiobook.aax 

Note: Enter the activation-bytes code as is (without quotes).

Source(s) / Useful link(s) :