Skip to content

0.1.2 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 29 Jun 19:54

Release Notes

Fixed

  • Fixed version list requests for Apple's current response shape, including parsing version IDs from songList metadata and exposing the latest external version ID.
  • Improved version list text output by removing placeholder version: ? labels and marking the latest external version.
  • Added clearer guidance when version commands require purchasing the app first.
  • Preserved the selected IPA app bundle and directory metadata when patching downloaded archives.

Install ipatool 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Kosthi/ipatool-rs/releases/download/v0.1.2/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.2/ipatool-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.2

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