Web-based GUI for ADB — control your Android device from a browser without command line.
docker-compose up
# Open http://localhost:8000- Device info viewer
- App manager (install, uninstall, launch)
- File explorer
- ADB shell with autocomplete
- Screenshot capture
- Permission auditor
- Settings viewer/editor
pip install flask
python3 server.py
# http://localhost:8000For CLI tools, see: android-toolkit-scripts