Skip to content

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