A command-line tool to fetch IPA files from Apple Configurator.
- Clone this repository:
git clone https://github.com/drewg233/ipafetch.git
cd ipafetch && pip install -e . && cdExtra cd at the end to to get out of the folder, can call ipafetch after that
Basic usage:
ipafetchThis will use the default location (~/Desktop/IPAs) to store the IPA files.
-o, --output: Specify a custom directory to store IPA files
ipafetch -o ~/Downloads/IPAs
# or
ipafetch --output ~/Downloads/IPAsThe tool will:
- Check if Apple Configurator is installed
- Open Apple Configurator if it's installed
- Create the specified IPA directory (or use default: ~/Desktop/IPAs)
- Monitor for new IPA files and copy them automatically
- Python 3.6 or higher
- Apple Configurator (from Mac App Store)
- The tool monitors the Apple Configurator's temporary directory
- When you use Apple Configurator to install an app, it temporarily stores the IPA file
- The tool detects new IPA files and copies them to your specified directory
- You can stop the tool at any time by pressing Ctrl+C