Skip to content

Releases: Kosthi/ipatool-rs

0.1.5 - 2026-07-02

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:35

Release Notes

🐛 Bug Fixes

  • cli: read visible prompts from terminal
  • cli: improve login input UX

Install ipatool 0.1.5

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.5

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

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

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

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:59

Install ipatool 0.1.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.1

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

0.1.0 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:57

Release Notes

Added

  • Initial Rust implementation of the ipatool CLI for searching, purchasing, and downloading IPA files.
  • Interactive terminal UI with Search, Library, Downloads, and Account tabs.
  • Apple ID login, 2FA handling, credential storage, and token refresh flows.
  • App Store search, purchase, download, version listing, and IPA patching commands.
  • Text and JSON output modes for scripting.
  • CI and release workflows for Linux, macOS, and Windows builds.

Install ipatool 0.1.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install Kosthi/tap/ipatool

Download ipatool 0.1.0

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