This tutorial is for arch linux, but you can adapt easily for others distros
https://github.com/KrumpetPirate/AAXtoMP3
yay -Sy aaxtomp3Install the dependencies:
yay -Sy mp4v2-utils yay -Sy mediainfohttps://github.com/mkb79/audible-cli?tab=readme-ov-file
yay -Sy python-pipxpipx install audible-clipipx list then go to the directory apps are exposed on your $PATH at./audible-quickstart (for interactive installation). (This will create files in a .audible folder)./audible activation-bytes
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) :