iPhoneやiPadアプリをApp Storeから検索しアプリのipaファイルをダウンロードできるコマンドラインツール「ipatool」がMac App Storeアプリの検索とダウンロードに対応しています。詳細は以下から。
![]()
ipatoolはMac App Storeで公開されているアプリをターミナルから検索&ダウンロードできるコマンドラインツール「mas」のiPhone/iPad版のようなアプリで、Go言語で開発されAppleのApp Storeで公開されているiOS/iPadOSアプリの検索やダウンロードが出来ますが、このipatoolがバージョン2.6.0アップデートでMac App Storeで公開されているアプリに対応しています。
ipatool 2.6.0 is here!
– Supports iOS, iPadOS, tvOS, visionOS and macOS App Store
– Can run on macOS, Linux, Windows and iOS⁰- Can list purchases
– More reliable downloads⁰- Smoother loginEmbeds app artwork, adds platform filters, and more.https://t.co/sX2EIeIURy
— Majd (@dev_majd) September 13, 2026
macOS App Store support: Search for and download Mac apps, list available versions, and retrieve version metadata using –platform macos.
リリースノートより
ipatool開発者のMajdさんによると、最新のipatool v2.6.0ではオプションに”–platform macos”を付けることでMac App Storeアプリの検索とダウンロード、利用可能バージョンのリスト、メタデータを取得することが可能になっているそうで、

Apple IDでのログインが必要ですが、既に購入した/ダウンロード済みのアプリなら”ipatool download –app-id AppID –platform macos”でパッケージ形式でダウンロードできるようになっているので、Mac App Storeアプリを管理したい方は試してみて下さい。

brew install ipatool ipatool search "HogeHoge" --platform macos
ipatool v2.6.0
- macOS App Store support: Search for and download Mac apps, list available versions, and retrieve version metadata using –platform macos.
- Run on jailbroken iOS devices.
- Search results now show supported platforms. list-purchases command includes Mac apps and supports filtering with –platform.
- Use purchase –app-id to obtain an app license without looking up its bundle identifier.
- Interactive login now prompts for your email when omitted, with cleaner inline prompts and masked password input.
- Improved recovery from App Store errors and fixed issues with resuming interrupted downloads, including when progress output is disabled.
- Downloaded IPAs now include iTunes artwork when available, with fixes for OTA installation compatibility.
- Improved handling of unexpected Apple responses and fixed a Linux crash on systems with both glibc and musl installed.
- Added support for XDG_STATE_HOME and XDG_DATA_HOME, with automatic migration of existing sessions when possible.

コメント