Skip to content

0.1.4 - 2026-07-02

Choose a tag to compare

@github-actions github-actions released this 02 Jul 09:13

Release Notes

Fixed

  • Fixed duplicated password input on Windows in both CLI login prompts and TUI login fields.
  • Clarified version download output by showing the resolved version ID and using it in default IPA filenames.
  • Improved errors for missing bundle identifiers and unavailable version IDs with storefront- and command-specific guidance.

Install ipatool 0.1.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.4

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