Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Al4ise/Azule
https://github.com/Al4ise/Azule
ios tweaks
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Al4ise/Azule
- Owner: Al4ise
- License: other
- Created: 2021-02-13T23:15:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T12:38:34.000Z (4 months ago)
- Last Synced: 2024-08-01T15:12:45.922Z (3 months ago)
- Topics: ios, tweaks
- Language: Shell
- Homepage:
- Size: 2.28 MB
- Stars: 474
- Watchers: 10
- Forks: 47
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azule
A CLI tool used to inject iOS jailbreak tweaks into jailed iOS apps.
## For installation instructions [click here](https://github.com/Al4ise/Azule/wiki)
## Features
* Works with almost every app-targeted tweak
* Supports fetching tweaks through [Canister](https://canister.me/)
* Supports fetching tweaks directly from MobileAPT repos
* Supports importing multiple tweaks at once
* Supports importing custom files and folders:
- .deb .dylib and .framework files will be processed and imported/injected
- other files and folders will be copied to the root directory of the app
* [iOS Only] Supports fetching and decrypting apps from the App Store
* Easy to use:
- Just specify an iPA and a Tweak. Azule will do the rest for you.
- Includes the global command `azule` to further simplify invocation## Advanced Options
* Change an app's version
* Change an app's bundleid
* Change an app's display name
* Remove UISupportedDevices from app
* Fakesign app
* Remove app extensions
* Remove Apple Watch support from appFor the extended usage instructions, run `azule -h` your terminal
## Credits
* [Kabir Oberai](https://github.com/kabiroberai/theos-jailed) - Wrote Theos Jailed
* [Tyilo](https://github.com/Tyilo/insert_dylib) - Wrote insert_dylib
* [LeanVel](https://github.com/LeanVel/insert_dylib) - Ported insert_dylib to Linux
* [screenplaydev](https://github.com/screenplaydev/plutil) - Wrote a Linux alternative for plutil
* [Majd Alfhaily](https://github.com/majd/ipatool) - Wrote ipatool
* [dlevi309](https://github.com/dlevi309/ipatool-ios) - Ported ipatool to iOS
* [NyaMisty](https://github.com/NyaMisty/fouldecrypt) - Wrote fouldecrypt