A library and application for browsers to interact with Android devices via ADB.
Connection | Chromium-based Browsers | Firefox | Node.js |
---|---|---|---|
USB cable | Supported using WebUSB API | No | Supported using usb package |
Wireless via WebSocket 1 | Supported | Supported | Possible using ws package |
Wireless via TCP | WIP using Direct Sockets API | No | Possible using net module |
1 Requires WebSockify softwares, see instruction for detail.
- π File Management
- π List
- β¬ Upload
- β¬ Download
- π Delete
- π· Screen Capture
- π Interactive Shell
- β Enable ADB over WiFi
- π¦ Install APK
- π₯ Scrcpy compatible client (screen mirroring and controlling device)
- π Power and reboot to different modes
See CONTRIBUTING.md
- Google for ADB (Apache License 2.0)
- Romain Vimont for Scrcpy (Apache License 2.0)