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