Debug a mobile web page's console logs and run JavaScript directly on an Android device.
Inspect network requests and preview images or 3D models loaded by a mobile page.
Use the built in Three.js DevTools tab to debug a WebGL scene running on Android.
| mrdoob/netex | home-assistant/mobile-apps-fcm-push | vzzoxo/xiaoyizi | |
|---|---|---|---|
| Stars | 41 | 40 | 42 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2026-07-05 | — |
| Maintenance | — | Active | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Building from source needs Android SDK platform 35 and a local.properties file pointing to it.
Netex is a minimal web browser for Android that includes a built in developer tools panel, similar to what you would find in a desktop browser like Chrome. Dragging up the bottom bar reveals the panel, which has four tabs. The Console tab shows live logs from the page you are viewing and includes a JavaScript prompt you can type into to run code directly in that page. The Source tab shows the page's formatted HTML. The Network tab logs fetch and XHR requests, the ways a web page loads data in the background, and shows inline previews for images and 3D glTF files. The fourth tab runs a version of the Three.js DevTools browser extension, adapted to work inside Netex through a small compatibility layer that mimics the Chrome extension APIs it expects, this also drives a revision badge shown on the app's logo. To use Netex, you download the latest APK file, Android's app package format, from the project's releases page and sideload it, meaning you install it manually rather than through the Google Play Store. Depending on your device, you may need to enable a setting that allows installing apps from outside the Play Store. If you prefer to build it yourself, the project uses Gradle, and you can run a single command to install a debug build directly onto a connected device or emulator. This requires the Android SDK with platform version 35 installed, along with a local configuration file pointing to where that SDK lives on your machine. This tool is aimed at web developers who work on mobile pages and want to inspect, debug, and test them directly on an Android phone or tablet, without needing to plug the device into a desktop computer for remote debugging.
A minimal Android web browser with a built in devtools panel for inspecting console logs, HTML, network requests, and Three.js scenes.
Mainly JavaScript. The stack also includes JavaScript, Android, Gradle.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.