superturtlee/lsposed — explained in plain English
Analysis updated 2026-07-19 · repo last pushed 2026-03-31
Install a privacy-control module that adds extra permissions management to apps.
Run a system-wide ad blocker module that filters ads across all apps reversibly.
Write a custom module using the Xposed-compatible API to tweak a specific app's UI.
Stack multiple modules to customize notifications and app appearance simultaneously.
| superturtlee/lsposed | abhishek-kumar09/orekit | abhishek-kumar09/pmd | |
|---|---|---|---|
| Language | Java | Java | Java |
| Last pushed | 2026-03-31 | 2020-11-15 | 2020-11-15 |
| Maintenance | Maintained | Dormant | Dormant |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a rooted Android device running Magisk with the Riru or Zygisk component enabled.
LSPosed is a tool for Android power users that lets you modify how apps and the operating system behave, without permanently changing anything. It works by letting small add-on programs (called "modules") intercept and tweak app behavior in real time. Because all changes happen in memory, you can turn off a module, reboot, and your phone is back to exactly how it was. You can even stack multiple modules that modify the same app, which isn't possible when you're dealing with modified app files. The project carries on the legacy of the original Xposed framework, a beloved tool from the early Android days. It's compatible with the same API, meaning modules written for the original Xposed still work here, and vice versa. Under the hood, it relies on Magisk (a popular Android root tool) and a hooking engine called LSPlant to intercept how apps run. It supports Android versions 8.1 through 14. Who uses this? Android enthusiasts who want deep customization beyond what settings menus offer. For example, you might install a module that adds extra privacy controls, one that changes how notifications behave, another that tweaks the UI of a specific app, and one that blocks ads system-wide, all running together, all reversible. Developers who want to write these modules use a well-documented API to build them. The project is open source under the GPL-3 license and actively maintained, with community discussion happening on Telegram and translations contributed through Crowdin. One notable tradeoff: it requires a rooted device running Magisk, so it's not for casual users or anyone who needs to keep their phone in a locked-down, manufacturer-intended state. Bug reports are only accepted from the latest debug builds, which suggests the developers want to avoid chasing issues already fixed in development.
LSPosed lets rooted Android users modify app and system behavior with small add-on modules that intercept apps in real time. All changes live in memory, so a reboot undoes everything and restores the phone to its original state.
Mainly Java. The stack also includes Java, Magisk, LSPlant.
Maintained — commit in last 6 months (last push 2026-03-31).
Free to use and modify, but any distributed versions must also be open source under the same GPL-3 license.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.