Run ADB fully in your browser

Connect your Android device over USB, then run shell commands, install APKs, browse files, and take screenshots — without installing anything on your computer.

🔌 WebUSB

Direct USB connection from your browser. No drivers, no adb-server, no extensions. Just Chrome, Edge, or Opera.

🐚 Shell

Run any command on the device. getprop, pm list,dumpsys, ls — everything you can do in a terminal.

📦 APK install

Pick an APK from your computer. It streams over USB, installs via pm install, and the temp file is cleaned up automatically.

📁 Files

Browse /sdcard and the rest of the device filesystem, and download any file back to your computer.

📸 Screenshot

One-click screencap via the framebuffer protocol. No scrcpy server needed.

🔒 Private

Everything runs in your browser. No files leave your computer, no data is sent to a server. webadb.online is a static site.