A lightweight web tool to download and remove DRM from .acsm files using libgourou and Docker Compose.
git clone https://github.com/roosmsg/acsm-convert.git
cd acsm-convert
docker compose up --buildAfter deploying, open the app in your browser:
To use libgourou, you must activate your Adobe ID inside the container once. This generates the necessary DRM keys.
docker ps
docker exec -it <container-name> /bin/shInside the container, run:
adept_activate -u your_email@adobe.com -p your_password -O /home/libgourou/.adeptThis command connects to Adobeβs servers and generates your activation credentials.
Check the output directory:
ls -l /home/libgourou/.adeptYou should see:
activation.xml
device.xml
devicesalt
π¦ These files are your personal ADEPT device credentials.
π Back them up so you can reuse them later without reactivating.