git404hub

what is cuso4-rootmanager fr?

cuso4-x/cuso4-rootmanager — explained in plain English

Analysis updated 2026-05-18

12CSSAudience · developerComplexity · 3/5Setup · hard

tl;dr

Android app that wraps Magisk, KernelSU, and APatch under a single Kotlin and WebView UI for managing root modules, viewing Magisk status, and one-click unrooting.

vibe map

mindmap
  root((CuSO4-RootManager))
    Inputs
      Rooted Android device
      Installed Magisk or KernelSU
      ROOT modules
    Outputs
      Module install state
      Magisk status info
      Unroot result
    Use Cases
      Manage ROOT modules
      View Magisk status
      Remove root cleanly
    Tech Stack
      Kotlin
      WebView
      HTML
      CSS
      JavaScript

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Manage Magisk, KernelSU, and APatch modules from one Android app

VIBE 2

Check Magisk version, Zygisk state, and ramdisk patch status on a rooted phone

VIBE 3

Remove ROOT or Magisk in one tap without multiple manual reboots

VIBE 4

Study a Kotlin + WebView shell where the UI is HTML/CSS/JS in assets

what's the stack?

KotlinAndroidWebViewHTMLCSSJavaScriptGradle

how it stacks up fr

cuso4-x/cuso4-rootmanager34306/ios-exploit-starterpackleoooorocha/machine-ready-tv
Stars121113
LanguageCSSCSSCSS
Setup difficultyhardeasymoderate
Complexity3/55/52/5
Audiencedeveloperresearchergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires an already-rooted Android device with Magisk, KernelSU, or APatch preinstalled, the app refuses to run otherwise.

in plain english

CuSO4 Open is an open source Android app that acts as a front end for ROOT management on rooted phones. Rooting an Android device gives an app the ability to read and change parts of the system that are normally locked away from regular apps, and the standard tools for doing this are projects called Magisk, KernelSU, and APatch. CuSO4 Open provides a single user interface that talks to whichever of those tools is already installed. The README is firm on one point: this app does not replace Magisk or KernelSU. The official ROOT manager has to be installed first, otherwise CuSO4 Open cannot run. The author calls this both a safety feature and a budget choice. The listed features are module management, meaning the user can install, enable, disable, and remove ROOT modules from inside the app, plus Magisk specific information such as the current kernel version, the Magisk version, whether Zygisk is on, and whether the boot ramdisk has been patched. There is also a one click option to remove ROOT or Magisk completely without going through several reboots. Under the hood the app is a native Android shell, written in Kotlin, that wraps a WebView. The user interface lives in android/app/src/main/assets/home as HTML, CSS, and JavaScript, and the Kotlin code sits next to it in the java folder. The app asks for three permissions: INTERNET for downloading modules, FOREGROUND_SERVICE for long running work, and POST_NOTIFICATIONS for install progress. To build from source the README asks for Android Studio Hedgehog or later, Android SDK 34, Gradle 8.9, and JDK 17, then a normal ./gradlew assembleDebug produces the debug APK. Pre-built APKs are also offered on the GitHub Releases page. The minimum supported Android version is 5.0.

prompts (copy fr)

prompt 1
Build CuSO4-RootManager from source with Android Studio Hedgehog, SDK 34, Gradle 8.9, and JDK 17 and run assembleDebug.
prompt 2
Walk me through editing the HTML/CSS/JS in android/app/src/main/assets/home to add a new module list view in CuSO4-RootManager.
prompt 3
Explain how CuSO4-RootManager detects whether Magisk, KernelSU, or APatch is installed and which one to talk to.
prompt 4
Show me the Kotlin bridge in CuSO4-RootManager that lets the WebView UI call native shell commands.
prompt 5
Use CuSO4-RootManager on a test device to disable a misbehaving Magisk module without rebooting twice.

Frequently asked questions

what is cuso4-rootmanager fr?

Android app that wraps Magisk, KernelSU, and APatch under a single Kotlin and WebView UI for managing root modules, viewing Magisk status, and one-click unrooting.

What language is cuso4-rootmanager written in?

Mainly CSS. The stack also includes Kotlin, Android, WebView.

How hard is cuso4-rootmanager to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is cuso4-rootmanager for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.