No reviews yet. Be the first to share your experience!
Latest Posts
MMRL App
Apr 27, 2026, 04:58 PM
π File
WebUI X v435
β οΈ This is a experimental releases and not intended for daily use.
This new release tests the usage of RootThread in production applications.
The module page doesn't relay on MMRL:platform anymore
Branch: threading-marge
https://github.com/MMRLApp/WebUI-X-Portable/actions/runs/23867626638
534
1
0
MMRL App
Apr 27, 2026, 04:58 PM
π RootThread β now open source & available on JitPack
An Android library for running code in a privileged root process over Binder IPC, with first-class Kotlin support (coroutines, Flow, DSL) and full Java compatibility.
What it does:
β Serialises and executes RootCallable tasks in a root daemon via Kryo + ParcelFileDescriptor pipes
β Results come back as a suspend call, a Flow, a Future, or a blocking call β your choice
β Optional KSP processor (@RootFunction) auto-generates named wrapper classes, R8-safe by design
Quick start:
// settings.gradle.kts
maven("https://jitpack.io")
// build.gradle.kts
implementation("com.github. MMRLApp. RootThread:thread:0.0.1")
ksp("com.github. MMRLApp. RootThread:thread-ksp:0.0.1")
Then annotate any function you want to run as root:
@RootFunction
fun loadModules(): List { ... }
// Usage
val modules = RootedLoadModules().asThread()
// or
rootScope.loadModules().asFlow()
π Full docs & source on GitHub β https://github.com/MMRLApp/RootThread
693
1
MMRL App
Apr 27, 2026, 04:58 PM
π MMRL Premium is HERE!
We've been working on something big β and today, it's finally live.
Introducing MMRL Premium β unlock the full power of MMRL with exclusive plans designed for every type of user:
β‘οΈ Basic β More API tokens & full module history
β¨ Pro β Higher rate limits, early feature access & webhook integrations
π Premium β Unlimited tokens, 10,000 req/min, white-label pages & dedicated support
Whether you're a casual modder or a serious module developer, there's a plan for you.
π Check it out: https://repo.mmrl.dev/premium
Limited time β don't miss out! β³
548
1
0
MMRL App
Apr 27, 2026, 04:58 PM
Also added new CSS docs for wxp
https://mmrl.dev/guide/webuix/css-setup
865
1
0
MMRL App
Apr 27, 2026, 04:58 PM
Quite good fixes in this new release β https://github.com/MMRLApp/WebUI-X-Portable/releases/tag/v423
908
2
0
MMRL App
Apr 27, 2026, 04:58 PM
π₯ Video
Chucked InputStream with fs.newInputStream(...)
Still requires a lot of testing since many is possible with it.
fs.readTextFile(...) is also available
936
2
0
MMRL App
Apr 27, 2026, 04:58 PM
π· Photo
This is actually quite smart, the images π€βοΈ
https://repo.mmrl.dev/u/liliya2727/module/azenith
813
0
MMRL App
Apr 27, 2026, 04:58 PM
MMRL will feature a new terminal view that supports 256 color's, in future updates.
Preview
https://nightly.link/MMRLApp/MMRL/actions/runs/23693993132/official-release-apk.zip
https://nightly.link/MMRLApp/MMRL/actions/runs/23693993132/spoofed-release-apk.zip
634
2
0
MMRL App
Apr 27, 2026, 04:58 PM
π₯ Video
Absolute π₯
882
2
0
MMRL App
Apr 27, 2026, 04:58 PM
Quite good fixes in this new release β
https://github.com/MMRLApp/WebUI-X-Portable/releases/tag/v423
1,130
3
0
MMRL App
Apr 19, 2026, 03:43 PM
π· Photo
Future debugging will be a lot better and easier π§±