Install a .ablx
The Loophole Kit is five Ableton extensions. Each is a right-click action inside Live. They share the same core as the bridge, and each writes its edit in one undo step.
Prerequisites
Section titled “Prerequisites”- Ableton Live 12.4.5b Suite, with Dev Mode enabled in Settings.
- The Extensions SDK and CLI tarballs from your own Ableton Beta Program access. They are not redistributable, so Loophole does not ship them.
- Node 24.14.1 or newer and pnpm 10.
Build and install
Section titled “Build and install”-
Clone and install the workspace.
Terminal window git clone https://github.com/OthmanAdi/loophole.gitcd loopholepnpm install -
Add your local SDK and CLI tarballs (do not commit the resulting manifest or lockfile changes).
Terminal window pnpm add file:/abs/path/to/ableton-extensions-sdk-1.0.0-beta.0.tgz --filter @othmanadi/loophole-extensionpnpm add -D file:/abs/path/to/ableton-extensions-cli-1.0.0-beta.0.tgz --filter @othmanadi/loophole-extension -
Package the production
.ablx.Terminal window pnpm --filter @othmanadi/loophole-extension run package:live -
In Live, open Settings, then Extensions, add the built
.ablx, and restart Live.
The same install carries all five extensions and the bridge, because they ship in one extension. Each appears as its own right-click action.
Verify it worked
Section titled “Verify it worked”- Live 12.4.5b Suite is running with the extension installed and active.
- Right-click a MIDI clip. You should see “Lock to Scale…” and “Humanize…” in the menu.
- Run one of them on a clip and confirm the edit, then press undo once to confirm the whole edit reverts in a single step.
If the menu actions appear and one undo reverts an edit, the install is good. If the actions are missing, confirm Dev Mode and the install, then see Troubleshooting.