This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Releases: andrd3v/titanium
Releases · andrd3v/titanium
Titanium 1.0.0 – Initial runtime injector
Titanium 1.0.0 – Initial release
First public release of Titanium, an on-device runtime injector for iOS.
Features
- In-app dylib injection using opainject.
- CoreTrust / FastPathSign-style bypass to re-sign custom .dylib before injection.
- UI to:
- Pick a target process.
- Choose a custom dylib to inject.
- Fully on-device workflow – no repack / resign of the .ipa required.
Compatibility
- Expected to work on iOS versions supported by TrollStore
(roughly iOS 14.0 – 17.0), when run with appropriate platform entitlements. - Designed for use with TrollStore-installed apps.
Build
- Uses Theos.
- Build and package:
make package