iFetch is a system diagnostics app for iPhones running a rootless jailbreak on
iOS 14–17. It includes a native UIKit app, Home Screen widgets, a Control
Center module, and the ifetch command for NewTerm and SSH.
- live CPU, memory, storage, battery, temperature, and network monitoring;
- process explorer with tweak details and confirmed process termination;
- per-process sockets, Wi-Fi, DNS, VPN, traffic speed, and latency information;
- crash analysis, injection map, LaunchDaemons, and jailbreak integrity checks;
- system snapshots, health notifications, and a reversible diagnostic mode;
- dark small, medium, and large WidgetKit widgets with automatic refresh;
- live 3×2 CCSupport dashboard for Control Center;
- manual widget cache refresh and rootless-safe privileged operations;
- English and Russian interface.
Add the repository to Sileo and install iFetch:
https://weekanya.github.io/iFetch/
Only rootless jailbreaks are supported. The package architecture is
iphoneos-arm64, with iOS 14.0 as the minimum deployment target.
Run ifetch in NewTerm or over SSH. Useful options include:
ifetch --watch
ifetch --json
ifetch --processes 10
ifetch --network
ifetch --battery
ifetch --lang ruLocal builds require Theos, Swift 5.8, and the iOS 16.5 SDK or newer:
make -C src clean package FINALPACKAGE=1Alternatively, use Build Rootless Artifact to build the project directly on GitHub.
System information is collected locally. iFetch contacts api.ipify.org only
to determine the public IP address.
MIT. See LICENSE.


