Browse a bundled catalog of 157,000 vintage iOS apps on an old jailbroken device.
Describe an app in plain language and let AI search find matching vintage titles.
Filter the catalog by iOS version and device type to find compatible apps.
Install multiple archived apps in one batch straight from the catalog.
| adrienrl1/appdrop | zeroxjf/cyanide | nokia-guy123/rwfilemanager | |
|---|---|---|---|
| Stars | 26 | 25 | 24 |
| Language | Objective-C | Objective-C | Objective-C |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a jailbroken iOS 5.0-10.x 32-bit device and installation through Cydia.
AppDrop is an app for older jailbroken iPhones and iPads that lets you browse and install vintage iOS apps from the 2008 to 2014 era. It ships with a catalog of 157,000 archived apps bundled directly inside the installer, so you can browse and queue up downloads without an internet connection to any backend server. The app works on iOS 5.0 through iOS 10.x on 32-bit devices, covering hardware like the iPad 1, iPhone 4, iPod touch 4, and similar models. It does not work on iOS 11 or later because Apple dropped support for 32-bit apps at that point. Installation goes through Cydia, the package manager used on jailbroken iOS devices. You add a custom repository address to Cydia, then install AppDrop from there. Cydia automatically pulls in two helper packages it depends on: one that allows unsigned app files to load, and one that handles the actual installation process. Once AppDrop is on your home screen, you can tap it to start browsing the catalog immediately. The catalog view shows all 157,000 entries and lets you filter by iOS version, device type, and sort order. A search tab lets you find apps by name in real time. There is also an AI chat tab where you describe an app in plain words, in any of seven supported languages, and the system identifies matching vintage titles from the archive. The results appear as tappable cards you can install with a single tap. Under the hood, AppDrop fetches the actual app files from the Internet Archive (archive.org), which hosts the IPA files publicly. It uses a bundled TLS library rather than the system one, because iOS 6 era system networking cannot connect to modern servers. The AI search goes to a free, anonymous endpoint that requires no account or API key. The app collects no analytics and has no account system. The source code is available under the MIT license and can be built using the Theos toolchain on macOS. A build script handles compiling and deploying directly to a connected jailbroken device over SSH.
An app for old jailbroken iPhones and iPads that lets you browse and install a huge archive of vintage apps from 2008 to 2014.
Mainly Objective-C. The stack also includes Objective-C, UIKit, SQLite.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.