Customizable license key patcher for Ableton Live with an auto installation search & keygen. Based on devilAPI/abletonCracker and rufoa/ableton. Supports Windows & MacOS
-
Download or build.
-
Run and select the desired option:
- Patch - replaces the
original_public_keywith the public key from theprivate_key - Unpatch - replaces the public key from the
private_keywith theoriginal_public_key - Deauthorize - removes
Unlock.jsonfor the selected Live installation - Generate license - creates an authorize file using the
private_keybased on the provided HWID - Generate DSA key pair - generates a new custom DSA key pair that can be used to patch installations and generate licenses
- Patch - replaces the
The config file (ableton-patcher-config.yml) is not required for running but can be created manually, it accepts 2 options:
| Option | Description | Default |
|---|---|---|
private_key |
DER-encoded DSA key pair | R2R Team Key |
original_public_key |
DER-encoded DSA public key | Original Ableton Live Key |
Note: on MacOS (tested on m1, 26.0), you will have to run codesign --force --deep --sign - /Applications/Ableton\ Live\ 12\ Suite.app/ after patching, replacing 12 and Suite with your local version. Otherwise, the app will crash at launch, returning a codesigning error in the report.
