Version: 2.1.1 | Developer: khcrysalis
Feather is a free on-device iOS application manager and installer, utilizing certificates from the Apple Developer Program.
Feather iOS allows you to install and manage applications contained in a single app, using certificate pairs and various installation techniques to allow apps to install on your device.
This is an entirely stock application that utilizes built-in features to accomplish this.
idevice
or using a server
..deb
and .dylib
files.Feather is an e-signature tool similar to Esign, Sideloader, and Gbox. To begin, we require a validly signed IPA. We can achieve this with Zsign, using a provided IPA using a .p12
and .mobileprovision
pair.
Associated Domains
, Custom Network Protocol
, MDM Managed Associated Domains
, Network Extensions
itms-services://?action=download-manifest&url=<PLIST_URL>
to attempt to initiate an install, by using UIApplication.open
.However, due to changes in iOS 18 regarding entitlements, we will need to provide an alternative method of installation. We have two options here, a way to install locally entirely using the local server (the one I have just shown) or use an external HTTPS server that serves as our middle man for our PLIST_URL
, while having the files still local to us.
PLIST_URL
, we use plistserver to host a server online specifically for retrieving it. This still requires a valid HTTPS connection.itms-services://
URL, we can do this by summoning a Safari webview to a locally hosted HTML page with a script to forcefully redirect us to that itms-services URL.Since itms-services initiates the install automatically, we don't need to do anything extra after the process. Though what we do is monitor the streaming progress of the IPA being sent.
https://zeejb.com/feather-ios/
This IPA file can be installed on your iPhone/iPad in a number of ways. Here are some of the easiest, most popular, and secure methods. It's recommended to use TrollStore to avoid the 7-day app revocation.
Last Updated: 2025-06-17
iPA Library Revolution