A Windows desktop tool to browse, install and manage Magisk modules on your Android device — over USB or WiFi — through a clean web UI.
| Requirement | Notes |
|---|---|
| Windows 10/11 | Tested on Windows 11 |
| Python 3.8+ | Download |
| ADB | Platform Tools |
| Magisk | Installed on your Android device |
| USB Debugging | Enabled in Developer Options |
git clone https://github.com/tuomix/TMMI.git
cd TMMI
run.bat- Download and extract this repo
- Place
adb.exe,AdbWinApi.dll,AdbWinUsbApi.dllin the folder
(or have ADB in your system PATH) - Double-click
run.bat
- 🔍 Browse modules from Magisk repo
- 📦 One-click install via ADB
- 📡 USB or WiFi connection
- 🔋 Battery warning before install
- 💾 Remembers last device + settings
- 🐛 Debug mode (
run.bat debug)
| Mode | How |
|---|---|
| USB → WiFi | Plug in once, goes wireless automatically |
| USB only | Stays wired |
| WiFi only | Enter device IP manually |
run.bat debugSkips device detection — launches the UI instantly for development.
tmmi.cfg is created automatically on first run and saves:
- Last used IP
- Last connection mode
- Port number
- Banner preference
MIT © Tuomi