Maintenance fork of ipatool by Majd Alfhaily.
This fork combines fixes for recent Apple App Store authentication and download protocol changes into a single working build, including:
- App Store auth endpoint handling
volumeStore→redownloadProductfallback forfailureType 5002serialNumbersupport in download/version requests- Additional merge and build fixes required to successfully compile these changes together
Original project:
- https://github.com/majd/ipatool
- Copyright © Majd Alfhaily and contributors
This fork was assembled and maintained by Richard Hyunho Im (@richeeta), Route Zero Security.
Credit for the underlying protocol fixes belongs to the respective upstream contributors and pull requests (including PRs #483, #490, and #500). This fork integrates those changes into a working build and includes the additional modifications necessary for successful compilation.
This repository retains the original MIT License and copyright notice.
go build -o ipatool ../ipatool auth login --email "you@example.com"
./ipatool search ChatGPT
./ipatool purchase -b com.openai.chat
./ipatool download -b com.openai.chatVerified working on macOS with current App Store authentication and download flow after integrating the above fixes.