Manipulate Android devices from any (supported) web browsers, even from another Android device.
Connection | Chromium-based Browsers | Firefox | Node.js |
---|---|---|---|
USB cable | Yes via WebUSB | No | Possible |
Wireless via WebSocket 1 | Yes | Yes | Possible |
Wireless via TCP | Yes via Direct Sockets 2 | No | Possible |
1 Requires WebSockify softwares, see instruction for detail.
2 Chrome for Android doesn't support Direct Sockets. Need extra steps to enable. See #349 for detail.
Accessing USB devices (especially your phone) directly from a web page can be very dangerous. Firefox developers even refused to implement the WebUSB standard because they considered it to be harmful.
- 📁 File Management
- 📋 List
- ⬆ Upload
- ⬇ Download
- 🗑 Delete
- 📷 Screen Capture
- 📜 Interactiv Shell
- ⚙ Enable ADB over WiFi
- 📦 Install APK
- 🎥 Scrcpy compatible client (screen mirroring and controling device)
- 🔌 Power and reboot to different modes
See CONTRIBUTE.md
- Google for ADB (Apache License 2.0)
- Romain Vimont for Scrcpy (Apache License 2.0)