🌐 Unofficial translation fork of boxproxy/box. The original project is written in Chinese. This fork provides: 🇬🇧 English — you are here (
translate/en) | 🇷🇺 Русский — README on translate/ru
Box for Root is a transparent proxy toolbox module designed for Android root environments (Magisk / KernelSU / APatch).
This project is heavily inspired by and continues the work of:
This repository primarily provides:
- Unified management of core proxy services (mihomo / sing-box / xray / v2fly / hysteria)
- Transparent proxy rule configuration in multi-network mode (TProxy / Redirect / Tun / Mixed / Enhance)
- Unified scripts for subscription maintenance, Geo resources, core binaries, and WebUI
- Modular directory structure and service lifecycle management adapted to the Android Root ecosystem
Module working directory: /data/adb/box/
/data/adb/box/
├── bin/ # Proxy core and utility binaries
├── mihomo/ # mihomo configuration directory
├── sing-box/ # sing-box configuration directory
├── xray/ # xray configuration directory
├── v2fly/ # v2fly configuration directory
├── hysteria/ # hysteria configuration directory
├── scripts/ # Core scripts
│ ├── box.service # Service lifecycle management
│ ├── box.iptables # Transparent proxy rule management
│ └── box.tool # Update and maintenance toolkit
├── run/ # Runtime state and logs
└── settings.ini # Global configuration file
box.service: manage start, stop, restart, status, and scheduled tasksbox.iptables: enable, rebuild, and clear transparent proxy rulesbox.tool: update subscriptions, update Geo, update core, verify configuration, maintain WebUI
- Wiki: https://github.com/boxproxy/box/wiki
- Changelog: CHANGELOG.md
- Companion app / notification channel: https://t.me/zero_o0
Thanks to the original boxproxy/box project and all contributors.
This project is licensed under the GPL-3.0 License.