Skip to content

0.1.3 - 2026-06-30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:17

Release Notes

Fixed

  • Read version meta values from the selected IPA's main Info.plist instead of stale App Store download metadata.
  • Added targeted remote ZIP range reading for Info.plist so version metadata can be inspected without downloading the full IPA.
  • Re-authenticate and retry version list and version meta when stored password tokens expire.

Install ipatool 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Kosthi/ipatool-rs/releases/download/v0.1.3/ipatool-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Kosthi/ipatool-rs/releases/download/v0.1.3/ipatool-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.3

File Platform Checksum
ipatool-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ipatool-x86_64-apple-darwin.tar.xz Intel macOS checksum
ipatool-x86_64-pc-windows-msvc.zip x64 Windows checksum
ipatool-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ipatool-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum