majd/ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) for iOS, iPadOS, tvOS, and visionOS from the App Store.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 32 seconds ago
Added to GitGenius on September 4th, 2026
Created on May 22nd, 2021
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 915
Total Stargazers: 11,008 (+0)
Total Subscribers: 79 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 days
Mean response time: 39.8 days
90th percentile: 65.8 days
Tracked items: 206

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 2 days, while "feature request" waits about 12 days. Only 7% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 10
Closed in 7 days: 1
Avg open age: 263 days
Stale 30+ days: 10
Stale 90+ days: 8

Recent activity

Opened in 7 days: 9
Closed in 7 days: 1
Comments in 7 days: 7
Events in 7 days: 12

Top labels

  • bug (136)
  • feature request (45)
  • auto-close (4)
  • help wanted (1)
  • question (1)

Detailed Description

IPATool is a command-line tool that allows searching and downloading app packages for iOS, iPadOS, tvOS, visionOS, and macOS from the App Store.

The tool solves the problem of programmatically obtaining app packages outside the standard App Store client. It works by authenticating with an Apple ID, searching the App Store catalog, managing app licenses through the purchase system, and downloading the resulting .ipa or .pkg files. The tool supports both interactive mode for manual use and non-interactive mode for automation in scripted environments.

Anyone considering adoption should have an Apple ID configured for App Store access and a supported operating system (Windows, Linux, or macOS). The tool suits researchers, security professionals, and developers who need to work with app packages outside normal distribution channels. Installation is straightforward through GitHub releases or Homebrew on macOS. The workflow involves authenticating once, then using discrete commands to search for apps, manage purchases, list available versions, and download packages.

Development activity shows consistent maintenance with regular releases published to GitHub. The project accepts contributions and maintains documentation including a FAQ section in the wiki. The codebase includes unit tests that can be executed through the Go toolchain, indicating attention to code quality. The tool is written in Go, making it a compiled binary with no runtime dependencies beyond the Go standard library.