Skip to main content.

Linux Iphone — Tools

Use idevicesyslog to view live iOS logs (debugging app crashes) or ideviceinfo to dump UDID, battery health, and iOS version.

| Tool | Purpose | Limitations | |------|---------|--------------| | ideviceinstaller | Install, uninstall, list IPA files | Requires jailbreak or AppSync for unsigned IPAs | | idevicesyslog | View app console logs | None | | idevicedebug | Launch apps with environment variables | Limited without jailbreak | linux iphone tools

Installation:

sudo apt install ideviceinstaller
ideviceinstaller -l  # list installed apps
ideviceinstaller -i app.ipa  # install IPA (signed)

ifuse ~/iphone