Open Source Projects: Difference between revisions

From iPhone Development Wiki
No edit summary
(Include Pastcuts)
(179 intermediate revisions by 65 users not shown)
Line 1: Line 1:
Here is a list of some '''open source software available for jailbroken devices'''. See TheiPhoneWiki for [http://theiphonewiki.com/wiki/Open_Source_Jailbreaking_Tools a list of open source jailbreaking tools]. Please add more projects, especially your own projects!
Please add more projects, especially your own projects!
* [http://theiphonewiki.com/wiki/Open_Source_Jailbreaking_Tools Open Source Jailbreaking Tools]
* Example code can be found using [https://github.com/search?q=tweak+extension%3A+.xm+&ref=searchresults&type=Code&utf8=%E2%9C%93 Github Search]. To read about flexible searching, please see [[Getting Started#Finding example projects]] for advice
* [[Advice for new developers#Choosing open vs. closed source|Advantages, Disadvantages of Open Sourcing]]


'''A note on licenses:''' If a project does not explicitly have a license that gives you the right to use its code, that means it is copyrighted by the developer and you can't use its code in your own projects - in other words, you can read it and learn from it, but don't copy and paste it. If you've published a project that does not have a free license, and you'd like people to be able to use your code if they want to, [http://www.gnu.org/licenses/license-recommendations.html How to choose a license for your own work] and [http://choosealicense.com/ Choose A License] may be helpful. GitHub has advice on [https://help.github.com/articles/open-source-licensing adding a license to your repository].
'''A note on licenses:''' If a project does not explicitly have a license that gives you the right to use its code, that means it is copyrighted by the developer and you can't use its code in your own projects - in other words, you can read it and learn from it, but don't copy and paste it. If you've published a project that does not have a free license, and you'd like people to be able to use your code if they want to, [http://www.gnu.org/licenses/license-recommendations.html How to choose a license for your own work] and [http://choosealicense.com/ Choose A License] may be helpful. GitHub has advice on [https://help.github.com/articles/open-source-licensing adding a license to your repository].
Line 5: Line 8:
'''A note on contributing:''' If you'd like to contribute improvements to one of these projects (or even just file a bug report), a great first step is to get in contact with the developer and talk to them about it - you can email them, tweet them, find them on IRC, open an issue on the project page, or whatever method of communication you can find. People are usually pretty happy to hear that another developer is interested enough in their project to want to add something to it. If you'd like to contribute code to a project that is on GitHub (like most of these), GitHub's [https://guides.github.com/activities/contributing-to-open-source/ guide to contributing to open source] has helpful advice for how to make a pull request (a formal way to propose your changes so they can be easily integrated). And yes, [http://openhatch.org/blog/2013/what-contributing-to-open-source-can-give-back-to-you/ contributing is worth your time].
'''A note on contributing:''' If you'd like to contribute improvements to one of these projects (or even just file a bug report), a great first step is to get in contact with the developer and talk to them about it - you can email them, tweet them, find them on IRC, open an issue on the project page, or whatever method of communication you can find. People are usually pretty happy to hear that another developer is interested enough in their project to want to add something to it. If you'd like to contribute code to a project that is on GitHub (like most of these), GitHub's [https://guides.github.com/activities/contributing-to-open-source/ guide to contributing to open source] has helpful advice for how to make a pull request (a formal way to propose your changes so they can be easily integrated). And yes, [http://openhatch.org/blog/2013/what-contributing-to-open-source-can-give-back-to-you/ contributing is worth your time].


== Tweaks ==
= Tweaks =


Also check out [http://tweakweek.com/ TweakWeek] for a long list of relatively simple open source tweaks, organized by rpetrich.
Also check out [http://tweakweek.com/ TweakWeek] for a long list of relatively simple open source tweaks, organized by rpetrich. [[Tweak Battles]] is also a great resource.
 
== iOS 14 compatible ==


=== iOS 8 compatible ===


{| class="wikitable sortable"
{| class="wikitable sortable"
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
| [https://github.com/KritantaDev/HomePlusPro HomePlus Pro] || Kritanta || iOS 13 - iOS 14 || 2020-06-05 || MIT || "Pro" version of HomePlus
|-
| [https://github.com/MTACS/operator Operator] || MTAC || iOS 13 - iOS 14 || 2021-03-19 || GPLv3 || Set single & dual sim carrier names, signal strength & data types
|-
|-
| [https://github.com/MTACS/Symbols Symbols] || MTAC || iOS 13 - iOS 14 || 2021-03-03 || WTFPL || View catalog of Apple's SF Symbols on device
|-
| [https://github.com/nahtedetihw/ReachPlayer ReachPlayer] || ETHN || iOS 13 - iOS 14 || 2021-04-20 || ~ || Now Playing info in Reachability Window
|-
| [https://github.com/nahtedetihw/StepUp StepUp] || ETHN || iOS 13 - iOS 14 || 2021-04-20 || ~ || Custom volume increments on iOS 14
|-
| [https://github.com/nahtedetihw/SettingsButtons SettingsButtons] || ETHN || iOS 13 - iOS 14 || 2021-04-20 || ~ || Add useful buttons to the Navigation Bar in Settings App
|-
| [https://github.com/nahtedetihw/TimeStamp TimeStamp] || ETHN || iOS 13 - iOS 14 || 2021-04-20 || ~ || Dynamically cycle between time and date in StatusBar
|-
| [https://git.cameronkatri.com/tweaks/tree/QuickActions QuickActions] || Cameron Katri || iOS 13 - iOS 14 || 2022-01-06 || AGPLv3 || Quickly launch apps from the lockscreen
|-
| [https://github.com/zachary7829/Springlicious Springlicious] || zachary7829 || iOS 13 - iOS 14 || 2022-04-07 || MIT || SpringBoard customization tweak
|-
| [https://github.com/zachary7829/Pastcuts Pastcuts] || zachary7829 || iOS 13 - iOS 14 || 2022-04-04 || MIT || Import and convert iOS 15 shortcuts to iOS 13/14
|-
|}
== iOS 13 compatible ==
{| class="wikitable sortable"
! Project !! Author !! Compatibility !! Updated !! License !! Short description
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
|-
| [https://github.com/charlieriesner/Custom-Touch-ID-Fail Custom Touch ID Fail] || CharlieRiesner || iOS 7 - 8.1 || 2014-09-05 || GNUv2 || allows you to set a personalised string for TouchID unmatched finger print
| [https://github.com/KritantaDev/HomePlus HomePlus] || Kritanta || iOS 11 - iOS 13.3 || 2020-01-05 || GPLv3 || Live home-screen layout configuration
|-
| [https://github.com/himynameisubik/iPhoneXDock-master iPhoneXDock] || Ubik || iOS 11 - iOS 13.3 || 2019-11-22 || MIT || Enable iPhone X Dock Style on older devices
|-
| [https://github.com/ConorTheDev/Pastel Pastel] || ConorTheDev || iOS 12 - iOS 13.3 || 2019-12-14 || ~ || Colorize notification badges
|-
| [https://github.com/ConorTheDev/LockWidgets LockWidgets] || ConorTheDev/EvenDev || iOS 11 - iOS 13.3 || 2019-12-14 || ~ || Access Today View Widgets on Lock Screen
|-
| [https://gitra1n.com/yaypixxo/Kage Kage] || YaYPIXXO || iOS 11 - iOS 13.3 || 2020-01-03 || MIT || Various Settings for hiding/showing Things on the Lock Screen and Home Screen
|-
| [https://gitra1n.com/yaypixxo/RoundedPageDots RoundedPageDots] || YaYPIXXO || iOS 7 - iOS 13.3 || 2019-05-07 || MIT || Make the Page Dots square with rounded corners
|-
| [https://github.com/shepgoba/SettingsWidgets SettingsWidgets] || shepgoba || iOS 13 || 2020-06-10 || GPLv3 || Add good looking informative widgets to the front page of the Settings app.
|-
| [https://github.com/KritantaDev/ReachIt ReachIt] || Kritanta || iOS 11 - iOS 13.3 || 2019-12-16 || MIT || Music Player in Reachability View.
|-
| [https://github.com/KritantaDev/Cuboid Cuboid] || Kritanta/NepetaDev/Chilaxan || iOS 11 - iOS 13.3 || 2019-12-14 || MIT || Homescreen layout editor
|-
| [https://github.com/KritantaDev/DeadRinger DeadRinger] || Kritanta || iOS 13 || 2019-12-19 || MIT || Minimalist Ringer icon
|-
| [https://github.com/KritantaDev/Exo Exo] || Kritanta/NepetaDev || iOS 11 - iOS 13.3 || 2020-01-03 || MIT || Information Provider for WKWebView based widgets
|-
| [https://github.com/KritantaDev/Exobar Exobar] || Kritanta/NepetaDev || iOS 11 - iOS 13.3 || 2020-01-03 || MIT || WKWebView based status bar themes
|-
| [https://github.com/KritantaDev/Axon Axon] || Kritanta/BawAppie/NepetaDev || iOS 11 - iOS 13.3 || 2020-01-03 || MIT || Notification Grouping in the notification center
|-
| [https://github.com/KritantaDev/Pivot Pivot] || Kritanta || iOS 13 || 2020-01-05 || MIT || Enable Home-Screen Auto-rotation on all phones
|-
| [https://github.com/OpenPack-io/libCozy libCozy] || Kritanta || iOS 6 - iOS 13.3 || 2020-02-08 || MIT || Library for artwork color analysis.
|-
| [https://github.com/KritantaDev/Gravitation Gravitation] || Kritanta || iOS 9 - iOS 13.3 || 2020-02-16 || MIT || Add gravity to springboard icons
|-
| [https://github.com/KritantaDev/Signe Signe] || Kritanta/Tr1Fecta || iOS 11 - iOS 13.3 || 2020-02-11 || MIT || Draw numbers to execute commands system-wide
|-
| [https://github.com/KritantaDev/ReachCC13 ReachCC13] || Kritanta || iOS 13 || 2020-02-21 || MIT || Reachability Gesture to trigger CC
|-
| [https://github.com/KritantaDev/StatusViz StatusViz] || Kritanta || iOS 13 || 2020-03-17 || MIT || Visualizer in status bar
|-
| [https://github.com/KritantaDev/liblayout liblayout] || Kritanta || iOS 13 || 2020-03-20 || MIT || Incomplete springboard layout editing library
|-
| [https://github.com/KritantaDev/ShakeLight ShakeLight] || Kritanta || iOS 13 || 2020-03-24 || MIT || Example tweak; shake to toggle the flashlight
|-
| [https://github.com/KritantaDev/Fingertips Fingertips] || Kritanta || iOS 13 || 2020-03-29 || MIT || Show touches on the screen
|-
| [https://github.com/KritantaDev/synergy-ios-client iSynergyClient] || Kritanta || iOS 13 || 2020-04-11 || MIT || Updated Synergy client for iOS
|-
| [https://github.com/KritantaDev/Iconoclast Iconoclast] || Kritanta || iOS 13 || 2020-04-16 || MIT || Updated Iconoclasm tweak
|-
| [https://github.com/KritantaDev/letmedebug letmedebug] || Kritanta || iOS 13 || 2020-04-17 || MIT || Tweak to counter anti-debugging in Apps.
|-
| [https://github.com/KritantaDev/Garden Garden] || Kritanta || iOS 13 || 2020-05-23 || MIT || Insert media page on homescreen
|-
| [https://github.com/KritantaDev/Chapters Chapters] || Kritanta || iOS 13 || 2020-05-17 || MIT || (Non-Logos) Labels on springboard
|-
| [https://github.com/iandwelker/smserver SMServer] || Janshai || iOS 13 || 2020-08-28 || GPLv3 || Send texts and attachments from your browser
|}
 
== iOS 12 compatible ==
 
{| class="wikitable sortable"
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
| [https://github.com/iKilledAppl3/Malipo Malipo] || J.K. Hayslip (iKilledAppl3) || iOS 10 - iOS 12.1.2 || 2018-08-23 || MIT || Change your charge sounds.
|-
| [https://gitra1n.com/yaypixxo/CustomNoOlderNotifications CustomNoOlderNotifications] || YaYPIXXO || iOS 11 - iOS 12.4.4 || 2019-05-14 || MIT || Change the "No Older Notifications" Text on the Lock Screen
|-
| [https://gitra1n.com/yaypixxo/SquareSwitcherX SquareSwitcherX] || YaYPIXXO || iOS 11 - iOS 12.4.4 || 2019-05-04 || MIT || Make the iPhone X Switcher Cards look like the ones on non-X devices
|-
|}
 
== iOS 11 compatible ==
 
{| class="wikitable sortable"
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
| [https://github.com/zaneh/cctimercountdown CCTimerCountdown] || Zane Helton || iOS 11 || 2018-03-25 || MIT || Display remaining time on timer in the control center.
|-
| [https://github.com/iKilledAppl3/ColorMyCCModules-CCWallCustomizer-2 ColorMyCCModules + CCWallCustomizer 2] || J.K. Hayslip (iKilledAppl3) || iOS 10 - 11 || 2018-06-13 || MIT || Colorize your CC Modules and Customize your CC Background.
|-
| [https://github.com/ruler225/jailbreaktweaks/ Multiple Small Tweaks] || Youssef Mikhail || iOS 11 || 2018-07-01 || N/A || A collective repo of ruler225's tweaks.
|-
| [https://github.com/Auxilium-Development Multiple Tweaks] || Auxilium Development || iOS 11 || 2018-04-16 || MIT || A collective repo of many tweaks, basic and advanced.
|-
| [https://github.com/jakeajames/RealCC RealCC] || Jake James || iOS 11 || 2018-07-12 || N/A || Actually disable Wi-Fi and Bluetooth from Control Center.
|-
| [https://github.com/iKilledAppl3/Swipe2Rec Swipe2Rec] || J.K. Hayslip (iKilledAppl3) || iOS 11 - 11.4 beta 3 || 2018-07-26 || MIT || Record your screen with just a swipe on the StatusBar.
|-
|-
| [https://github.com/ryanb93/CyDelete CyDelete] || CyDelete8 || iOS 7 - 8.1 || 2014-11-10 || GPLv3 || Uninstall Cydia applications via SpringBoard
| [https://github.com/jakeajames/TimeToUnlock TimeToUnlock] || Jake James || iOS 11 || 2018-07-12 || N/A || Set the current time as your passcode.
|-
|-
| [https://github.com/PoomSmart/HiddenSettings7 HiddenSettings7] || PoomSmart || iOS 7 - 8 || 2014-10-24 || MIT || show hidden SpringBoard settings
| [https://github.com/jakeajames/CatchaThief CatchaThief] || Jake James || iOS 11 || 2018-07-12 || N/A || Take a picture of whoever inputs an incorrect passcode.
|-
|-
| [https://github.com/GN-OS/Bloard Bloard] || GN-OS || iOS 7 - 8 || 2014-02-14 || ? || make keyboards black
| [https://github.com/johnnyjwaity/UnlockTimeXI TimeUnlockXI] || Johnny Waity || iOS 11 || 2018-07-08 || N/A || Have a Dynamic Passcode by having it set as the time.
|-
|-
| [https://github.com/patrickk17/noslowanimationsxi NoSlowAnimationsXI] || Patrick Knauf || iOS 11 || 2018-07-30 || MIT || Don't get slowed down by animations on iOS 11!
|}
|}


=== iOS 7 compatible ===
== iOS 10 compatible ==


{| class="wikitable sortable"
{| class="wikitable sortable"
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
| [https://github.com/iKilledAppl3/9Clock 9Clock] || J.K. Hayslip (iKilledAppl3) || iOS 10 || 2018 - 06- 02 || Apache 2.0 || Bring back the iOS 9 clock to iOS 10
|-
|-
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
| [https://github.com/SatbirTanda/ArtworkAnimations ArtworkAnimations] || sst1337 || iOS 8 - 10 || 04-17-2017 || MIT || Animate Your Lockscreen Album Art
|-
| [https://github.com/PoomSmart/BlurryBadges BlurryBadges] || PoomSmart || iOS 7 - 10 || 2017-01-05 || MIT || Blurry icon badges
|-
| [https://github.com/PoomSmart/CameraModes CameraModes] || PoomSmart || iOS 7 - 10 || 2017-06-06 || MIT || Specific available camera modes
|-
| [https://github.com/Skittyblock/CCPage CCPage] || Skitty || iOS 10 || 2017-07-16 || MIT || Example of adding a page to the CC
|-
| [https://github.com/iKilledAppl3/CCWallCustomizer CCWallCustomizer] || iKilledAppl3 & J.K. Hayslip || iOS 10 || 2017-06-06 || Apache || Customize the CC background.
|-
| [https://github.com/wolfposd/ClearOnOpen ClearOnOpen] || wolfposd || iOS 6 - 10 || 2017-02-07 || WTFPL || Clears Spotlight search on opening.
|-
| [https://github.com/Sticktron/DarkMessages DarkMessages] || Sticktron || iOS 10 || 2017-04-04 || © || Dark Mode for the Messages App.
|-
| [https://github.com/SatbirTanda/DebuggingInformationOverlay DebuggingInformationOverlay] || sst1337 || iOS 10 || 05-30-2017 || MIT || Show Apple's UIDebuggingInformationOverlay on any app
|-
| [https://github.com/iKilledAppl3/enableccmute EnableCCMute] || iKilledAppl3 || iOS 10 || 2017-02-22 || Apache || Enables the hidden mute toggle for all iOS 10 devices.
|-
| [https://github.com/iKilledAppl3/Envoy Envoy] || iKilledAppl3 || iOS 7- 10 || 2017-03-22 || GPLv3 || Enhance your FB Messenger.
|-
| [https://github.com/PoomSmart/Flashorama Flashorama] || PoomSmart || iOS 6 - 10 || 2017-06-06 || MIT || Toggle torch in Panorama mode
|-
| [https://github.com/Sticktron/FrontCamUnMirror FrontCamUnMirror] || Sticktron  || iOS 7 - 10 || 2017-02-15 || © || Un-Mirror the Front Camera's Live Preview.
|-
| [https://github.com/iKilledAppl3/IGProfileNavTextColorer IGProfileNavTextColorer] || iKilledAppl3  || iOS 10 || 2017-08-04 || Apache 2.0 || A tweak that demos how to color the IGInsetLabel that Instagram Uses for the profile view.
|-
| [https://github.com/evilgoldfish/LockGlyphX LockGlyph X] || evilgoldfish, Sticktron, AppleBetasDev || iOS 10 || 2017-03-05 || MIT || The evolution of LockGlyph. For iOS 10.
|-
| [https://github.com/iKilledAppl3/Meteora Meteora] || J.K Hayslip (iKilledAppl3), SkittyBlock, Sticktron, D_Gh0st, Fr0mDerik || iOS 10 || 2017-08-09 || MIT || iOS 7 - iOS 9 Lockcreen for iOS 10!
|-
| [https://github.com/PoomSmart/MoreTimer MoreTimer] || PoomSmart || iOS 8 - 10 || 2017-06-06 || MIT || Configurations for camera timer mode
|-
| [https://github.com/iKilledAppl3/NCWallCustomizer NCWallCustomizer] || iKilledAppl3 || iOS 10 || 2017-06-06 || Apache || Custom NC backgrounds.
|-
|-
| [https://github.com/fewjative/alarmnotifier AlarmNotifier] || fewjative || iOS 7 || 2014-05-17 || MIT || displays a notification that displays the amount of time before the alarm will go off
| [https://github.com/PoomSmart/NoGrayContrast NoGrayContrast] || PoomSmart || iOS 7.1 - 10 || 2016-06-06 || MIT || Remove gray patterns from folders and dock background
|-
|-
| [https://github.com/PoomSmart/AnimatedWeatherEnabler AnimatedWeatherEnabler] || PoomSmart || iOS 7 || 2014-02-21 || MIT || enable iOS 7 weather app animation in iPhone 4
| [https://github.com/iKilledAppl3/noinstastories NoInstaStories] || iKilledAppl3 || iOS 10+ || 2018-04-07 || Apache 2.0 || Remove the Instagram Stories from your Instagram feed.
|-
|-
| [https://github.com/PoomSmart/AppColorClose AppColorClose] || PoomSmart || iOS 7 || 2014-08-17 || MIT || close box color based on app icon
| [https://github.com/PoomSmart/NoUpperCaseTable NoUpperCaseTable] || PoomSmart || iOS 7 - 10 || 2017-01-05 || MIT || Disable UITableView titles uppercase
|-
|-
| [https://github.com/PoomSmart/Auto-HDR-Enabler Auto HDR Enabler] || PoomSmart || iOS 7.1 || 2014-01-04 || MIT || enable iPhone 5s' Auto HDR mode in unsupported devices
| [https://github.com/SatbirTanda/PanoramaPapers PanoramaPapers] || sst1337 || iOS 9 - 10 || 04-30-2017 || MIT || Add a different image to each SpringBoard Screen!
|-
|-
| [https://github.com/PoomSmart/BackdropBar BackdropBar] || PoomSmart || iOS 7 || 2014-08-23 || MIT || blurry backdrop SB status bar
| [https://github.com/PoomSmart/Record--n--Torch Record 'n' Torch] || PoomSmart || iOS 5 - 10 || 2017-06-06 || MIT || Toggle torch while recording video
|-
|-
| [https://github.com/GN-OS/BadgeClearer BadgeClearer] || GN-OS || iOS 4 - 7.1 || 2014-01-31 || zlib || remove app badges
| [https://github.com/megacookie/SwipyFolders SwipyFolders] || MegaCookie || iOS 8 - 10 || 2017-08-02 || MIT || Gestures for your folders
|-
|-
| [https://github.com/insanj/Bluepicker Bluepicker] || insanj || iOS 6 - 7 || 2014-05-16 || CC BY-NC || control Bluetooth devices via Activator
| [https://github.com/PoomSmart/TransparentCameraBar TransparentCameraBar] || PoomSmart || iOS 4 - 10 || 2017-06-06 || MIT || Set camera bar opacity or shrink it
|-
|-
| [https://github.com/PoomSmart/BlurryBadges BlurryBadges] || PoomSmart || iOS 7 || 2014-09-19 || MIT || blurry icon badges
| [https://github.com/iKilledAppl3/WaterCharge WaterCharge] || iKilledAppl3 & J.K. Hayslip || iOS 10 || 2017-06-04 || Apache || Cool Water effects in the charge view.
|-
|-
| [https://github.com/PoomSmart/BlurryBar BlurryBar] || PoomSmart || iOS 7 || 2014-08-23 || MIT || fast blurry SB status bar
| [https://github.com/ianb821/WhoAreYou WhoAreYou] || Ian Burns || iOS 10 || 2017-01-4 || MIT || Put the name of the sender in the Messages QR banner
|-
|-
| [https://github.com/PoomSmart/BlurryContrast BlurryContrast] || PoomSmart || iOS 7 || 2014-09-19 || MIT || no SpringBoard blurry effects as increase contrast option enabled
| [https://github.com/nathanaccidentally/LongerMessage10 LongerMessage10] || nathanaccidentally || iOS 10 || 2017-5-22 || MIT || Change notification line ammount from settings.
|}
 
== iOS 9 compatible ==
 
{| class="wikitable sortable"
|-
|-
| [https://github.com/jontelang/Boover Boover] || jontelang || iOS 5 - 7 || 2014-01-14 || ? || move icon badges
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
|-
| [https://github.com/hbang/BrightVol BrightVol] || hbang || iOS 4 - 7 || 2014-02-07 || GPL || control brightness with volume buttons (using Activator)
| [https://github.com/Sticktron/AhAhAh Ah!Ah!Ah!] || Sticktron || iOS 7 - 9 || 2016-10-04 || © || A themeable unlock error alarm inspired by Jurassic Park.
|-
|-
| [https://github.com/rpetrich/BrowserChooser BrowserChooser] || rpetrich || iOS 5 - 7 || 2014-01-19 || ? || switch default browsers
| [https://github.com/PoomSmart/AppColorClose AppColorClose] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Close box color based on app icon
|-
|-
| [https://github.com/PoomSmart/Burst-Mode Burst mode] || PoomSmart || iOS 5 - 7.1 || 2014-02-21 || MIT || extend or enable the Burst Mode feature
| [https://github.com/Bruno-Furtado/bitprice-ios BitPrice] || Bruno Tortato Furtado || iOS 9 - 11 || 2018-02-06 || MIT || iOS app for display and monitor the current Bitcoint rate.
|-
|-
| [https://github.com/PoomSmart/CamBlur7 CamBlur7] || PoomSmart || iOS 7 || 2014-01-11 || MIT || live blur effect for camera top/bottom bar
| [https://github.com/PoomSmart/BlurryBar BlurryBar] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Fast blurry SB status bar
|-
|-
| [https://github.com/PoomSmart/CamElapsedPlus CamElapsed+] || PoomSmart || iOS 7 || 2014-02-16 || MIT || more video recording elapsed time resolution
| [https://github.com/PoomSmart/BlurryContrast BlurryContrast] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || No SpringBoard blurry effects as increase contrast option enabled
|-
|-
| [https://github.com/PoomSmart/CamRotate CamRotate] || PoomSmart || iOS 5 - 7.1 || 2013-12-25 || MIT || design camera rotation
| [https://github.com/PoomSmart/Burst-Mode Burst mode] || PoomSmart || iOS 5 - 9 || 2016-06-11 || MIT || Extend or enable the Burst Mode feature
|-
|-
| [https://github.com/PoomSmart/CamToggleBlur CamToggleBlur] || PoomSmart || iOS 7 || 2014-10-05 || MIT || toggle for blur transition effect in camera app
| [https://github.com/PoomSmart/CamBlur7 CamBlur7] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Live blur effect for camera top/bottom bar
|-
|-
| [https://github.com/PoomSmart/CamVolZoom CamVolZoom] || PoomSmart || iOS 5 - 7.1 || 2014-01-12 || MIT || use volume buttons for camera zooming
| [https://github.com/PoomSmart/CamElapsedPlus CamElapsed+] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || More video recording elapsed time resolution
|-
|-
| [https://github.com/PoomSmart/CCFlashLightLevel CCFlashLightLevel] || PoomSmart || iOS 7 || 2014-02-21 || MIT || adjustable torch level in Control Center
| [https://github.com/PoomSmart/CamRotate CamRotate] || PoomSmart || iOS 5 - 9 || 2016-06-11 || MIT || Design camera rotation
|-
|-
| [https://github.com/VAlexander/Chameleon Chameleon] || VAlexander || iOS 7 || 2014-07-29 || MIT || lightweight x powerful flat color framework for iOS
| [https://github.com/zaneh/cctimercountdown CCTimerCountdown] || Zane Helton || iOS 9 || 2015-11-25 || MIT || Display remaining time on timer in the control center.
|-
|-
| [https://bitbucket.org/coolstar/classicbadges ClassicBadges] || coolstar || iOS 7 || 2014-04-12 || GPLv3 || iOS 6 Badges for iOS 7
| [https://github.com/ruslan120101/CleanCydia CleanCydia] || Ruslan Ardashev || iOS 8 - 9 || 2016-01-24 || MIT || Remove most ads from Cydia.
|-
| [https://github.com/SatbirTanda/DockArt DockArt] || sst1337 || iOS 7 - 9 || 2016-01-01 || MIT || Add an image to your dock
|-
| [https://github.com/PoomSmart/FaceDetectionDuringVideo FaceDetectionDuringVideo] || PoomSmart || iOS 6 - 9 || 2016-06-11 || MIT || Enable Face Detection when start video recording
|-
| [https://github.com/DavidGoldman/flash Flash] || David Goldman || iOS 8 - 9 || 2015-12-23 || - || Flashlight access on lock screen while in darkness
|-
|-
| [https://bitbucket.org/coolstar/classicdock ClassicDock] || coolstar || iOS 7 || 2014-05-12 || GPLv3 || iOS 6 Dock for iOS 7
| [https://github.com/PoomSmart/FrontFlash FrontFlash] || PoomSmart || iOS 4 - 9 || 2016-06-11 || MIT || Simulate flash in Front-Facing camera by flashing the screen
|-
|-
| [https://github.com/insanj/Cleary Cleary] || insanj || iOS 6 - 7 || 2014-04-27 || BSD || create Clear tasks using Activator
| [https://github.com/PoomSmart/Front-HDR Front HDR] || PoomSmart || iOS 6 - 9 || 2016-06-11 || MIT || Enable HDR in Front-Facing camera
|-
|-
| [https://github.com/PoomSmart/Contrast70 Contrast70] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || add gray patterns for increase contrast handling.
| [https://github.com/i0sa/GrabberApp9 GrabberApp8] || i0sa || iOS 8 - 9 || 2015-11-11 || MIT || Change lockscreen camera grabber app and add another left one.
|-
|-
| [https://github.com/Qusic/Couria Couria] || Qusic || iOS 6 - 7 || 2014-02-08 || GPLv3 || quick reply and quick compose system
| [https://github.com/eswick/harbor Harbor] || Evan Swick || iOS 7 - 9 || 2015-11-1 || GPLv3 || OS X-style dock redesigned for touch screens
|-
|-
| [https://github.com/fewjative/customspotlighttext CustomSpotlightText] || fewjative || iOS 7 || 2014-05-17 || MIT || customize the placeholder text found when doing a spotlight search
| [https://github.com/ayushgoel/LinkKeyboard LinkKeyboard] || Ayush Goel || iOS 8 - 10 || 2016-10-28 || MIT || Put all your links in one place and make them accessible via a keyboard.
|-
|-
| [http://gitweb.saurik.com/cydget.git Cydget] ([[Cydget]]) || saurik || iOS 2.2 - 7 || 2014-02-18 || BSD || manage lockscreen plugins
| [https://github.com/iKilledAppl3/NanoChargingView NanoChargingView] || Billy Ellis & iKilledAppl3 || iOS 8 - 9 || 2016-08-3 || © || Apple Watch style charging on the lockscreen
|-
|-
| [https://github.com/rweichler/cylinder Cylinder] || rweichler || iOS 4 - 7 || 2014-03-27 || GPLv3 || animated page swipes
| [https://github.com/PoomSmart/NoPhotoGestures NoPhotoGestures] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || No more photo gestures in album
|-
|-
| [https://github.com/thomasfinch/Dim Dim] || tomf64 || iOS 7 || 2014-05-07 || GPL || dim device screen below minimum brightness
| [https://github.com/wolfposd/NoLiveClock NoLiveClock] || wolfposd || iOS 7 - 9 || 2015-10-16 || MIT || Disables Clock animation on Springboard.
|-
|-
| [https://github.com/jjxtra/DRColorPicker DRColorPicker] || jjxtra || iOS 6,7,8,etc. || 2014-09-01 || MIT || #1 color picker for iOS - favorites, recents, hue, wheel, import images
| [https://github.com/PoomSmart/NoWallpaperZoomAnimation NoWallpaperZoomAnimation] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || No more wallpaper zooming animation
|-
|-
| [https://github.com/MiloSovoy/Dropped Dropped] || James-Isaac-Neutron || iOS 7 || 2014-10-20 || MIT || Activator events for dropping your phone
| [https://github.com/SatbirTanda/Nemerov Nemerov] || sst1337 || iOS 7 - 9 || 2016-01-01 || MIT || Customize your screenshot animation
|-
|-
| [https://github.com/PoomSmart/EffectsPlus Effects+] || PoomSmart || iOS 7 || 2014-03-13 || Apache 2.0 || more filters for Camera & Photos app
| [https://github.com/SatbirTanda/NemerovPlus NemerovPlus] || sst1337 || iOS 7 - 9 || 2016-01-01 || MIT || Customize your screenshot animation
|-
|-
| [https://github.com/PoomSmart/FaceDetectionDuringVideo FaceDetectionDuringVideo] || PoomSmart || iOS 6 - 7.1 || 2013-12-25 || MIT || enable Face Detection when start video recording
| [https://github.com/ravecode/OneTapClear OneTapClear] || Rave || iOS 8 - 9 || 2015-10-30 || MIT || One tap to clear NC notifications.
|-
|-
| [https://github.com/NSPwn/Fake-Operator FakeOperator] || GreySyntax || iOS 4.1 - 7.1 || 2014-01-06 || GPL || allows the carrier label to be changed
| [https://github.com/PoomSmart/PanoEnabler PanoMod] || PoomSmart || iOS 6 - 9 || 2016-06-11 || MIT || Enable Panorama and customize it
|-
|-
| [https://github.com/BenAndCarl/Faces Faces] || Ben Rosen & CPDigitalDarkroom || iOS 7 || 2014-09-08 || GPLv3 || set images for passcode buttons.
| [https://github.com/PoomSmart/PhotoTorch PhotoTorch] || PoomSmart || iOS 6 - 9 || 2016-06-11 || MIT || Adjustable torch in camera app
|-
|-
| [https://github.com/thomasfinch/Favebot FaveBot] || tomf64 || iOS 7 || 2014-05-23 || GPL || view favorites natively in Tweetbot 3
| [https://github.com/iKilledAppl3/roundedswitchr RoundedSwitchr] || iKilledAppl3 || iOS 9+ || 2016-11-11 || Apache || shape your multitasking cards
|-
|-
| [https://github.com/PoomSmart/Flashorama Flashorama] || PoomSmart || iOS 6 - 7.1 || 2013-12-27 || MIT || toggle torch in Panorama mode
| [https://github.com/SatbirTanda/SwipeToDeleteContact SwipeToDeleteContact] || sst1337 || iOS 7 - 9 || 2016-01-01 || MIT || Swipe to delete a contact
|-
|-
| [https://github.com/PoomSmart/FrontFlash FrontFlash] || PoomSmart || iOS 4 - 7.1 || 2013-12-25 || MIT || simulate flash in Front-Facing camera by flashing the screen
| [https://github.com/karimhm/RotaryLock RotaryLock] || Karim Hamm || iOS 7 - 9 || 2015-22-09 || © || Add a combination lock to your lock screen replacing the stock number pad
|-
|-
| [https://github.com/PoomSmart/Front-HDR Front HDR] || PoomSmart || iOS 6 - 7.1 || 2013-12-25 || MIT || enable HDR in Front-Facing camera
| [https://github.com/PoomSmart/Slo-mo-Mod Slo-mo Mod] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Enable Slo-mo capture in unsupported devices
|-
|-
| [https://github.com/rpetrich/FullForce FullForce] || rpetrich || iOS 3.2 - 7 || 2014-01-10 || GPL || force applications to show in iPad mode
| [https://github.com/ludvigeriksson/snoozehelper SnoozeHelper] || Ludvig Eriksson || iOS 8 - 9 || 2015-10-23 || MIT || Make the whole screen act like a snooze button.
|-
|-
| [https://github.com/bushe/GoodByeSlideTo GoodByeSlideTo] || Bushe || iOS 7 || 2014-02-16 || ? || removes "Slide To" text under notifications
| [https://github.com/ludvigeriksson/statusbartimer StatusBarTimer] || Ludvig Eriksson || iOS 7 - 9 || 2015-10-23 || MIT || Show the timer or stopwatch in the status bar.
|-
|-
| [https://github.com/PoomSmart/HDRBadge70 HDRBadge70] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || fulfill incompleted HDR badge system
| [https://github.com/PoomSmart/Still-Capture-Enabler-2 Still Capture Enabler 2] || PoomSmart || iOS 4 - 9 || 2016-06-11 || MIT || Take still during video recording
|-
|-
| [https://github.com/codyd51/Hermes Hermes] || Codyd51 || iOS 7 || 2014-07-15 || CC || simplistic quick reply
| [https://github.com/PoomSmart/SwitchAutofocus SwitchAutofocus] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Improvement for camera autofocus
|-
|-
| [https://github.com/sharedRoutine/Hold2Speak Hold2Speak] || isklikas - sharedRoutine || iOS 7 || 2014-05-03 || ? || reply and start calls with the speaker enabled
| [https://github.com/freerunnering/SwipeSelection SwipeSelection] || freerunnering || iOS 4 - 9 || 2015-07-08 || © || Move cursor and selection text with keyboard gestures
|-
|-
| [https://github.com/PoomSmart/IB-Graphics-Selector IB Graphics Selector] || PoomSmart || iOS 5 - 7 || 2014-02-24 || MIT || select Infinity Blade app graphics quality
| [https://github.com/ludvigeriksson/timeuntilalarm TimeUntilAlarm] || Ludvig Eriksson || iOS 7 - 9 || 2015-12-02 || MIT || Show the time remaining until alarms go off.
|-
|-
| [https://github.com/cc941201/iMessageSpamReporter iMessageSpamReporter] || CC-Dog || iOS 7 || 2014-02-21 || BSD || report iMessage spam to Apple directly in MobileSMS.app
| [https://github.com/bolencki13/traverse Traverse] || Brian Olencki || iOS 9 || 2016-01-14 || MIT || Create custom 3D touch actions for Apps on your device.
|-
|-
| [https://github.com/switchpwn/KeyShortcut KeyShortcut] || switchpwn || iOS 6 - 7 || 2014-05-13 || MIT || use keys as shortcut
| [https://github.com/PoomSmart/RenameFolderWithoutName Unrestricted Folders Naming] || PoomSmart || iOS 5 - 9 || 2016-06-11 || © || Folder name spacing will remain, can rename folder
|-
|-
| [https://github.com/ashikase/LastApp LastApp] || ashikase || iOS 3 - 7 || 2014-01-02 || BSD || quickly switch to previous application
| [https://github.com/zaneh/unsplashwallpaper UnsplashWallpaper] || Zane Helton || iOS 8 - 9 || 2015-11-25 || MIT || Save and change wallpaper images to images from Unsplash.
|-
|-
| [https://github.com/PoomSmart/Live-Effects-Enabler Live Effects Enabler] || PoomSmart || iOS 7 || 2014-02-21 || MIT || camera live filters for unsupported iOS 7 devices
| [https://github.com/PoomSmart/Video-Zoom-Mod Video Zoom Mod] || PoomSmart || iOS 7 - 9 || 2016-06-11 || MIT || Enable Video Zoom & set the maximum zoom factor
|-
|-
| [https://github.com/PoomSmart/LLBPano LLBPano] || PoomSmart || iOS 6 - 7.1 || 2013-12-25 || MIT || enable Low-light mode in Panorama
|[https://github.com/isammour/WACallConfirm WACallConfirm] || Ibrahim Sammour || iOS 7-9 || 2016-07-28 || MIT || Confirm before calling on WhatsApp
|-
|-
| [https://github.com/PoomSmart/LocationRemindersEnabler7 LocationRemindersEnabler7] || PoomSmart || iOS 7 || 2014-02-21 || MIT || enable location-reminders for unsupported iOS 7 devices
|[https://github.com/Sticktron/Wu-Lock Wu-Lock] || Sticktron || iOS 8-9 || 2015-04-15 || © || Unlock in Wu-Tang style!
|}
 
== iOS 8 compatible ==
 
{| class="wikitable sortable"
|-
|-
| [https://github.com/fewjative/LowPowerBanner LowPowerBanner] || fewjative || iOS 5 - 7 || 2014-05-17 || MIT || changes power alerts into banners and can customize the text, icon, sound and when to receive the alert
! Project !! Author !! Compatibility !! Updated !! License !! Short description
|-
|-
| [https://github.com/hbang/MapsOpener MapsOpener] || hbang || iOS 5 - 7 || 2014-04-03 || GPL || open Google Maps links in the Google Maps app
| [https://github.com/brycepauken/Aeuria-LS Aeuria LS] || Bryce Pauken || iOS 8 || 2015-26-07 || MIT || A clock-centered lockscreen replacement
|-
|-
| [https://github.com/b3ll/MessageBox MessageBox] || b3ll  || iOS 7 || 2014-04-02 || BSD || use Chat Heads outside Facebook app
| [https://github.com/wvabrinskas/allarm Allarm] || William_vab || iOS 8 || 2015-20-06 || ? || Toggle all alarms at once on your iOS Device directly in the Clocks app.
|-
|-
| [https://github.com/PoomSmart/MyAssistive MyAssistive] || PoomSmart || iOS 5 - 7.1 || 2014-01-05 || MIT || repurpose the Assistive Touch
| [https://github.com/MohammadAG/iOS-AutoAirPlay AutoAirPlay] || MohammadAG || iOS 8 || 2015-01-05 || GPLv3 || Activator plugin to connect to first AirPlay device.
|-
|-
| [https://github.com/hbang/NCPad NCPad] || hbang || iOS 5 - 7 || 2014-01-30 || MIT || resize notification banners to iPad screen width
| [https://github.com/GN-OS/Bloard Bloard] || GN-OS || iOS 7 - 8 || 2014-02-14 || ? || Make keyboards black
|-
|-
| [https://github.com/r-plus/NoDictation NoDictation] || r-plus || iOS 5.1 - 7 || 2013-12-30 || ? || disable dictation key without disabling Siri
| [https://github.com/xTheMaster3x/BlueBoard BlueBoard] || xTM3x || iOS 7 - 8 || 2015-02-14 || Apache 2.0 || Make keyboard keys blue
|-
|-
| [https://github.com/PoomSmart/NoGrayContrast NoGrayContrast] || PoomSmart || iOS 7.1 || 2014-09-19 || MIT || remove gray patterns from folders and dock background
| [https://github.com/PoomSmart/CamToggleBlur CamToggleBlur] || PoomSmart || iOS 7 - 8 || 2015-01-10 || MIT || Toggle for blur transition effect in camera app
|-
|-
| [https://github.com/fewjative/nonearme NoNearMe] || fewjative || iOS 7 || 2014-05-17 || MIT || removes the 'Near Me' tab from the AppStore Application
| [https://github.com/PoomSmart/CamVolZoom CamVolZoom] || PoomSmart || iOS 5 - 8 || 2015-01-10 || MIT || Use volume buttons for camera zooming
|-
|-
| [https://github.com/PoomSmart/NoUpperCaseTable NoUpperCaseTable] || PoomSmart || iOS 7 || 2014-07-14 || MIT || disable UITableView titles uppercase
| [https://github.com/PoomSmart/CCFlashLightLevel CCFlashLightLevel] || PoomSmart || iOS 7 - 8 || 2015-03-12 || MIT || Adjustable torch level in Control Center
|-
|-
| [https://github.com/nickfrey/NowNow NowNow] || nickfrey || iOS ? - 7 || 2014-05-14 || ? || invoke Google Voice Search using Activator
| [https://github.com/DavidGoldman/ColorBanners ColorBanners] || DavidGoldman || iOS 8 || 2015-05-28 || - || Color banners and notifications
|-
|-
| [https://github.com/jzplusplus/OkSiri OkSiri] || jzplusplus || iOS 7 || 2014-07-25 || GPLv2 || always-on keyword recognition
| [https://github.com/Cr4zyS1m0n/curtainChecker curtainChecker] || Simon Selg || iOS 8 - 8.1.2 || 2015-01-06 || - || VoiceOver enhancements for blind people
|-
|-
| [https://github.com/ruslan120101/panicLock panicLock] || panicLock || iOS 7 || 2014-08-10 || ? || discrete locking of iDevice even with a compromised passcode
| [https://github.com/robottom/CustomFlash CustomFlash] || Aaron Thomas || iOS 8 - 8.4 || 2015-07-12 || - || Remove flash when screenshotting and replace with a notification
|-
|-
| [https://github.com/PoomSmart/PanoEnabler PanoMod] || PoomSmart || iOS 6 - 7.1 || 2014-09-19 || MIT || enable Panorama and customize it
| [https://github.com/ryanb93/CyDelete CyDelete] || Ryan Burke || iOS 7 - 8.1 || 2014-11-10 || GPLv3 || Uninstall Cydia applications via SpringBoard
|-
|-
| [https://github.com/PoomSmart/PhotoTorch PhotoTorch] || PoomSmart || iOS 6 - 7.1 || 2014-02-01 || MIT || adjustable Torch in Photo Camera mode
| [https://github.com/robottom/DeleteAllMessages8 DeleteAllMessages8] || Aaron Thomas || iOS 8 - 8.4 || 2015-07-07 || - || Adds button to delete all messages at once
|-
|-
| [https://github.com/protosphere/pinnacle Pinnacle] || ProtoSphere || iOS ? - 7 || 2014-04-11 || MIT || hold back button to go to top-level page
| [https://github.com/iNasser0/DockColor DockColor] || iNasser || iOS 7 - 8 || 2015-01-03 || - || Simple tweak to change the home screen dock color
|-
|-
| [https://github.com/b3ll/PostOffice PostOffice] || b3ll || iOS 6 - 7 || 2014-03-18 || BSD || forward iOS notifications to Google Glass
| [https://github.com/MohammadAG/iOS-DoubleTapToSleep DoubleTapToSleep] || MohammadAG || iOS 8 || 2014-12-22 || GPLv3 || Double tap lock or home screen to lock the screen
|-
|-
| [https://github.com/cc941201/PreferredLanguageOrder PreferredLanguageOrder] || CC-Dog || iOS 7 || 2014-03-07 || BSD || adjust preferred language order in Preferences.app
| [https://github.com/jjxtra/DRColorPicker DRColorPicker] || jjxtra || iOS 6 - 8 || 2014-09-01 || MIT || Color picker for iOS - favorites, recents, hue, wheel, import images
|-
|-
| [https://github.com/thomasfinch/Priority-Hub Priority Hub] || tomf64 || iOS 7 || 2014-05-28 || MIT || sort lock screen notifications by app
| [https://github.com/PoomSmart/IB-Graphics-Selector IB Graphics Selector] || PoomSmart || iOS 5 - 8 || 2015-01-10 || MIT || Select Infinity Blade app graphics quality
|-
|-
| [https://github.com/PoomSmart/ProximityCam ProximityCam] || PoomSmart || iOS 7 || 2014-02-21 || MIT || proximity camera snap for iOS
| [https://github.com/Razzile/EasyRespring EasyRespring] || Satori/Razzile || iOS 8 || 2015-01-08 || - || Small tweak that enables you to respring your device by swiping springboard from the app switcher
|-
|-
| [https://github.com/PoomSmart/Record--n--Torch Record 'n' Torch] || PoomSmart || iOS 5 - 7.1 || 2013-12-25 || MIT || toggle Torch while recording video
| [https://github.com/PoomSmart/EffectsPlus Effects+] || PoomSmart || iOS 7 - 8 || 2017-06-06 || Apache 2.0 || More filters for Camera & Photos app
|-
|-
| [https://github.com/ashikase/ShowCase ShowCase] || ashikase || iOS ? - 7 || 2014-01-02 || BSD || make keyboard show current case
| [https://github.com/PoomSmart/ForceReach ForceReach] || PoomSmart || iOS 8 || 2015-01-10 || MIT || Unrestriced reachability feature
|-
|-
| [https://github.com/insanj/SleepyAlarm SleepyAlarm] || insanj || iOS 7 || 2014-03-13 || CC BY-NC || suggests better wake up times
| [https://github.com/angelXwind/IneffectivePower IneffectivePower] || angelXwind || iOS 8 - 8.1.2 || 2015-05-30 || BSD || Stop the infamous "Effective Power" text string from crashing CoreText!
|-
|-
| [https://github.com/PoomSmart/SiriNoConfirm SiriNoConfirm] || PoomSmart || iOS 5 - 7.1 || 2013-12-25 || MIT || remove Siri confirmation view when you enable/disable it
| [https://github.com/xTheMaster3x/Integrate Integrate] || xTM3x || iOS 8 || 2015-08-03 || ? || Remove table view separators
|-
|-
| [https://github.com/PoomSmart/Slo-mo-Mod Slo-mo Mod] || PoomSmart || iOS 7 || 2014-02-01 || MIT || enable Slo-mo capture in unsupported devices and mod it
| [https://github.com/PoomSmart/InternalPhotos InternalPhotos] || PoomSmart || iOS 7 - 8 || 2015-01-10 || MIT || Enable hidden photos settings
|-
|-
| [https://github.com/c-ryan747/SMSStats2 SMSStats2] || Callum Ryan || iOS 7 || 2014-03-31 || MIT || statistics in MobileSMS.app
| [https://github.com/switchpwn/KeyShortcut-Pro KeyShortcut Pro] || switchpwn (Mustafa Gezen) || iOS 6 - 8 || 2014-05-13 || MIT || Use keys as shortcut
|-
|-
| [https://github.com/BGerard/SnapSelect SnapSelect] || BGerard || iOS 7 || 2014-07-04 || GPL 2 || send photos from your photo library via SnapChat
| [https://github.com/Razzile/KillSwitcher KillSwitcher] || Satori/Razzile || iOS 8 || 2015-01-27 || - || Adds a button to the app switcher to kill all running apps at once
|-
|-
| [https://github.com/insanj/Snooze Snooze] || insanj || iOS 7 || 2014-05-29 || CC BY-NC || configure snooze times other than nine minutes
| [https://github.com/PoomSmart/Live-Effects-Enabler Live Effects Enabler] || PoomSmart || iOS 7 - 8 || 2015-01-10 || MIT || Camera live filters for unsupported iOS 7 devices
|-
|-
| [https://github.com/Firemoon777/StatusModifier StatusModifier] || Firemoon777 || iOS 7.0 - 7.1 || 2014-07-17 || GPL v3 || customize your statusbar
| [https://github.com/PoomSmart/LLBPano LLBPano] || PoomSmart || iOS 6 - 8 || 2015-01-10 || MIT || Enable Low-light mode in Panorama
|-
|-
| [https://github.com/PoomSmart/Still-Capture-Enabler-2 Still Capture Enabler 2] || PoomSmart || iOS 4 - 7.1 || 2013-12-25 || MIT || take still during video recording
| [https://github.com/matibot/MBCircularProgressBar MBCircularProgressBar] || Mati Bot || iOS 7 - 8 || 2015-08-18 || MIT || A circular, animatable & highly customizable progress bar from the Interface Builder
|-
|-
| [https://github.com/PoomSmart/SwitchAutofocus SwitchAutofocus] || PoomSmart || iOS 5 - 7 || 2014-10-05 || ? || switch autofocus mode by tap gesture
| [https://github.com/PoomSmart/MyBias MyBias] || PoomSmart || iOS 8 || 2015-01-10 || MIT || Take advantages of camera focus feature
|-
|-
| [https://github.com/switchpwn/SwitchData SwitchData] || switchpwn || iOS 7 || 2014-05-13 || MIT || switch between wifi and cellular data depending on the service signal
| [https://github.com/iMokhles/MyOwnTweaks MyOwnTweaks] || iMokhles || iOS 7 - 8 || 2014-12-19 || GNU v3 || OpenIN - CopyTXT features for Social Apps
|-
|-
| [https://github.com/freerunnering/SwipeSelection SwipeSelection] || freerunnering || iOS 4 - 7 || 2014-01-02 || ? || edit text with keyboard gestures
| [https://github.com/fewjative/nonearme NoNearMe] || fewjative || iOS 7 || 2014-05-17 || MIT || Removes the 'Near Me' tab from the AppStore Application
|-
|-
| [https://github.com/r-plus/SwipeShiftCaret SwipeShiftCaret] || r-plus || iOS 4 - 7 || 2014-02-20 || ISC || edit text with keyboard gestures
| [https://github.com/ruslan120101/nupsidedown nupsidedown] || Ruslan Ardashev || iOS 8 - 8.1.2 || 2014-12-23 || - || Disable upside-down orientation
|-
|-
| [https://github.com/rpetrich/SwitchIcons SwitchIcons] || rpetrich || iOS 5 - 7 || 2014-01-10 || ? || example tweak for Flipswitch
| [https://github.com/xTheMaster3x/Pag Pag] || xTM3x || iOS 8 || 2015-01-11 || Apache 2.0 || Paste and Go button in MobileSafari
|-
|-
| [https://github.com/PoomSmart/TransparentCameraBar TransparentCameraBar] || PoomSmart || iOS 4 - 7.1 || 2013-12-25 || MIT || set camera bar opacity or shrink it
| [https://github.com/ruslan120101/panicLockiOS8 panicLockiOS8] || Ruslan Ardashev || iOS 8 - 8.1.2 || 2014-12-30 || - || Discretely lock your iDevice with a compromised passcode
|-
|-
| [https://github.com/hbang/TypeStatus TypeStatus] || hbang || iOS 5 - 7 || 2014-05-18 || Apache 2.0 || iMessage typing indicators for the status bar
| [https://github.com/angelXwind/PreferenceOrganizer2 PreferenceOrganizer 2] || angelXwind, hirakujira, gary19930520, eliz || iOS 6 - 8.1.2 || 2015-05-30 || BSD || Organises the Settings application's sections into 4 configurable categories: Apple Apps, Social Apps, Tweaks, and App Store Apps
|-
|-
| [https://github.com/PoomSmart/RenameFolderWithoutName Unrestricted Folders Naming] || PoomSmart || iOS 5 - 7.1 || 2013-12-25 || © || folder name spacing will remain, can rename folder
| [https://github.com/xTheMaster3x/Presentation Presentation] || xTM3x || iOS 8 || 2015-08-03 || Apache 2.0 || Class-0 like SMS notifications on the Lock Screen
|-
|-
| [https://github.com/conradev/UserAgentFaker UserAgentFaker] || conradev || iOS ? - 7 || 2014-03-31 || MIT || user agent faker for browsers
| [https://github.com/ruslan120101/reachabilityToggles reachabilityToggles] || Ruslan Ardashev || iOS 8 - 8.1.2 || 2015-01-04 || - || Customize Reachability Duration, Animation, & more
|-
|-
| [https://github.com/iMokhles/VBEnahncerLite VBEnhancerLite] || iMokhles || iOS 6 - 7 || 2014-08-12 || Apache || suite of features for Viber app
| [https://github.com/wvabrinskas/ReSwitch ReSwitch] || William_vab || iOS 8 || 2015-19-08 || ? || Switches the recent contacts with the app cards in the app switcher.
|-
|-
| [http://gitweb.saurik.com/veency.git Veency] || saurik || iOS ? - 7 || 2014-01-28 || AGPL 3.0 || VNC server
| [https://github.com/Razzile/RippleBoard RippleBoard] || Satori/Razzile || iOS 8 || 2015-05-23 || MIT || Creates a flat ripple effect on app launch and other times
|-
|-
| [https://github.com/fewjative/verticalvideosyndrome VerticalVideoSyndrome] || fewjative || iOS 7 || 2014-05-17 || MIT || displays a warning image when in recording mode and device is vertically oriented
| [https://github.com/kyewei/ShowSongMetadata ShowSongMetadata] || kyewei || iOS 8 - 8.4 || 2015-08-19 || - || View song metadata in Music app
|-
|-
| [https://github.com/PoomSmart/Video-Zoom-Mod Video Zoom Mod] || PoomSmart || iOS 7 || 2013-12-25 || MIT || enable Video Zoom & set the maximum zoom factor
| [https://github.com/xTheMaster3x/SleekKey SleekKey] || xTM3x || iOS 7 - 8 || 2015-02-24 || Apache 2.0 || Remove keyboard key backgrounds
|-
|-
| [https://github.com/imokhles/WAEHideCamera WAEHideCamera] || iMokhles || iOS 6 - 7 || 2014-09-23 || Apache || hide camera button in new version WhatsApp
| [https://github.com/milodarling/SnooScreens SnooScreens] || Milo Darling || iOS 8 || 2014-11-30 || MIT || Set the wallpaper based on image posts from subreddits
|-
|-
| [https://github.com/imokhles/wareadmark WAReadMark] || iMokhles || iOS 5 - 7 || 2014-04-15 || ? || disable Read Mark in WhatsApp
| [https://github.com/MohammadAG/iOS-SpotlightSiri SpotlightSiri] || MohammadAG || iOS 8 || 2015-01-09 || GPLv3 || Use Siri by prefixing Spotlight searches with "Siri"
|-
|-
| [https://github.com/iMokhles/WhatsAtor WhatsAtor] || iMokhles || iOS 6 - 7 || 2013-12-25 || GPL || send WhatsApp messages from anywhere
| [https://github.com/f41c0r/TinderStats-iOS TinderStats] || f41c0r || iOS 8 || 2016-06-25 || GPLv3 || Track statistics about your Tinder usage.
|-
|-
| [https://github.com/iMokhles/whatsapplstimest WhatsApp LSeen TimeStamp] || iMokhles || iOS 5 - 7 || 2013-09-03 || GPL || toggle WhatsApp timestamp without waiting 24 hours
| [https://github.com/iMokhles/WAEnhancer WAEnhancer] || iMokhles || iOS 7 - 8 || 2014-12-18 || GNU v3 || Suite of features for WhatsApp
|-
|-
| [http://gitweb.saurik.com/winterboard.git WinterBoard] ([[WinterBoard]]) || saurik || iOS 2 - 7 || 2014-01-29 || BSD? || advanced theming system
|-
|-
| [https://github.com/PoomSmart/Yellow-Flash-7.0 Yellow Flash 7.0] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || yellowish flash button highlight
|}
|}


=== For earlier versions (or unknown if iOS 7 compatible) ===
== iOS 7 compatible ==


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 238: Line 403:
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
|-
| [https://github.com/trenskow/AirFloat AirFloat] || trenskow || iOS ? - 6 || 2013-07-13 || BSD? || AirPlay audio (AirTunes) for iOS
| [https://github.com/fewjative/alarmnotifier AlarmNotifier] || fewjative || iOS 7 || 2014-05-17 || MIT || Displays a notification that displays the amount of time before the alarm will go off
|-
| [https://github.com/GN-OS/BadgeClearer BadgeClearer] || GN-OS || iOS 4 - 7.1 || 2014-01-31 || zlib || Remove app badges
|-
| [https://github.com/Sticktron/BigBubbles BigBubbles] || Sticktron || iOS 6 - 7 || 2015-03-26 || © || Bigger image bubbles for the Messages App.
|-
| [https://github.com/insanj/Bluepicker Bluepicker] || insanj || iOS 6 - 7 || 2014-05-16 || CC BY-NC || Control Bluetooth devices via Activator
|-
| [https://github.com/jontelang/Boover Boover] || jontelang || iOS 5 - 7 || 2014-01-14 || ? || Move icon badges
|-
| [https://github.com/hbang/BrightVol BrightVol] || hbang || iOS 4 - 11 || 2014-02-07 || GPL || Control brightness with volume buttons (using Activator)
|-
| [https://github.com/rpetrich/BrowserChooser BrowserChooser]  || rpetrich || iOS 5 - 7 || 2014-01-19 || ? || Switch default browsers
|-
| [https://github.com/VAlexander/Chameleon Chameleon] || VAlexander || iOS 7 || 2014-07-29 || MIT || Lightweight x powerful flat color framework for iOS
|-
| [https://bitbucket.org/coolstar/classicbadges ClassicBadges] || coolstar || iOS 7 || 2014-04-12 || GPLv3 || iOS 6 Badges for iOS 7
|-
| [https://bitbucket.org/coolstar/classicdock ClassicDock] || coolstar || iOS 7 || 2014-05-12 || GPLv3 || iOS 6 Dock for iOS 7
|-
| [https://github.com/insanj/Cleary Cleary] || insanj || iOS 6 - 7 || 2014-04-27 || BSD || Create Clear tasks using Activator
|-
|-
| [https://github.com/EthanArbuckle/AlienBlueTags AlienBlueTags] || EthanArbuckle || iOS 6 || 2013-11-06 || ? || adds Reddit user tagging to AlienBlue
| [https://github.com/PoomSmart/Contrast70 Contrast70] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || Add gray patterns for increase contrast handling.
|-
|-
| [https://github.com/rpetrich/AllowRotate AllowRotate] || rpetrich || iOS ? || 2010-10-03 || ? ||  
| [https://github.com/Qusic/Couria Couria] || Qusic || iOS 6 - 7 || 2014-02-08 || GPLv3 || Quick reply and quick compose system
|-
| [https://github.com/fewjative/customspotlighttext CustomSpotlightText] || fewjative || iOS 7 || 2014-05-17 || MIT || Customize the placeholder text found when doing a spotlight search
|-
| [http://gitweb.saurik.com/cydget.git Cydget] ([[Cydget]]) || saurik || iOS 2.2 - 9 || 2014-02-18 || BSD || Manage lockscreen plugins
|-
| [https://github.com/rweichler/cylinder Cylinder] || rweichler || iOS 4 - 7 || 2014-03-27 || GPLv3 || Animated page swipes
|-
| [https://github.com/thomasfinch/Dim Dim] || tomf64 || iOS 7 || 2014-05-07 || GPL || Dim device screen below minimum brightness
|-
| [https://github.com/MiloSovoy/Dropped Dropped] || James-Isaac-Neutron || iOS 7 || 2014-10-20 || MIT || Activator events for dropping your phone
|-
| [https://github.com/NSPwn/Fake-Operator FakeOperator] || GreySyntax || iOS 4.1 - 7.1 || 2014-01-06 || GPL || Allows the carrier label to be changed
|-
| [https://github.com/BenAndCarl/Faces Faces] || Ben Rosen & CPDigitalDarkroom || iOS 7 || 2014-09-08 || GPLv3 || Set images for passcode buttons.
|-
| [https://github.com/thomasfinch/Favebot FaveBot] || tomf64 || iOS 7 || 2014-05-23 || GPL || View favorites natively in Tweetbot 3
|-
| [https://github.com/rpetrich/FullForce FullForce] || rpetrich || iOS 3.2 - 7 || 2014-01-10 || GPL || Force applications to show in iPad mode
|-
| [https://github.com/bushe/GoodByeSlideTo GoodByeSlideTo] || Bushe || iOS 7 || 2014-02-16 || ? || Removes "Slide To" text under notifications
|-
| [https://github.com/PoomSmart/HDRBadge70 HDRBadge70] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || Fulfill incompleted HDR badge system
|-
| [https://github.com/codyd51/Hermes Hermes] || Codyd51 || iOS 7 || 2014-07-15 || CC || Simplistic quick reply
|-
| [https://github.com/sharedRoutine/Hold2Speak Hold2Speak] || isklikas - sharedRoutine || iOS 7 || 2014-05-03 || ? || Reply and start calls with the speaker enabled
|-
| [https://github.com/cc941201/iMessageSpamReporter iMessageSpamReporter] || CC-Dog || iOS 7 || 2014-02-21 || BSD || Report iMessage spam to Apple directly in MobileSMS.app
|-
| [https://github.com/ashikase/LastApp LastApp] || ashikase || iOS 3 - 7 || 2014-01-02 || BSD || Quickly switch to previous application
|-
| [https://github.com/PoomSmart/LocationRemindersEnabler7 LocationRemindersEnabler7] || PoomSmart || iOS 7 || 2014-02-21 || MIT || Enable location-reminders for unsupported iOS 7 devices
|-
| [https://github.com/fewjative/LowPowerBanner LowPowerBanner] || fewjative || iOS 5 - 7 || 2014-05-17 || MIT || Changes power alerts into banners and can customize the text, icon, sound and when to receive the alert
|-
| [https://github.com/hbang/MapsOpener MapsOpener] || hbang || iOS 5 - 11 || 2014-04-03 || GPL || Open Google Maps links in the Google Maps app
|-
| [https://github.com/b3ll/MessageBox MessageBox] || b3ll  || iOS 7 || 2014-04-02 || BSD || Use Chat Heads outside Facebook app
|-
| [https://github.com/PoomSmart/MoreDictation MoreDictation] || PoomSmart || iOS 5 - 7 || 2015-01-10 || MIT || More languages support for dictation
|-
| [https://github.com/PoomSmart/MyAssistive MyAssistive] || PoomSmart || iOS 5 - 7.1 || 2014-01-05 || MIT || Repurpose the Assistive Touch
|-
| [https://github.com/hbang/NCPad NCPad] || hbang || iOS 5 - 7 || 2014-01-30 || MIT || Resize notification banners to iPad screen width
|-
| [https://github.com/r-plus/NoDictation NoDictation] || r-plus || iOS 5.1 - 7 || 2013-12-30 || ? || Disable dictation key without disabling Siri
|-
| [https://github.com/fewjative/nonearme NoNearMe] || fewjative || iOS 7 || 2014-05-17 || MIT || Removes the 'Near Me' tab from the AppStore Application
|-
| [https://github.com/nickfrey/NowNow NowNow] || nickfrey || iOS 7 || 2014-05-14 || ? || Invoke Google Voice Search using Activator
|-
| [https://github.com/jzplusplus/OkSiri OkSiri] || jzplusplus || iOS 7 || 2014-07-25 || GPLv2 || Always-on keyword recognition
|-
| [https://github.com/eswick/osexperience OS Experience] || eswick || iOS 6 - 7 || 2015-06-19 || MIT || Window manager and switcher
|-
|-
| [https://github.com/Chronic-Dev/animate animate] || Chronic-Dev Team et al. || iOS 4.2.1 || 2011-07-10 || © || customize boot logo animations
| [https://github.com/ruslan120101/panicLock panicLock] || panicLock || iOS 7 || 2014-08-10 || ? || Discrete locking of iDevice even with a compromised passcode
|-
|-
| [https://github.com/nickfrey/AnyLockApp AnyLockApp] || nickfrey || iOS 5 - 6 || 2012-02-04 || ? || change lockscreen camera shortcut
| [https://github.com/protosphere/pinnacle Pinnacle] || ProtoSphere || iOS 7 || 2014-04-11 || MIT || Hold back button to go to top-level page
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/appslide Appslide] || Xuzz || iOS 4.2 - ? || 2013-02-16 || BSD || use home button to go back
| [https://github.com/b3ll/PostOffice PostOffice] || b3ll || iOS 6 - 7 || 2014-03-18 || BSD || Forward iOS notifications to Google Glass
|-
|-
| [https://github.com/rpetrich/AutocorrectionBar AutocorrectionBar] || rpetrich || iOS 4.3 - 5 || 2011-11-09 || ? || enable hidden keyboard feature
| [https://github.com/cc941201/PreferredLanguageOrder PreferredLanguageOrder] || CC-Dog || iOS 7 || 2014-03-07 || BSD || Adjust preferred language order in Preferences.app
|-
|-
| [https://github.com/PoomSmart/PLReorientingButtonMod Camera Button UI Mod] || PoomSmart || iOS 6 || 2013-12-20 || MIT || change opacity & position of (gray) camera buttons
| [https://github.com/thomasfinch/Priority-Hub Priority Hub] || tomf64 || iOS 7 || 2014-05-28 || || Sort lock screen notifications by app
|-
|-
| [https://github.com/rpetrich/ClearNotifications ClearNotifications] || rpetrich || iOS 5 - ? || 2012-02-03 || ? || clear lock screen notifications with a swipe
| [https://github.com/a1anyip/ProWidgets ProWidgets] || a1anyip || iOS 7 || 2015-07-01 || ? || Widget suite and framework for iOS
|-
|-
| [https://github.com/eni9889/Color-Mail-Labels Color Mail Labels] || eni9889|| iOS 5 || 2012-02-13 || GPLv3 || give each mail account its own color
| [https://github.com/PoomSmart/ProximityCam ProximityCam] || PoomSmart || iOS 7 || 2014-02-21 || MIT || Proximity camera snap for iOS
|-
|-
| [https://github.com/DHowett/cydelete Cydelete] || DHowett  || iOS 2 - 5 || 2011-10-09 || GPLv3 || delete Cydia apps from Springboard
| [https://github.com/ashikase/ShowCase ShowCase] || ashikase || iOS 7 || 2014-01-02 || BSD || Make keyboard show current case
|-
|-
| [https://github.com/rpetrich/DeepEnd DeepEnd] || rpetrich || iOS 4 - ? || 2011-01-31 || ? || 3D effect for Springboard
| [https://github.com/insanj/SleepyAlarm SleepyAlarm] || insanj || iOS 7 || 2014-03-13 || CC BY-NC || Suggests better wake up times
|-
|-
| [https://github.com/rpetrich/DietBar DietBar] || rpetrich || iOS 3 - 6 || 2012-06-23 || ? || shrink navigation bars
| [https://github.com/c-ryan747/SMSStats2 SMSStats2] || Callum Ryan || iOS 7 || 2014-03-31 || MIT || Statistics in MobileSMS.app
|-
|-
| [https://github.com/rpetrich/DietBulletins DietBulletins] || rpetrich || iOS 4 - 6 || 2013-09-10 || ? || shrink notification bulletins
| [https://github.com/BGerard/SnapSelect SnapSelect] || BGerard || iOS 7 || 2014-07-04 || GPL 2 || Send photos from your photo library via SnapChat
|-
|-
| [https://github.com/rpetrich/DisplayEffects DisplayEffects] || rpetrich || iOS 3 - ? || 2011-01-18 || ? || experimental effects for iOS
| [https://github.com/insanj/Snooze Snooze] || insanj || iOS 7 || 2014-05-29 || CC BY-NC || Configure snooze times other than nine minutes
|-
|-
| [https://github.com/rpetrich/FastBlurredNotificationCenter FastBlurredNotificationCenter] || rpetrich || iOS 5 - ? || 2012-03-03 || GPL || blurs notification center background
| [https://github.com/Firemoon777/StatusModifier StatusModifier] || Firemoon777 || iOS 7.0 - 7.1 || 2014-07-17 || GPL v3 || Customize your statusbar
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/five-icon-switcher Five Icon Switcher] || Xuzz || iOS 4 - ? || 2011-09-24 || BSD || five icons in app switcher
| [https://github.com/switchpwn/SwitchData SwitchData] || switchpwn || iOS 7 || 2014-05-13 || MIT || Switch between wifi and cellular data depending on the service signal
|-
|-
| [https://github.com/uroboro/FlipNC FlipNC] || uroboro || iOS 5 - 6 || 2014-03-18 || GPL || adds flipswitches to the notification center
| [https://github.com/r-plus/SwipeShiftCaret SwipeShiftCaret] || r-plus || iOS 4 - 7 || 2014-02-20 || ISC || Edit text with keyboard gestures
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/fullwebclips FullWebClips] || Xuzz || iOS ? || 2011-07-21 || BSD || make Web Clips fullscreen
| [https://github.com/rpetrich/SwitchIcons SwitchIcons] || rpetrich || iOS 5 - 7 || 2014-01-10 || ? || Example tweak for Flipswitch
|-
|-
| [https://github.com/DarkMalloc/Glue Glue] || DarkMalloc || iOS ? || 2011-06-29 || ? || share a note with Pastie from the Notes app
| [https://github.com/hbang/TypeStatus TypeStatus] || hbang || iOS 5 - 11 || 2014-05-18 || Apache 2.0 || iMessage typing indicators for the status bar
|-
|-
| [https://github.com/insanj/GoogleSearchforVelox GoogleSearchforVelox] || insanj || iOS 6 || 2013-08-24 || BSD || quick search from the Google app
| [https://github.com/conradev/UserAgentFaker UserAgentFaker] || conradev || iOS 7 || 2014-03-31 || MIT || User agent faker for browsers
|-
|-
| [https://github.com/FilippoBiga/Harlem-Shake Harlem Shake] || FilippoBiga || iOS 6 || 2013-03-11 || ? || make SpringBoard icons dance
| [https://github.com/iMokhles/VBEnahncerLite VBEnhancerLite] || iMokhles || iOS 6 - 7 || 2014-08-12 || Apache || Suite of features for Viber app
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/hookslaw %hook's law] || Xuzz || iOS 6 || 2013-02-16 || BSD || makes animations springier
| [http://gitweb.saurik.com/veency.git Veency] || saurik || iOS 6 - 7 || 2014-01-28 || AGPL 3.0 || VNC server
|-
|-
| [https://github.com/rpetrich/IconRenamer IconRenamer] || rpetrich || iOS 4 - ? || 2011-10-16 || ? || rename icons from your SpringBoard
| [https://github.com/fewjative/verticalvideosyndrome VerticalVideoSyndrome] || fewjative || iOS 7 || 2014-05-17 || MIT || Displays a warning image when in recording mode and device is vertically oriented
|-
|-
| [https://github.com/rpetrich/IconRotator IconRotator] || rpetrich || iOS 5 - 6 || 2013-02-16 || GPL || rotates icons
| [https://github.com/imokhles/WAEHideCamera WAEHideCamera] || iMokhles || iOS 6 - 7 || 2014-09-23 || Apache || Hide camera button in new version WhatsApp
|-
|-
| [https://github.com/patelhiren/iannounce iAnnounce] || patelhiren || iOS 4 - 6 || 2013-03-01 || ? || announce incoming caller's name
| [https://github.com/imokhles/wareadmark WAReadMark] || iMokhles || iOS 5 - 7 || 2014-04-15 || ? || Disable Read Mark in WhatsApp
|-
|-
| [https://github.com/zephster/InAMinute InAMinute] || zephster || iOS 6 || 2013-08-24 || ? || fine-grained time selection system-wide
| [https://github.com/iMokhles/WhatsAtor WhatsAtor] || iMokhles || iOS 6 - 7 || 2013-12-25 || GPL || Send WhatsApp messages from anywhere
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/internalizer Internalizer] || Xuzz || iOS ? || 2011-07-22 || BSD || add text to your lockscreen
| [https://github.com/iMokhles/whatsapplstimest WhatsApp LSeen TimeStamp] || iMokhles || iOS 5 - 7 || 2013-09-03 || GPL || Toggle WhatsApp timestamp without waiting 24 hours
|-
|-
| [https://github.com/BGerard/IPSlider IPSlider] || BGerard || iOS ? || 2013-11-15 || GPL 2 || set "slide to unlock" message to IP address
| [http://gitweb.saurik.com/winterboard.git WinterBoard] ([[WinterBoard]]) || saurik || iOS 2 - 9 || 2014-01-29 || BSD? || Advanced theming system
|-
|-
| [https://github.com/rpetrich/ListLauncher ListLauncher] || rpetrich || iOS 4 - ? || 2011-02-05 || ? || launch apps from Spotlight
| [https://github.com/PoomSmart/Yellow-Flash-7.0 Yellow Flash 7.0] || PoomSmart || iOS 7.0 || 2014-09-19 || MIT || Yellowish flash button highlight
|}
 
== iOS 6 compatible ==
 
{| class="wikitable sortable"
|-
|-
| [https://github.com/rpetrich/LiveClock LiveClock] || rpetrich || iOS 3 - 6 || 2013-02-04 || ? || animated clock icon on SpringBoard
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
|-
| [https://github.com/rpetrich/LivePaper LivePaper] || rpetrich et al. || iOS 4 - ? || 2011-07-20 || ? || live wallpaper with plugins
| [https://github.com/trenskow/AirFloat AirFloat] || trenskow || iOS 6 || 2013-07-13 || BSD? || AirPlay audio (AirTunes) for iOS
|-
|-
| [https://github.com/conradev/Tweaks/tree/master/lockseconds LockSeconds] || conradev || iOS ? || 2012-06-02 || ? || add seconds to lockscreen clock
| [https://github.com/EthanArbuckle/AlienBlueTags AlienBlueTags] || EthanArbuckle || iOS 6 || 2013-11-06 || ? || Adds Reddit user tagging to AlienBlue
|-
|-
| [https://github.com/rpetrich/MathAlarm MathAlarm] || rpetrich || iOS 4.2 - ? || 2012-01-10 || ? || solve arithmetic problems to turn off alarm
| [https://github.com/nickfrey/AnyLockApp AnyLockApp] || nickfrey || iOS 5 - 6 || 2012-02-04 || ? || Change lockscreen camera shortcut
|-
|-
| [https://github.com/FreeManRepo/MediaSpeak MediaSpeak] || freemanrepo || iOS ? || 2012-04-15 || ? || speak currently playing song
| [https://github.com/PoomSmart/PLReorientingButtonMod Camera Button UI Mod] || PoomSmart || iOS 6 || 2013-12-20 || MIT || Change opacity & position of (gray) camera buttons
|-
|-
| [https://github.com/rpetrich/MoreLinesNotificationCenter MoreLinesNotificationCenter] || rpetrich || iOS 5 - ? || 2011-10-16 || ? || more lines in notification center
| [https://github.com/rpetrich/DietBar DietBar] || rpetrich || iOS 3 - 6 || 2012-06-23 || ? || Shrink navigation bars
|-
|-
| [https://github.com/rpetrich/Multi-Slide Multi-Slide] || rpetrich and InfectionFX || iOS ? || 2011-06-19 || WTFPL || multiple unlock sliders
| [https://github.com/rpetrich/DietBulletins DietBulletins] || rpetrich || iOS 4 - 6 || 2013-09-10 || ? || Shrink notification bulletins
|-
|-
| [https://github.com/rpetrich/MusicBanners MusicBanners] || rpetrich || iOS 5 - ? || 2012-04-08 || GPL || track change bulletins with album art in SpringBoard
| [https://github.com/uroboro/FlipNC FlipNC] || uroboro || iOS 5 - 6 || 2014-03-18 || GPL || Adds flipswitches to the notification center
|-
|-
| [https://github.com/rpetrich/NoClearHistory NoClearHistory] || rpetrich || iOS 3 - ? || 2010-09-29 || ? || don't allow clearing history
| [https://github.com/insanj/GoogleSearchforVelox GoogleSearchforVelox] || insanj || iOS 6 || 2013-08-24 || BSD || Quick search from the Google app
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/no-dots No Dots] || Xuzz || iOS ? || 2010-11-27 || BSD || no page dots
| [https://github.com/FilippoBiga/Harlem-Shake Harlem Shake] || FilippoBiga || iOS 6 || 2013-03-11 || ? || Make SpringBoard icons dance
|-
|-
| [https://github.com/rpetrich/NoNewsIsGoodNews NoNewsIsGoodNews] || rpetrich || iOS 5 - 6 || 2011-12-28 || ? || hide Newsstand icon
| [https://github.com/Xuzz/tweaks/tree/master/hookslaw %hook's law] || Xuzz || iOS 6 || 2013-02-16 || BSD || Makes animations springier
|-
|-
| [https://github.com/conradev/Tweaks/tree/master/nopasscodeblock NoPasscodeBlock] || conradev || iOS ? - 6 || 2013-02-05 || ? || prevent permanent passcode locking
| [https://github.com/rpetrich/IconRotator IconRotator] || rpetrich || iOS 5 - 6 || 2013-02-16 || GPL || Rotates icons
|-
|-
| [https://github.com/k3a/OctopusKeyboard OctopusKeyboard] || k3a || iOS 6 || 2014-03-19 || GPL || predictive keyboard, showing word suggestions
| [https://github.com/patelhiren/iannounce iAnnounce] || patelhiren || iOS 4 - 6 || 2013-03-01 || ? || Announce incoming caller's name
|-
|-
| [https://github.com/n00neimp0rtant/OpenNotifier OpenNotifier] || n00neimp0rtant and Lunat1k || iOS 3.2 - ? || 2013-04-18 || ? || notification icons for your status bar
| [https://github.com/zephster/InAMinute InAMinute] || zephster || iOS 6 || 2013-08-24 || ? || Fine-grained time selection system-wide
|-
|-
| [https://github.com/rpetrich/PagePusher PagePusher] || rpetrich || iOS 4 - ? || 2011-06-02 || ? || page-styled app animations
| [https://github.com/rpetrich/LiveClock LiveClock] || rpetrich || iOS 3 - 6 || 2013-02-04 || ? || Animated clock icon on SpringBoard
|-
|-
| [https://github.com/rpetrich/ProSwitcher ProSwitcher] || rpetrich and chpwn || iOS 3 - ? || 2010-09-18 || ? || Palm Pre-style application switcher
| [https://github.com/H6nry/ncforward NCForward] || h6nry || iOS 5 - 6 || 2015-12-09 || Credit pls. || Forward iOS notifications to (theoretically) every internet connected device
|-
|-
| [https://github.com/rpetrich/PullToDismiss PullToDismiss] || rpetrich || iOS 3.2 - ? || 2011-12-30 || ? || pull down to dismiss keyboard
| [https://github.com/rpetrich/NoNewsIsGoodNews NoNewsIsGoodNews] || rpetrich || iOS 5 - 6 || 2011-12-28 || ? || Hide Newsstand icon
|-
|-
| [https://github.com/rpetrich/QuickReply QuickReply] || rpetrich || iOS 2 - 4 || 2011-04-24 || whatever || quick reply for SMS
| [https://github.com/conradev/Tweaks/tree/master/nopasscodeblock NoPasscodeBlock] || conradev || iOS 6 || 2013-02-05 || ? || Prevent permanent passcode locking
|-
|-
| [https://github.com/rpetrich/RotationInhibitor RotationInhibitor] || rpetrich || iOS 3 - 6.1 || 2013-02-04 || ? || disable device rotation
| [https://github.com/k3a/OctopusKeyboard OctopusKeyboard] || k3a || iOS 6 || 2014-03-19 || GPL || Predictive keyboard, showing word suggestions
|-
|-
| [https://github.com/rpetrich/RunningIndicator RunningIndicator] || rpetrich || iOS 4 - 6 || 2013-05-29 || ? || running app icons glow
| [https://github.com/rpetrich/RotationInhibitor RotationInhibitor] || rpetrich || iOS 3 - 6.1 || 2013-02-04 || ? || Disable device rotation
|-
|-
| [https://github.com/rpetrich/SBCustomIcon SBCustomIcon] || rpetrich || iOS ? || 2009-02-09 || ? ||  
| [https://github.com/rpetrich/RunningIndicator RunningIndicator] || rpetrich || iOS 4 - 6 || 2013-05-29 || ? || Running app icons glow
|-
|-
| [https://github.com/conradev/Tweaks/tree/master/searchclear SearchClear] || conradev  || iOS ? || 2012-06-24 || ? || clears the search field after a search
| [https://github.com/DHowett/safaridownloader Safari Download Manager] || DHowett / francis || iOS 3.1 - 6.1 || 2013-02-04 || BSD || A download manager, for Safari!
|-
|-
| [https://github.com/rpetrich/SliderBar SliderBar] || rpetrich || iOS 3 - ? || 2011-06-06 || ? || quick scrolling in all table views
| [https://github.com/insanj/SliderKiller SliderKiller] || insanj || iOS 6 || 2013-08-24 || BSD || Always "slide to unlock" instead of "slide to reply"
|-
|-
| [https://github.com/insanj/SliderKiller SliderKiller] || insanj || iOS 6 || 2013-08-24 || BSD || always "slide to unlock" instead of "slide to reply"
| [https://github.com/bd452/TapTapPass TapTapPass] || bd452 || iOS 6 || 2013-10-10 || ? || Gesture-based passcode toggle
|-
|-
| [https://github.com/rpetrich/SplitMail SplitMail] || rpetrich || iOS 3.2 - ? || 2012-02-02 || ? || split-style iPad mail app in portrait
| [https://github.com/bushe/Unlock7 Unlock7] || bushe || iOS 6 || 2013-11-01 || ? || Adds some iOS 7 lockscreen features to iOS 6
|-
|-
| [https://svn.bingner.com/SAM Subscriber Artificial Module (SAM)] || sbingner || iOS 3 - ? || 2013-06-07 || LGPL || <small>(Login: username "anonymous", no password. [https://repo.bingner.com/websvn/ Web view].)</small>
| [https://github.com/Cykey/Uninstall-Application-Size Uninstall Application Size] || Cykey || iOS 6 || 2013-09-26 || Public Domain || Shows application size when prompting to uninstall
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/switcherscape SwitcherScape] || Xuzz || iOS ? || 2011-07-22 || BSD || app switcher in landscape mode
| [https://github.com/rpetrich/VideoPace VideoPace] || rpetrich || iOS 4.3 - 6 || 2013-08-04 || ? || Increase speed of video playback
|-
|-
| [https://github.com/rpetrich/SwitcherMod SwitcherMod] || rpetrich and Optimo || iOS 4 - ? || 2011-12-31 || ? || customized app switcher
| [https://github.com/rpetrich/WiCarrier WiCarrier] || rpetrich || iOS 3 - 6 || 2012-04-07 || GPL || Show WiFi network name/IP in place of carrier view
|}
 
== iOS 5 compatible ==
 
{| class="wikitable sortable"
|-
|-
| [https://github.com/bd452/TapTapPass TapTapPass] || bd452 || iOS 6 || 2013-10-10 || ? || gesture-based passcode toggle
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
|-
| [https://github.com/rpetrich/TopographyForGoogleMaps TopographyForGoogleMaps] || rpetrich || iOS 5.1 - ? || 2012-12-25 || ? || enable hidden topography view
| [https://github.com/rpetrich/AutocorrectionBar AutocorrectionBar] || rpetrich || iOS 4.3 - 5 || 2011-11-09 || ? || Enable hidden keyboard feature
|-
|-
| [https://github.com/bushe/Unlock7 Unlock7] || bushe || iOS 6 || 2013-11-01 || ? || adds some iOS 7 lockscreen features to iOS 6
| [https://github.com/rpetrich/ClearNotifications ClearNotifications] || rpetrich || iOS 5 || 2012-02-03 || ? || Clear lock screen notifications with a swipe
|-
|-
| [https://github.com/Cykey/Uninstall-Application-Size Uninstall Application Size] || Cykey || iOS 6 || 2013-09-26 || Public Domain || shows application size when prompting to uninstall
| [https://github.com/eni9889/Color-Mail-Labels Color Mail Labels] || eni9889|| iOS 5 || 2012-02-13 || GPLv3 || Give each mail account its own color
|-
|-
| [https://github.com/coolstar/vassistant VAssistant] || coolstar || iOS 5 - 5.1.1 || 2012-12-08 || GPL 3 ||  
| [https://github.com/DHowett/cydelete Cydelete] || DHowett  || iOS 2 - 5 || 2011-10-09 || GPLv3 || Delete Cydia apps from Springboard
|-
|-
| [https://github.com/rpetrich/VideoPace VideoPace] || rpetrich || iOS 4.3 - 6 || 2013-08-04 || ? || increase speed of video playback
| [https://github.com/rpetrich/FastBlurredNotificationCenter FastBlurredNotificationCenter] || rpetrich || iOS 5 || 2012-03-03 || GPL || Blurs notification center background
|-
|-
| [https://github.com/rpetrich/VoiceKeys VoiceKeys] || rpetrich || iOS 4 - ? || 2011-11-27 || ? || voice recognition using Google's service
| [https://github.com/aricha/Merge Merge] || Andrew Richardson & Joshua Tucker || iOS 5 || 2012-10-13 || Apache || Combines messages by contact in Messages
|-
|-
| [https://github.com/rpetrich/WebGLEnabler WebGLEnabler] || rpetrich || iOS 4.2 - ? || 2011-07-24 || ? || enable WebGL support in apps that use UIWebView
| [https://github.com/rpetrich/MoreLinesNotificationCenter MoreLinesNotificationCenter] || rpetrich || iOS 5 || 2011-10-16 || ? || More lines in notification center
|-
|-
| [https://github.com/rpetrich/WebPreview WebPreview] || rpetrich || iOS 3 - ? || 2011-02-17 || ? || preview web links in a popup
| [https://github.com/rpetrich/MusicBanners MusicBanners] || rpetrich || iOS 5 || 2012-04-08 || GPL || Track change bulletins with album art in SpringBoard
|-
|-
| [https://github.com/Xuzz/tweaks/tree/master/webscrollian Webscrollian] || Xuzz || iOS ? || 2011-07-28 || BSD || faster scrolling for web content
| [https://github.com/rpetrich/TopographyForGoogleMaps TopographyForGoogleMaps] || rpetrich || iOS 5.1 || 2012-12-25 || ? || Enable hidden topography view
|-
|-
| [https://github.com/rpetrich/WiCarrier WiCarrier] || rpetrich || iOS 3 - ? || 2012-04-07 || GPL || show WiFi network name/IP in place of carrier view
| [https://github.com/coolstar/vassistant VAssistant] || coolstar || iOS 5 - 5.1.1 || 2012-12-08 || GPL 3 || Siri clone for iOS 5
|-
|-
| [https://github.com/jlippold/WifiSMS WifiSMS] || jlippold || iOS 4 - 5 || 2012-04-08 || ? || iPhone webserver gateway for SMS
| [https://github.com/jlippold/WifiSMS WifiSMS] || jlippold || iOS 4 - 5 || 2012-04-08 || ? || iPhone webserver gateway for SMS
|}
|}


== Applications ==
== iOS 4 compatible ==


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 385: Line 634:
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
|-
| [https://github.com/ashikase/CrashReporter CrashReporter] || ashikase || iOS ? || 2013-02-19 || ? || App for processing and sending crash logs
| [https://github.com/Chronic-Dev/animate animate] || Chronic-Dev Team et al. || iOS 4.2.1 || 2011-07-10 || © || Customize boot logo animations
|-
| [https://github.com/Xuzz/tweaks/tree/master/appslide Appslide] || Xuzz || iOS 4.2 || 2013-02-16 || BSD || Use home button to go back
|-
| [https://github.com/rpetrich/DeepEnd DeepEnd] || rpetrich || iOS 4 || 2011-01-31 || ? || 3D effect for Springboard
|-
| [https://github.com/Xuzz/tweaks/tree/master/five-icon-switcher Five Icon Switcher] || Xuzz || iOS 4 || 2011-09-24 || BSD || Five icons in app switcher
|-
| [https://github.com/rpetrich/IconRenamer IconRenamer] || rpetrich || iOS 4 || 2011-10-16 || ? || Rename icons from your SpringBoard
|-
| [https://github.com/rpetrich/ListLauncher ListLauncher] || rpetrich || iOS 4 || 2011-02-05 || ? || Launch apps from Spotlight
|-
| [https://github.com/rpetrich/LivePaper LivePaper] || rpetrich et al. || iOS 4 || 2011-07-20 || ? || Live wallpaper with plugins
|-
| [https://github.com/rpetrich/MathAlarm MathAlarm] || rpetrich || iOS 4.2 || 2012-01-10 || ? || Solve arithmetic problems to turn off alarm
|-
| [https://github.com/rpetrich/QuickReply QuickReply] || rpetrich || iOS 2 - 4 || 2011-04-24 || whatever || Quick reply for SMS
|-
|-
| [http://gitweb.saurik.com/cydia.git Cydia] || saurik || iOS 2 - 6 || 2012-09-21 || Modified BSD || Graphical APT frontend
| [https://github.com/rpetrich/PagePusher PagePusher] || rpetrich || iOS 4 || 2011-06-02 || ? || Page-styled app animations
|-
| [https://github.com/rpetrich/SwitcherMod SwitcherMod] || rpetrich and Optimo || iOS 4 || 2011-12-31 || ? || Customized app switcher
|-
| [https://github.com/rpetrich/VoiceKeys VoiceKeys] || rpetrich || iOS 4 || 2011-11-27 || ? || Voice recognition using Google's service
|-
| [https://github.com/rpetrich/WebGLEnabler WebGLEnabler] || rpetrich || iOS 4.2 || 2011-07-24 || ? || Enable WebGL support in apps that use UIWebView
|}
 
== iOS 3 compatible ==
 
{| class="wikitable sortable"
|-
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
| [https://github.com/rpetrich/DisplayEffects DisplayEffects] || rpetrich || iOS 3 || 2011-01-18 || ? || Experimental effects for iOS
|-
| [https://github.com/rpetrich/NoClearHistory NoClearHistory] || rpetrich || iOS 3 || 2010-09-29 || ? || Don't allow clearing history
|-
| [https://github.com/n00neimp0rtant/OpenNotifier OpenNotifier] || n00neimp0rtant and Lunat1k || iOS 3.2 || 2013-04-18 || ? || Notification icons for your status bar
|-
| [https://github.com/rpetrich/ProSwitcher ProSwitcher] || rpetrich and chpwn || iOS 3 || 2010-09-18 || ? || Palm Pre-style application switcher
|-
| [https://github.com/rpetrich/PullToDismiss PullToDismiss] || rpetrich || iOS 3.2 || 2011-12-30 || ? || Pull down to dismiss keyboard
|-
| [https://github.com/rpetrich/SliderBar SliderBar] || rpetrich || iOS 3 || 2011-06-06 || ? || Quick scrolling in all table views
|-
| [https://github.com/rpetrich/SplitMail SplitMail] || rpetrich || iOS 3.2 || 2012-02-02 || ? || Split-style iPad mail app in portrait
|-
| [https://svn.bingner.com/SAM Subscriber Artificial Module (SAM)] || sbingner || iOS 3 || 2013-06-07 || LGPL || <small>(Login: username "anonymous", no password. [https://repo.bingner.com/websvn/ Web view].)</small>
|-
| [https://github.com/rpetrich/WebPreview WebPreview] || rpetrich || iOS 3 || 2011-02-17 || ? || Preview web links in a popup
|}
 
== Unknown compatibility ==
 
{| class="wikitable sortable"
|-
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
| [https://github.com/rpetrich/AllowRotate AllowRotate] || rpetrich || iOS ? || 2010-10-03 || ? ||
|-
| [https://github.com/Xuzz/tweaks/tree/master/fullwebclips FullWebClips] || Xuzz || iOS ? || 2011-07-21 || BSD || Make Web Clips fullscreen
|-
| [https://github.com/DarkMalloc/Glue Glue] || DarkMalloc || iOS ? || 2011-06-29 || ? || Share a note with Pastie from the Notes app
|-
| [https://github.com/Xuzz/tweaks/tree/master/internalizer Internalizer] || Xuzz || iOS ? || 2011-07-22 || BSD || Add text to your lockscreen
|-
| [https://github.com/BGerard/IPSlider IPSlider] || BGerard || iOS ? || 2013-11-15 || GPL 2 || Set "slide to unlock" message to IP address
|-
| [https://github.com/conradev/Tweaks/tree/master/lockseconds LockSeconds] || conradev || iOS ? || 2012-06-02 || ? || Add seconds to lockscreen clock
|-
| [https://github.com/FreeManRepo/MediaSpeak MediaSpeak] || freemanrepo || iOS ? || 2012-04-15 || ? || Speak currently playing song
|-
| [https://github.com/rpetrich/Multi-Slide Multi-Slide] || rpetrich and InfectionFX || iOS ? || 2011-06-19 || WTFPL || Multiple unlock sliders
|-
| [https://github.com/Xuzz/tweaks/tree/master/no-dots No Dots] || Xuzz || iOS ? || 2010-11-27 || BSD || No page dots
|-
| [https://github.com/rpetrich/SBCustomIcon SBCustomIcon] || rpetrich || iOS ? || 2009-02-09 || ? ||
|-
| [https://github.com/conradev/Tweaks/tree/master/searchclear SearchClear] || conradev || iOS ? || 2012-06-24 || ? || Clears the search field after a search
|-
| [https://github.com/Xuzz/tweaks/tree/master/switcherscape SwitcherScape] || Xuzz || iOS ? || 2011-07-22 || BSD || App switcher in landscape mode
|-
| [https://github.com/Xuzz/tweaks/tree/master/webscrollian Webscrollian] || Xuzz || iOS ? || 2011-07-28 || BSD || Faster scrolling for web content
|}
 
= Applications =
 
{| class="wikitable sortable"
|-
! Project !! Author !! Compatibility !! Updated (as of Nov 2013) !! License !! Short description
|-
| [https://github.com/ashikase/CrashReporter CrashReporter] || ashikase || iOS 6 - 11 || 2016-06-26 || ? || App for processing and sending crash logs
|-
| [http://gitweb.saurik.com/cydia.git Cydia] || saurik || iOS 2 - 11 || 2016-06-26 || Modified BSD || Graphical APT frontend
|-
|-
| [https://code.google.com/p/mobileterminal/ MobileTerminal] || (multiple) || iOS 3.2 - 6 || 2011-10-26 || GPL 2 || Terminal emulator
| [https://code.google.com/p/mobileterminal/ MobileTerminal] || (multiple) || iOS 3.2 - 6 || 2011-10-26 || GPL 2 || Terminal emulator
|-
| [https://github.com/hbang/NewTerm NewTerm] || (multiple) || iOS 7 - 11 || 2018-07-09 || GPL 2 || Terminal emulator (successor to MobileTerminal)
|-
|-
| [https://github.com/coolstar/RecordMyScreen/ RecordMyScreen] || coolstar || iOS 5 - 6 || 2013-07-22 || MIT || Screen Recorder
| [https://github.com/coolstar/RecordMyScreen/ RecordMyScreen] || coolstar || iOS 5 - 6 || 2013-07-22 || MIT || Screen Recorder
|-
|-
| [https://github.com/InfiniDev/nds4ios nds4ios] || (multiple) || iOS 5 - 7 || 2013-11-11 || ? || Nintendo DS emulator
| [https://github.com/hrydgard/ppsspp PPSSPP] || (multiple) || iOS 5 - 8.1 || 2014-11-22 || GPL || Sony PlayStation Portable emulator
|-
| [https://github.com/hrydgard/ppsspp PPSSPP] || (multiple) || iOS 5 - 7 || 2013-11-17 || GPL || Sony PlayStation Portable emulator
|-
|-
| [https://github.com/lufinkey/miniCode miniCode] || lufinkey || iOS 4.3.3 - 7 || 2014-07-19 || ?|| On device IDE
| [https://github.com/lufinkey/miniCode miniCode] || lufinkey || iOS 4.3.3 - 7 || 2014-07-19 || ?|| On device IDE
|}
|}


== Tools ==
= Tools =


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 406: Line 746:
! Project !! Source !! Author !! Compatibility !! Updated (As of Nov 2013) !! License !! Short description
! Project !! Source !! Author !! Compatibility !! Updated (As of Nov 2013) !! License !! Short description
|-
|-
| [[Airscan]] || [https://github.com/Cykey/airscan] || Cykey || iOS ? - 6 || 2013-08-12 || ? || iOS command-line WiFi scanner
| [[Airscan]] || [https://github.com/Cykey/airscan] || Cykey || iOS 6 || 2013-08-12 || ? || iOS command-line WiFi scanner
|-
|-
| [[CaptainHammer]] || [https://github.com/rpetrich/CaptainHammer] || rpetrich || iOS 3 - 6 || 2013-05-10 || GPL 3 || Simple debugging tools for iOS
| [[CaptainHammer]] || [https://github.com/rpetrich/CaptainHammer] || rpetrich || iOS 3 - 6 || 2013-05-10 || GPL 3 || Simple debugging tools for iOS
|-
|-
| [[Open]] || [https://github.com/conradev/Open] || conradev || iOS ? - 6 || 2013-07-24 || ? || Open apps from shell on iOS
| [[Open]] || [https://github.com/conradev/Open] || conradev || iOS 6 || 2013-07-24 || ? || Open apps from shell on iOS
|-
|-
| [[sbutils]] || [https://github.com/innoying/iOS-sbutils] || innoying || iOS ? - 6 || 2012-25-01 || ? || A collection of utilities to access iOS functions via the command line
| [[sbutils]] || [https://github.com/innoying/iOS-sbutils] || innoying || iOS 6 || 2012-25-01 || ? || A collection of utilities to access iOS functions via the command line
|-
|-
| [[symbolicate]] || [https://github.com/ashikase/symbolicate] || ashikase, KennyTM || iOS ? || 2013-12-28 || ? || Command-line tool for symbolicating crash logs
| [[symbolicate]] || [https://github.com/ashikase/symbolicate] || ashikase, KennyTM || iOS ? || 2013-12-28 || ? || Command-line tool for symbolicating crash logs
|-
|-
| [[Theos]] || [https://github.com/DHowett/theos] || DHowett || - || 2013-11-06 || GPL 3 || Unified cross-platform iPhone Makefile system
| [[Theos]] || [https://github.com/theos/theos] || (multiple) || - || 2013-11-06 || GPL 3 || Unified cross-platform iPhone Makefile system
|-
|-
|}
|}


== Developer libraries ==
= Developer libraries =


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 426: Line 766:
! Project !! Source !! Author !! Compatibility !! Updated (As of Nov 2013) !! License !! Short description
! Project !! Source !! Author !! Compatibility !! Updated (As of Nov 2013) !! License !! Short description
|-
|-
| [[AppList]] || [https://github.com/rpetrich/AppList] || rpetrich || iOS 3 - 6 || 2014-04-30 || ? || Allow extensions to read the list of installed apps
| [[AppList]] || [https://github.com/rpetrich/AppList] || rpetrich || iOS 3 - 11 || 2014-04-30 || ? || Allow extensions to read the list of installed apps
|-
|-
| [[BTstack]] || [http://btstack.org] || mringwal || iOS 3 - 7 || 2014-05-22 || dual license || Bluetooth stack with SDP, RFCOMM, and, L2CAP APIs
| [[BTstack]] || [http://btstack.org] || mringwal || iOS 3 - 7 || 2014-05-22 || dual license || Bluetooth stack with SDP, RFCOMM, and, L2CAP APIs
|-
| [[Cephei]] || [https://github.com/hbang/libcephei] || hbang || iOS 5 - 11 || 2014-05-05 || Apache 2.0 || Useful functions for tweak developers
|-
|-
| [[Flipswitch]] || [https://github.com/a3tweaks/Flipswitch] || rpetrich and Jack Willis || iOS ? - 7 || 2014-04-09 || LGPL || Centralized toggle system for iOS
| [[Flipswitch]] || [https://github.com/a3tweaks/Flipswitch] || rpetrich and Jack Willis || iOS ? - 7 || 2014-04-09 || LGPL || Centralized toggle system for iOS
Line 446: Line 788:
| [[Libobjcipc]] || [https://github.com/a1anyip/libobjcipc] || a1anyip || iOS 7 || 2014-03-19 || ? || An inter-process communication (between app and SpringBoard) solution
| [[Libobjcipc]] || [https://github.com/a1anyip/libobjcipc] || a1anyip || iOS 7 || 2014-03-19 || ? || An inter-process communication (between app and SpringBoard) solution
|-
|-
| [[Libopener]] || [https://github.com/hbang/libopener] || hbang || iOS ? || 2014-05-05 || GPLv3 || Developer library for overriding link destinations
| [[Libopener]] || [https://github.com/hbang/libopener] || hbang || iOS 5 - 11 || 2014-05-05 || Apache 2.0 || Developer library for overriding link destinations
|-
|-
| [[Libstatusbar]] || [https://github.com/phoenix3200/libstatusbar] || phoenix3200 || iOS 3 - 7 || 2014-02-07 || ? || Custom statusbar icon library
| [[Libstatusbar]] || [https://github.com/phoenix3200/libstatusbar] || phoenix3200 || iOS 3 - 9 || 2014-02-07 || ? || Custom statusbar icon library
|-
|-
| [[PreferenceLoader]] || [https://github.com/DHowett/preferenceloader] || DHowett || iOS ? - 7 || 2013-11-22 || LGPLv3 || Allows developers to add entries to Settings.app
| [[PreferenceLoader]] || [https://github.com/rpetrich/preferenceloader] || (various) || iOS 3 - 11 || 2013-11-22 || LGPLv3 || Allows developers to add entries to Settings.app
|-
|-
| [[SearchLoader]] || [https://github.com/theiostream/SearchLoader] || theiostream || iOS ? - 6 || 2013-07-22 || ? || Loads search bundles
| [[SearchLoader]] || [https://github.com/theiostream/SearchLoader] || theiostream || iOS 6 || 2013-07-22 || ? || Loads search bundles
|}
|}

Revision as of 22:13, 9 April 2022

Please add more projects, especially your own projects!

A note on licenses: If a project does not explicitly have a license that gives you the right to use its code, that means it is copyrighted by the developer and you can't use its code in your own projects - in other words, you can read it and learn from it, but don't copy and paste it. If you've published a project that does not have a free license, and you'd like people to be able to use your code if they want to, How to choose a license for your own work and Choose A License may be helpful. GitHub has advice on adding a license to your repository.

A note on contributing: If you'd like to contribute improvements to one of these projects (or even just file a bug report), a great first step is to get in contact with the developer and talk to them about it - you can email them, tweet them, find them on IRC, open an issue on the project page, or whatever method of communication you can find. People are usually pretty happy to hear that another developer is interested enough in their project to want to add something to it. If you'd like to contribute code to a project that is on GitHub (like most of these), GitHub's guide to contributing to open source has helpful advice for how to make a pull request (a formal way to propose your changes so they can be easily integrated). And yes, contributing is worth your time.

Tweaks

Also check out TweakWeek for a long list of relatively simple open source tweaks, organized by rpetrich. Tweak Battles is also a great resource.

iOS 14 compatible

Project Author Compatibility Updated License Short description
HomePlus Pro Kritanta iOS 13 - iOS 14 2020-06-05 MIT "Pro" version of HomePlus
Operator MTAC iOS 13 - iOS 14 2021-03-19 GPLv3 Set single & dual sim carrier names, signal strength & data types
Symbols MTAC iOS 13 - iOS 14 2021-03-03 WTFPL View catalog of Apple's SF Symbols on device
ReachPlayer ETHN iOS 13 - iOS 14 2021-04-20 ~ Now Playing info in Reachability Window
StepUp ETHN iOS 13 - iOS 14 2021-04-20 ~ Custom volume increments on iOS 14
SettingsButtons ETHN iOS 13 - iOS 14 2021-04-20 ~ Add useful buttons to the Navigation Bar in Settings App
TimeStamp ETHN iOS 13 - iOS 14 2021-04-20 ~ Dynamically cycle between time and date in StatusBar
QuickActions Cameron Katri iOS 13 - iOS 14 2022-01-06 AGPLv3 Quickly launch apps from the lockscreen
Springlicious zachary7829 iOS 13 - iOS 14 2022-04-07 MIT SpringBoard customization tweak
Pastcuts zachary7829 iOS 13 - iOS 14 2022-04-04 MIT Import and convert iOS 15 shortcuts to iOS 13/14

iOS 13 compatible

Project Author Compatibility Updated License Short description
HomePlus Kritanta iOS 11 - iOS 13.3 2020-01-05 GPLv3 Live home-screen layout configuration
iPhoneXDock Ubik iOS 11 - iOS 13.3 2019-11-22 MIT Enable iPhone X Dock Style on older devices
Pastel ConorTheDev iOS 12 - iOS 13.3 2019-12-14 ~ Colorize notification badges
LockWidgets ConorTheDev/EvenDev iOS 11 - iOS 13.3 2019-12-14 ~ Access Today View Widgets on Lock Screen
Kage YaYPIXXO iOS 11 - iOS 13.3 2020-01-03 MIT Various Settings for hiding/showing Things on the Lock Screen and Home Screen
RoundedPageDots YaYPIXXO iOS 7 - iOS 13.3 2019-05-07 MIT Make the Page Dots square with rounded corners
SettingsWidgets shepgoba iOS 13 2020-06-10 GPLv3 Add good looking informative widgets to the front page of the Settings app.
ReachIt Kritanta iOS 11 - iOS 13.3 2019-12-16 MIT Music Player in Reachability View.
Cuboid Kritanta/NepetaDev/Chilaxan iOS 11 - iOS 13.3 2019-12-14 MIT Homescreen layout editor
DeadRinger Kritanta iOS 13 2019-12-19 MIT Minimalist Ringer icon
Exo Kritanta/NepetaDev iOS 11 - iOS 13.3 2020-01-03 MIT Information Provider for WKWebView based widgets
Exobar Kritanta/NepetaDev iOS 11 - iOS 13.3 2020-01-03 MIT WKWebView based status bar themes
Axon Kritanta/BawAppie/NepetaDev iOS 11 - iOS 13.3 2020-01-03 MIT Notification Grouping in the notification center
Pivot Kritanta iOS 13 2020-01-05 MIT Enable Home-Screen Auto-rotation on all phones
libCozy Kritanta iOS 6 - iOS 13.3 2020-02-08 MIT Library for artwork color analysis.
Gravitation Kritanta iOS 9 - iOS 13.3 2020-02-16 MIT Add gravity to springboard icons
Signe Kritanta/Tr1Fecta iOS 11 - iOS 13.3 2020-02-11 MIT Draw numbers to execute commands system-wide
ReachCC13 Kritanta iOS 13 2020-02-21 MIT Reachability Gesture to trigger CC
StatusViz Kritanta iOS 13 2020-03-17 MIT Visualizer in status bar
liblayout Kritanta iOS 13 2020-03-20 MIT Incomplete springboard layout editing library
ShakeLight Kritanta iOS 13 2020-03-24 MIT Example tweak; shake to toggle the flashlight
Fingertips Kritanta iOS 13 2020-03-29 MIT Show touches on the screen
iSynergyClient Kritanta iOS 13 2020-04-11 MIT Updated Synergy client for iOS
Iconoclast Kritanta iOS 13 2020-04-16 MIT Updated Iconoclasm tweak
letmedebug Kritanta iOS 13 2020-04-17 MIT Tweak to counter anti-debugging in Apps.
Garden Kritanta iOS 13 2020-05-23 MIT Insert media page on homescreen
Chapters Kritanta iOS 13 2020-05-17 MIT (Non-Logos) Labels on springboard
SMServer Janshai iOS 13 2020-08-28 GPLv3 Send texts and attachments from your browser

iOS 12 compatible

Project Author Compatibility Updated License Short description
Malipo J.K. Hayslip (iKilledAppl3) iOS 10 - iOS 12.1.2 2018-08-23 MIT Change your charge sounds.
CustomNoOlderNotifications YaYPIXXO iOS 11 - iOS 12.4.4 2019-05-14 MIT Change the "No Older Notifications" Text on the Lock Screen
SquareSwitcherX YaYPIXXO iOS 11 - iOS 12.4.4 2019-05-04 MIT Make the iPhone X Switcher Cards look like the ones on non-X devices

iOS 11 compatible

Project Author Compatibility Updated License Short description
CCTimerCountdown Zane Helton iOS 11 2018-03-25 MIT Display remaining time on timer in the control center.
ColorMyCCModules + CCWallCustomizer 2 J.K. Hayslip (iKilledAppl3) iOS 10 - 11 2018-06-13 MIT Colorize your CC Modules and Customize your CC Background.
Multiple Small Tweaks Youssef Mikhail iOS 11 2018-07-01 N/A A collective repo of ruler225's tweaks.
Multiple Tweaks Auxilium Development iOS 11 2018-04-16 MIT A collective repo of many tweaks, basic and advanced.
RealCC Jake James iOS 11 2018-07-12 N/A Actually disable Wi-Fi and Bluetooth from Control Center.
Swipe2Rec J.K. Hayslip (iKilledAppl3) iOS 11 - 11.4 beta 3 2018-07-26 MIT Record your screen with just a swipe on the StatusBar.
TimeToUnlock Jake James iOS 11 2018-07-12 N/A Set the current time as your passcode.
CatchaThief Jake James iOS 11 2018-07-12 N/A Take a picture of whoever inputs an incorrect passcode.
TimeUnlockXI Johnny Waity iOS 11 2018-07-08 N/A Have a Dynamic Passcode by having it set as the time.
NoSlowAnimationsXI Patrick Knauf iOS 11 2018-07-30 MIT Don't get slowed down by animations on iOS 11!

iOS 10 compatible

Project Author Compatibility Updated License Short description
9Clock J.K. Hayslip (iKilledAppl3) iOS 10 2018 - 06- 02 Apache 2.0 Bring back the iOS 9 clock to iOS 10
ArtworkAnimations sst1337 iOS 8 - 10 04-17-2017 MIT Animate Your Lockscreen Album Art
BlurryBadges PoomSmart iOS 7 - 10 2017-01-05 MIT Blurry icon badges
CameraModes PoomSmart iOS 7 - 10 2017-06-06 MIT Specific available camera modes
CCPage Skitty iOS 10 2017-07-16 MIT Example of adding a page to the CC
CCWallCustomizer iKilledAppl3 & J.K. Hayslip iOS 10 2017-06-06 Apache Customize the CC background.
ClearOnOpen wolfposd iOS 6 - 10 2017-02-07 WTFPL Clears Spotlight search on opening.
DarkMessages Sticktron iOS 10 2017-04-04 © Dark Mode for the Messages App.
DebuggingInformationOverlay sst1337 iOS 10 05-30-2017 MIT Show Apple's UIDebuggingInformationOverlay on any app
EnableCCMute iKilledAppl3 iOS 10 2017-02-22 Apache Enables the hidden mute toggle for all iOS 10 devices.
Envoy iKilledAppl3 iOS 7- 10 2017-03-22 GPLv3 Enhance your FB Messenger.
Flashorama PoomSmart iOS 6 - 10 2017-06-06 MIT Toggle torch in Panorama mode
FrontCamUnMirror Sticktron iOS 7 - 10 2017-02-15 © Un-Mirror the Front Camera's Live Preview.
IGProfileNavTextColorer iKilledAppl3 iOS 10 2017-08-04 Apache 2.0 A tweak that demos how to color the IGInsetLabel that Instagram Uses for the profile view.
LockGlyph X evilgoldfish, Sticktron, AppleBetasDev iOS 10 2017-03-05 MIT The evolution of LockGlyph. For iOS 10.
Meteora J.K Hayslip (iKilledAppl3), SkittyBlock, Sticktron, D_Gh0st, Fr0mDerik iOS 10 2017-08-09 MIT iOS 7 - iOS 9 Lockcreen for iOS 10!
MoreTimer PoomSmart iOS 8 - 10 2017-06-06 MIT Configurations for camera timer mode
NCWallCustomizer iKilledAppl3 iOS 10 2017-06-06 Apache Custom NC backgrounds.
NoGrayContrast PoomSmart iOS 7.1 - 10 2016-06-06 MIT Remove gray patterns from folders and dock background
NoInstaStories iKilledAppl3 iOS 10+ 2018-04-07 Apache 2.0 Remove the Instagram Stories from your Instagram feed.
NoUpperCaseTable PoomSmart iOS 7 - 10 2017-01-05 MIT Disable UITableView titles uppercase
PanoramaPapers sst1337 iOS 9 - 10 04-30-2017 MIT Add a different image to each SpringBoard Screen!
Record 'n' Torch PoomSmart iOS 5 - 10 2017-06-06 MIT Toggle torch while recording video
SwipyFolders MegaCookie iOS 8 - 10 2017-08-02 MIT Gestures for your folders
TransparentCameraBar PoomSmart iOS 4 - 10 2017-06-06 MIT Set camera bar opacity or shrink it
WaterCharge iKilledAppl3 & J.K. Hayslip iOS 10 2017-06-04 Apache Cool Water effects in the charge view.
WhoAreYou Ian Burns iOS 10 2017-01-4 MIT Put the name of the sender in the Messages QR banner
LongerMessage10 nathanaccidentally iOS 10 2017-5-22 MIT Change notification line ammount from settings.

iOS 9 compatible

Project Author Compatibility Updated License Short description
Ah!Ah!Ah! Sticktron iOS 7 - 9 2016-10-04 © A themeable unlock error alarm inspired by Jurassic Park.
AppColorClose PoomSmart iOS 7 - 9 2016-06-11 MIT Close box color based on app icon
BitPrice Bruno Tortato Furtado iOS 9 - 11 2018-02-06 MIT iOS app for display and monitor the current Bitcoint rate.
BlurryBar PoomSmart iOS 7 - 9 2016-06-11 MIT Fast blurry SB status bar
BlurryContrast PoomSmart iOS 7 - 9 2016-06-11 MIT No SpringBoard blurry effects as increase contrast option enabled
Burst mode PoomSmart iOS 5 - 9 2016-06-11 MIT Extend or enable the Burst Mode feature
CamBlur7 PoomSmart iOS 7 - 9 2016-06-11 MIT Live blur effect for camera top/bottom bar
CamElapsed+ PoomSmart iOS 7 - 9 2016-06-11 MIT More video recording elapsed time resolution
CamRotate PoomSmart iOS 5 - 9 2016-06-11 MIT Design camera rotation
CCTimerCountdown Zane Helton iOS 9 2015-11-25 MIT Display remaining time on timer in the control center.
CleanCydia Ruslan Ardashev iOS 8 - 9 2016-01-24 MIT Remove most ads from Cydia.
DockArt sst1337 iOS 7 - 9 2016-01-01 MIT Add an image to your dock
FaceDetectionDuringVideo PoomSmart iOS 6 - 9 2016-06-11 MIT Enable Face Detection when start video recording
Flash David Goldman iOS 8 - 9 2015-12-23 - Flashlight access on lock screen while in darkness
FrontFlash PoomSmart iOS 4 - 9 2016-06-11 MIT Simulate flash in Front-Facing camera by flashing the screen
Front HDR PoomSmart iOS 6 - 9 2016-06-11 MIT Enable HDR in Front-Facing camera
GrabberApp8 i0sa iOS 8 - 9 2015-11-11 MIT Change lockscreen camera grabber app and add another left one.
Harbor Evan Swick iOS 7 - 9 2015-11-1 GPLv3 OS X-style dock redesigned for touch screens
LinkKeyboard Ayush Goel iOS 8 - 10 2016-10-28 MIT Put all your links in one place and make them accessible via a keyboard.
NanoChargingView Billy Ellis & iKilledAppl3 iOS 8 - 9 2016-08-3 © Apple Watch style charging on the lockscreen
NoPhotoGestures PoomSmart iOS 7 - 9 2016-06-11 MIT No more photo gestures in album
NoLiveClock wolfposd iOS 7 - 9 2015-10-16 MIT Disables Clock animation on Springboard.
NoWallpaperZoomAnimation PoomSmart iOS 7 - 9 2016-06-11 MIT No more wallpaper zooming animation
Nemerov sst1337 iOS 7 - 9 2016-01-01 MIT Customize your screenshot animation
NemerovPlus sst1337 iOS 7 - 9 2016-01-01 MIT Customize your screenshot animation
OneTapClear Rave iOS 8 - 9 2015-10-30 MIT One tap to clear NC notifications.
PanoMod PoomSmart iOS 6 - 9 2016-06-11 MIT Enable Panorama and customize it
PhotoTorch PoomSmart iOS 6 - 9 2016-06-11 MIT Adjustable torch in camera app
RoundedSwitchr iKilledAppl3 iOS 9+ 2016-11-11 Apache shape your multitasking cards
SwipeToDeleteContact sst1337 iOS 7 - 9 2016-01-01 MIT Swipe to delete a contact
RotaryLock Karim Hamm iOS 7 - 9 2015-22-09 © Add a combination lock to your lock screen replacing the stock number pad
Slo-mo Mod PoomSmart iOS 7 - 9 2016-06-11 MIT Enable Slo-mo capture in unsupported devices
SnoozeHelper Ludvig Eriksson iOS 8 - 9 2015-10-23 MIT Make the whole screen act like a snooze button.
StatusBarTimer Ludvig Eriksson iOS 7 - 9 2015-10-23 MIT Show the timer or stopwatch in the status bar.
Still Capture Enabler 2 PoomSmart iOS 4 - 9 2016-06-11 MIT Take still during video recording
SwitchAutofocus PoomSmart iOS 7 - 9 2016-06-11 MIT Improvement for camera autofocus
SwipeSelection freerunnering iOS 4 - 9 2015-07-08 © Move cursor and selection text with keyboard gestures
TimeUntilAlarm Ludvig Eriksson iOS 7 - 9 2015-12-02 MIT Show the time remaining until alarms go off.
Traverse Brian Olencki iOS 9 2016-01-14 MIT Create custom 3D touch actions for Apps on your device.
Unrestricted Folders Naming PoomSmart iOS 5 - 9 2016-06-11 © Folder name spacing will remain, can rename folder
UnsplashWallpaper Zane Helton iOS 8 - 9 2015-11-25 MIT Save and change wallpaper images to images from Unsplash.
Video Zoom Mod PoomSmart iOS 7 - 9 2016-06-11 MIT Enable Video Zoom & set the maximum zoom factor
WACallConfirm Ibrahim Sammour iOS 7-9 2016-07-28 MIT Confirm before calling on WhatsApp
Wu-Lock Sticktron iOS 8-9 2015-04-15 © Unlock in Wu-Tang style!

iOS 8 compatible

Project Author Compatibility Updated License Short description
Aeuria LS Bryce Pauken iOS 8 2015-26-07 MIT A clock-centered lockscreen replacement
Allarm William_vab iOS 8 2015-20-06 ? Toggle all alarms at once on your iOS Device directly in the Clocks app.
AutoAirPlay MohammadAG iOS 8 2015-01-05 GPLv3 Activator plugin to connect to first AirPlay device.
Bloard GN-OS iOS 7 - 8 2014-02-14 ? Make keyboards black
BlueBoard xTM3x iOS 7 - 8 2015-02-14 Apache 2.0 Make keyboard keys blue
CamToggleBlur PoomSmart iOS 7 - 8 2015-01-10 MIT Toggle for blur transition effect in camera app
CamVolZoom PoomSmart iOS 5 - 8 2015-01-10 MIT Use volume buttons for camera zooming
CCFlashLightLevel PoomSmart iOS 7 - 8 2015-03-12 MIT Adjustable torch level in Control Center
ColorBanners DavidGoldman iOS 8 2015-05-28 - Color banners and notifications
curtainChecker Simon Selg iOS 8 - 8.1.2 2015-01-06 - VoiceOver enhancements for blind people
CustomFlash Aaron Thomas iOS 8 - 8.4 2015-07-12 - Remove flash when screenshotting and replace with a notification
CyDelete Ryan Burke iOS 7 - 8.1 2014-11-10 GPLv3 Uninstall Cydia applications via SpringBoard
DeleteAllMessages8 Aaron Thomas iOS 8 - 8.4 2015-07-07 - Adds button to delete all messages at once
DockColor iNasser iOS 7 - 8 2015-01-03 - Simple tweak to change the home screen dock color
DoubleTapToSleep MohammadAG iOS 8 2014-12-22 GPLv3 Double tap lock or home screen to lock the screen
DRColorPicker jjxtra iOS 6 - 8 2014-09-01 MIT Color picker for iOS - favorites, recents, hue, wheel, import images
IB Graphics Selector PoomSmart iOS 5 - 8 2015-01-10 MIT Select Infinity Blade app graphics quality
EasyRespring Satori/Razzile iOS 8 2015-01-08 - Small tweak that enables you to respring your device by swiping springboard from the app switcher
Effects+ PoomSmart iOS 7 - 8 2017-06-06 Apache 2.0 More filters for Camera & Photos app
ForceReach PoomSmart iOS 8 2015-01-10 MIT Unrestriced reachability feature
IneffectivePower angelXwind iOS 8 - 8.1.2 2015-05-30 BSD Stop the infamous "Effective Power" text string from crashing CoreText!
Integrate xTM3x iOS 8 2015-08-03 ? Remove table view separators
InternalPhotos PoomSmart iOS 7 - 8 2015-01-10 MIT Enable hidden photos settings
KeyShortcut Pro switchpwn (Mustafa Gezen) iOS 6 - 8 2014-05-13 MIT Use keys as shortcut
KillSwitcher Satori/Razzile iOS 8 2015-01-27 - Adds a button to the app switcher to kill all running apps at once
Live Effects Enabler PoomSmart iOS 7 - 8 2015-01-10 MIT Camera live filters for unsupported iOS 7 devices
LLBPano PoomSmart iOS 6 - 8 2015-01-10 MIT Enable Low-light mode in Panorama
MBCircularProgressBar Mati Bot iOS 7 - 8 2015-08-18 MIT A circular, animatable & highly customizable progress bar from the Interface Builder
MyBias PoomSmart iOS 8 2015-01-10 MIT Take advantages of camera focus feature
MyOwnTweaks iMokhles iOS 7 - 8 2014-12-19 GNU v3 OpenIN - CopyTXT features for Social Apps
NoNearMe fewjative iOS 7 2014-05-17 MIT Removes the 'Near Me' tab from the AppStore Application
nupsidedown Ruslan Ardashev iOS 8 - 8.1.2 2014-12-23 - Disable upside-down orientation
Pag xTM3x iOS 8 2015-01-11 Apache 2.0 Paste and Go button in MobileSafari
panicLockiOS8 Ruslan Ardashev iOS 8 - 8.1.2 2014-12-30 - Discretely lock your iDevice with a compromised passcode
PreferenceOrganizer 2 angelXwind, hirakujira, gary19930520, eliz iOS 6 - 8.1.2 2015-05-30 BSD Organises the Settings application's sections into 4 configurable categories: Apple Apps, Social Apps, Tweaks, and App Store Apps
Presentation xTM3x iOS 8 2015-08-03 Apache 2.0 Class-0 like SMS notifications on the Lock Screen
reachabilityToggles Ruslan Ardashev iOS 8 - 8.1.2 2015-01-04 - Customize Reachability Duration, Animation, & more
ReSwitch William_vab iOS 8 2015-19-08 ? Switches the recent contacts with the app cards in the app switcher.
RippleBoard Satori/Razzile iOS 8 2015-05-23 MIT Creates a flat ripple effect on app launch and other times
ShowSongMetadata kyewei iOS 8 - 8.4 2015-08-19 - View song metadata in Music app
SleekKey xTM3x iOS 7 - 8 2015-02-24 Apache 2.0 Remove keyboard key backgrounds
SnooScreens Milo Darling iOS 8 2014-11-30 MIT Set the wallpaper based on image posts from subreddits
SpotlightSiri MohammadAG iOS 8 2015-01-09 GPLv3 Use Siri by prefixing Spotlight searches with "Siri"
TinderStats f41c0r iOS 8 2016-06-25 GPLv3 Track statistics about your Tinder usage.
WAEnhancer iMokhles iOS 7 - 8 2014-12-18 GNU v3 Suite of features for WhatsApp

iOS 7 compatible

Project Author Compatibility Updated (as of Nov 2013) License Short description
AlarmNotifier fewjative iOS 7 2014-05-17 MIT Displays a notification that displays the amount of time before the alarm will go off
BadgeClearer GN-OS iOS 4 - 7.1 2014-01-31 zlib Remove app badges
BigBubbles Sticktron iOS 6 - 7 2015-03-26 © Bigger image bubbles for the Messages App.
Bluepicker insanj iOS 6 - 7 2014-05-16 CC BY-NC Control Bluetooth devices via Activator
Boover jontelang iOS 5 - 7 2014-01-14 ? Move icon badges
BrightVol hbang iOS 4 - 11 2014-02-07 GPL Control brightness with volume buttons (using Activator)
BrowserChooser rpetrich iOS 5 - 7 2014-01-19 ? Switch default browsers
Chameleon VAlexander iOS 7 2014-07-29 MIT Lightweight x powerful flat color framework for iOS
ClassicBadges coolstar iOS 7 2014-04-12 GPLv3 iOS 6 Badges for iOS 7
ClassicDock coolstar iOS 7 2014-05-12 GPLv3 iOS 6 Dock for iOS 7
Cleary insanj iOS 6 - 7 2014-04-27 BSD Create Clear tasks using Activator
Contrast70 PoomSmart iOS 7.0 2014-09-19 MIT Add gray patterns for increase contrast handling.
Couria Qusic iOS 6 - 7 2014-02-08 GPLv3 Quick reply and quick compose system
CustomSpotlightText fewjative iOS 7 2014-05-17 MIT Customize the placeholder text found when doing a spotlight search
Cydget (Cydget) saurik iOS 2.2 - 9 2014-02-18 BSD Manage lockscreen plugins
Cylinder rweichler iOS 4 - 7 2014-03-27 GPLv3 Animated page swipes
Dim tomf64 iOS 7 2014-05-07 GPL Dim device screen below minimum brightness
Dropped James-Isaac-Neutron iOS 7 2014-10-20 MIT Activator events for dropping your phone
FakeOperator GreySyntax iOS 4.1 - 7.1 2014-01-06 GPL Allows the carrier label to be changed
Faces Ben Rosen & CPDigitalDarkroom iOS 7 2014-09-08 GPLv3 Set images for passcode buttons.
FaveBot tomf64 iOS 7 2014-05-23 GPL View favorites natively in Tweetbot 3
FullForce rpetrich iOS 3.2 - 7 2014-01-10 GPL Force applications to show in iPad mode
GoodByeSlideTo Bushe iOS 7 2014-02-16 ? Removes "Slide To" text under notifications
HDRBadge70 PoomSmart iOS 7.0 2014-09-19 MIT Fulfill incompleted HDR badge system
Hermes Codyd51 iOS 7 2014-07-15 CC Simplistic quick reply
Hold2Speak isklikas - sharedRoutine iOS 7 2014-05-03 ? Reply and start calls with the speaker enabled
iMessageSpamReporter CC-Dog iOS 7 2014-02-21 BSD Report iMessage spam to Apple directly in MobileSMS.app
LastApp ashikase iOS 3 - 7 2014-01-02 BSD Quickly switch to previous application
LocationRemindersEnabler7 PoomSmart iOS 7 2014-02-21 MIT Enable location-reminders for unsupported iOS 7 devices
LowPowerBanner fewjative iOS 5 - 7 2014-05-17 MIT Changes power alerts into banners and can customize the text, icon, sound and when to receive the alert
MapsOpener hbang iOS 5 - 11 2014-04-03 GPL Open Google Maps links in the Google Maps app
MessageBox b3ll iOS 7 2014-04-02 BSD Use Chat Heads outside Facebook app
MoreDictation PoomSmart iOS 5 - 7 2015-01-10 MIT More languages support for dictation
MyAssistive PoomSmart iOS 5 - 7.1 2014-01-05 MIT Repurpose the Assistive Touch
NCPad hbang iOS 5 - 7 2014-01-30 MIT Resize notification banners to iPad screen width
NoDictation r-plus iOS 5.1 - 7 2013-12-30 ? Disable dictation key without disabling Siri
NoNearMe fewjative iOS 7 2014-05-17 MIT Removes the 'Near Me' tab from the AppStore Application
NowNow nickfrey iOS 7 2014-05-14 ? Invoke Google Voice Search using Activator
OkSiri jzplusplus iOS 7 2014-07-25 GPLv2 Always-on keyword recognition
OS Experience eswick iOS 6 - 7 2015-06-19 MIT Window manager and switcher
panicLock panicLock iOS 7 2014-08-10 ? Discrete locking of iDevice even with a compromised passcode
Pinnacle ProtoSphere iOS 7 2014-04-11 MIT Hold back button to go to top-level page
PostOffice b3ll iOS 6 - 7 2014-03-18 BSD Forward iOS notifications to Google Glass
PreferredLanguageOrder CC-Dog iOS 7 2014-03-07 BSD Adjust preferred language order in Preferences.app
Priority Hub tomf64 iOS 7 2014-05-28 Sort lock screen notifications by app
ProWidgets a1anyip iOS 7 2015-07-01 ? Widget suite and framework for iOS
ProximityCam PoomSmart iOS 7 2014-02-21 MIT Proximity camera snap for iOS
ShowCase ashikase iOS 7 2014-01-02 BSD Make keyboard show current case
SleepyAlarm insanj iOS 7 2014-03-13 CC BY-NC Suggests better wake up times
SMSStats2 Callum Ryan iOS 7 2014-03-31 MIT Statistics in MobileSMS.app
SnapSelect BGerard iOS 7 2014-07-04 GPL 2 Send photos from your photo library via SnapChat
Snooze insanj iOS 7 2014-05-29 CC BY-NC Configure snooze times other than nine minutes
StatusModifier Firemoon777 iOS 7.0 - 7.1 2014-07-17 GPL v3 Customize your statusbar
SwitchData switchpwn iOS 7 2014-05-13 MIT Switch between wifi and cellular data depending on the service signal
SwipeShiftCaret r-plus iOS 4 - 7 2014-02-20 ISC Edit text with keyboard gestures
SwitchIcons rpetrich iOS 5 - 7 2014-01-10 ? Example tweak for Flipswitch
TypeStatus hbang iOS 5 - 11 2014-05-18 Apache 2.0 iMessage typing indicators for the status bar
UserAgentFaker conradev iOS 7 2014-03-31 MIT User agent faker for browsers
VBEnhancerLite iMokhles iOS 6 - 7 2014-08-12 Apache Suite of features for Viber app
Veency saurik iOS 6 - 7 2014-01-28 AGPL 3.0 VNC server
VerticalVideoSyndrome fewjative iOS 7 2014-05-17 MIT Displays a warning image when in recording mode and device is vertically oriented
WAEHideCamera iMokhles iOS 6 - 7 2014-09-23 Apache Hide camera button in new version WhatsApp
WAReadMark iMokhles iOS 5 - 7 2014-04-15 ? Disable Read Mark in WhatsApp
WhatsAtor iMokhles iOS 6 - 7 2013-12-25 GPL Send WhatsApp messages from anywhere
WhatsApp LSeen TimeStamp iMokhles iOS 5 - 7 2013-09-03 GPL Toggle WhatsApp timestamp without waiting 24 hours
WinterBoard (WinterBoard) saurik iOS 2 - 9 2014-01-29 BSD? Advanced theming system
Yellow Flash 7.0 PoomSmart iOS 7.0 2014-09-19 MIT Yellowish flash button highlight

iOS 6 compatible

Project Author Compatibility Updated (as of Nov 2013) License Short description
AirFloat trenskow iOS 6 2013-07-13 BSD? AirPlay audio (AirTunes) for iOS
AlienBlueTags EthanArbuckle iOS 6 2013-11-06 ? Adds Reddit user tagging to AlienBlue
AnyLockApp nickfrey iOS 5 - 6 2012-02-04 ? Change lockscreen camera shortcut
Camera Button UI Mod PoomSmart iOS 6 2013-12-20 MIT Change opacity & position of (gray) camera buttons
DietBar rpetrich iOS 3 - 6 2012-06-23 ? Shrink navigation bars
DietBulletins rpetrich iOS 4 - 6 2013-09-10 ? Shrink notification bulletins
FlipNC uroboro iOS 5 - 6 2014-03-18 GPL Adds flipswitches to the notification center
GoogleSearchforVelox insanj iOS 6 2013-08-24 BSD Quick search from the Google app
Harlem Shake FilippoBiga iOS 6 2013-03-11 ? Make SpringBoard icons dance
%hook's law Xuzz iOS 6 2013-02-16 BSD Makes animations springier
IconRotator rpetrich iOS 5 - 6 2013-02-16 GPL Rotates icons
iAnnounce patelhiren iOS 4 - 6 2013-03-01 ? Announce incoming caller's name
InAMinute zephster iOS 6 2013-08-24 ? Fine-grained time selection system-wide
LiveClock rpetrich iOS 3 - 6 2013-02-04 ? Animated clock icon on SpringBoard
NCForward h6nry iOS 5 - 6 2015-12-09 Credit pls. Forward iOS notifications to (theoretically) every internet connected device
NoNewsIsGoodNews rpetrich iOS 5 - 6 2011-12-28 ? Hide Newsstand icon
NoPasscodeBlock conradev iOS 6 2013-02-05 ? Prevent permanent passcode locking
OctopusKeyboard k3a iOS 6 2014-03-19 GPL Predictive keyboard, showing word suggestions
RotationInhibitor rpetrich iOS 3 - 6.1 2013-02-04 ? Disable device rotation
RunningIndicator rpetrich iOS 4 - 6 2013-05-29 ? Running app icons glow
Safari Download Manager DHowett / francis iOS 3.1 - 6.1 2013-02-04 BSD A download manager, for Safari!
SliderKiller insanj iOS 6 2013-08-24 BSD Always "slide to unlock" instead of "slide to reply"
TapTapPass bd452 iOS 6 2013-10-10 ? Gesture-based passcode toggle
Unlock7 bushe iOS 6 2013-11-01 ? Adds some iOS 7 lockscreen features to iOS 6
Uninstall Application Size Cykey iOS 6 2013-09-26 Public Domain Shows application size when prompting to uninstall
VideoPace rpetrich iOS 4.3 - 6 2013-08-04 ? Increase speed of video playback
WiCarrier rpetrich iOS 3 - 6 2012-04-07 GPL Show WiFi network name/IP in place of carrier view

iOS 5 compatible

Project Author Compatibility Updated (as of Nov 2013) License Short description
AutocorrectionBar rpetrich iOS 4.3 - 5 2011-11-09 ? Enable hidden keyboard feature
ClearNotifications rpetrich iOS 5 2012-02-03 ? Clear lock screen notifications with a swipe
Color Mail Labels eni9889 iOS 5 2012-02-13 GPLv3 Give each mail account its own color
Cydelete DHowett iOS 2 - 5 2011-10-09 GPLv3 Delete Cydia apps from Springboard
FastBlurredNotificationCenter rpetrich iOS 5 2012-03-03 GPL Blurs notification center background
Merge Andrew Richardson & Joshua Tucker iOS 5 2012-10-13 Apache Combines messages by contact in Messages
MoreLinesNotificationCenter rpetrich iOS 5 2011-10-16 ? More lines in notification center
MusicBanners rpetrich iOS 5 2012-04-08 GPL Track change bulletins with album art in SpringBoard
TopographyForGoogleMaps rpetrich iOS 5.1 2012-12-25 ? Enable hidden topography view
VAssistant coolstar iOS 5 - 5.1.1 2012-12-08 GPL 3 Siri clone for iOS 5
WifiSMS jlippold iOS 4 - 5 2012-04-08 ? iPhone webserver gateway for SMS

iOS 4 compatible

Project Author Compatibility Updated (as of Nov 2013) License Short description
animate Chronic-Dev Team et al. iOS 4.2.1 2011-07-10 © Customize boot logo animations
Appslide Xuzz iOS 4.2 2013-02-16 BSD Use home button to go back
DeepEnd rpetrich iOS 4 2011-01-31 ? 3D effect for Springboard
Five Icon Switcher Xuzz iOS 4 2011-09-24 BSD Five icons in app switcher
IconRenamer rpetrich iOS 4 2011-10-16 ? Rename icons from your SpringBoard
ListLauncher rpetrich iOS 4 2011-02-05 ? Launch apps from Spotlight
LivePaper rpetrich et al. iOS 4 2011-07-20 ? Live wallpaper with plugins
MathAlarm rpetrich iOS 4.2 2012-01-10 ? Solve arithmetic problems to turn off alarm
QuickReply rpetrich iOS 2 - 4 2011-04-24 whatever Quick reply for SMS
PagePusher rpetrich iOS 4 2011-06-02 ? Page-styled app animations
SwitcherMod rpetrich and Optimo iOS 4 2011-12-31 ? Customized app switcher
VoiceKeys rpetrich iOS 4 2011-11-27 ? Voice recognition using Google's service
WebGLEnabler rpetrich iOS 4.2 2011-07-24 ? Enable WebGL support in apps that use UIWebView

iOS 3 compatible

Project Author Compatibility Updated (as of Nov 2013) License Short description
DisplayEffects rpetrich iOS 3 2011-01-18 ? Experimental effects for iOS
NoClearHistory rpetrich iOS 3 2010-09-29 ? Don't allow clearing history
OpenNotifier n00neimp0rtant and Lunat1k iOS 3.2 2013-04-18 ? Notification icons for your status bar
ProSwitcher rpetrich and chpwn iOS 3 2010-09-18 ? Palm Pre-style application switcher
PullToDismiss rpetrich iOS 3.2 2011-12-30 ? Pull down to dismiss keyboard
SliderBar rpetrich iOS 3 2011-06-06 ? Quick scrolling in all table views
SplitMail rpetrich iOS 3.2 2012-02-02 ? Split-style iPad mail app in portrait
Subscriber Artificial Module (SAM) sbingner iOS 3 2013-06-07 LGPL (Login: username "anonymous", no password. Web view.)
WebPreview rpetrich iOS 3 2011-02-17 ? Preview web links in a popup

Unknown compatibility

Project Author Compatibility Updated (as of Nov 2013) License Short description
AllowRotate rpetrich iOS ? 2010-10-03 ?
FullWebClips Xuzz iOS ? 2011-07-21 BSD Make Web Clips fullscreen
Glue DarkMalloc iOS ? 2011-06-29 ? Share a note with Pastie from the Notes app
Internalizer Xuzz iOS ? 2011-07-22 BSD Add text to your lockscreen
IPSlider BGerard iOS ? 2013-11-15 GPL 2 Set "slide to unlock" message to IP address
LockSeconds conradev iOS ? 2012-06-02 ? Add seconds to lockscreen clock
MediaSpeak freemanrepo iOS ? 2012-04-15 ? Speak currently playing song
Multi-Slide rpetrich and InfectionFX iOS ? 2011-06-19 WTFPL Multiple unlock sliders
No Dots Xuzz iOS ? 2010-11-27 BSD No page dots
SBCustomIcon rpetrich iOS ? 2009-02-09 ?
SearchClear conradev iOS ? 2012-06-24 ? Clears the search field after a search
SwitcherScape Xuzz iOS ? 2011-07-22 BSD App switcher in landscape mode
Webscrollian Xuzz iOS ? 2011-07-28 BSD Faster scrolling for web content

Applications

Project Author Compatibility Updated (as of Nov 2013) License Short description
CrashReporter ashikase iOS 6 - 11 2016-06-26 ? App for processing and sending crash logs
Cydia saurik iOS 2 - 11 2016-06-26 Modified BSD Graphical APT frontend
MobileTerminal (multiple) iOS 3.2 - 6 2011-10-26 GPL 2 Terminal emulator
NewTerm (multiple) iOS 7 - 11 2018-07-09 GPL 2 Terminal emulator (successor to MobileTerminal)
RecordMyScreen coolstar iOS 5 - 6 2013-07-22 MIT Screen Recorder
PPSSPP (multiple) iOS 5 - 8.1 2014-11-22 GPL Sony PlayStation Portable emulator
miniCode lufinkey iOS 4.3.3 - 7 2014-07-19 ? On device IDE

Tools

Project Source Author Compatibility Updated (As of Nov 2013) License Short description
Airscan [1] Cykey iOS 6 2013-08-12 ? iOS command-line WiFi scanner
CaptainHammer [2] rpetrich iOS 3 - 6 2013-05-10 GPL 3 Simple debugging tools for iOS
Open [3] conradev iOS 6 2013-07-24 ? Open apps from shell on iOS
sbutils [4] innoying iOS 6 2012-25-01 ? A collection of utilities to access iOS functions via the command line
symbolicate [5] ashikase, KennyTM iOS ? 2013-12-28 ? Command-line tool for symbolicating crash logs
Theos [6] (multiple) - 2013-11-06 GPL 3 Unified cross-platform iPhone Makefile system

Developer libraries

Project Source Author Compatibility Updated (As of Nov 2013) License Short description
AppList [7] rpetrich iOS 3 - 11 2014-04-30 ? Allow extensions to read the list of installed apps
BTstack [8] mringwal iOS 3 - 7 2014-05-22 dual license Bluetooth stack with SDP, RFCOMM, and, L2CAP APIs
Cephei [9] hbang iOS 5 - 11 2014-05-05 Apache 2.0 Useful functions for tweak developers
Flipswitch [10] rpetrich and Jack Willis iOS ? - 7 2014-04-09 LGPL Centralized toggle system for iOS
HidSupport [11] mringwal iOS 3 - 7 2014-04-22 BSD New Key and touch injection library
IconSupport [12] Sakurina, chpwn, ashikase iOS 3 - 7 2014-01-23 ? Safe icon support library
Libcolorpicker libcolorpicker pixelfiredev iOS 7 2014-09-13 MIT A color picker
LibDisplay [13] freerunnering iOS 4 - 6 2013-02-07 ? Manage display stacks (pre-iOS 6) and manage running applications
Libdisplaystack [14] Zimm iOS ? 2010-12-30 non-commercial Library for launching and exiting apps
Libhide [15] BigBoss, theiostream, Bushe iOS 2 - 7 2014-02-21 ? A library for hiding icons from Springboard
Libobjcipc [16] a1anyip iOS 7 2014-03-19 ? An inter-process communication (between app and SpringBoard) solution
Libopener [17] hbang iOS 5 - 11 2014-05-05 Apache 2.0 Developer library for overriding link destinations
Libstatusbar [18] phoenix3200 iOS 3 - 9 2014-02-07 ? Custom statusbar icon library
PreferenceLoader [19] (various) iOS 3 - 11 2013-11-22 LGPLv3 Allows developers to add entries to Settings.app
SearchLoader [20] theiostream iOS 6 2013-07-22 ? Loads search bundles