whatisgithub

What is netex?

mrdoob/netex — explained in plain English

Analysis updated 2026-05-18

41JavaScriptAudience · developerComplexity · 2/5Setup · moderate

In one sentence

A minimal Android web browser with a built in devtools panel for inspecting console logs, HTML, network requests, and Three.js scenes.

Mindmap

mindmap
  root((Netex))
    What it does
      Minimal Android browser
      Built in devtools
      Four panel tabs
    Tech stack
      JavaScript
      Android
      Gradle
      Three.js
    Use cases
      Mobile page debugging
      Network inspection
      WebGL scene debugging
    Audience
      Web developers
      Mobile testers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Debug a mobile web page's console logs and run JavaScript directly on an Android device.

USE CASE 2

Inspect network requests and preview images or 3D models loaded by a mobile page.

USE CASE 3

Use the built in Three.js DevTools tab to debug a WebGL scene running on Android.

What is it built with?

JavaScriptAndroidGradleThree.js

How does it compare?

mrdoob/netexhome-assistant/mobile-apps-fcm-pushvzzoxo/xiaoyizi
Stars414042
LanguageJavaScriptJavaScriptJavaScript
Last pushed2026-07-05
MaintenanceActive
Setup difficultymoderatemoderatemoderate
Complexity2/53/54/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 5min

Building from source needs Android SDK platform 35 and a local.properties file pointing to it.

So what is 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.

Copy-paste prompts

Prompt 1
Help me sideload the Netex APK on my Android device and enable installs from unknown sources.
Prompt 2
Explain what the Network tab in Netex shows me about a page's fetch and XHR requests.
Prompt 3
Walk me through building Netex from source with Gradle and the Android SDK.
Prompt 4
Show me how the Three.js DevTools tab works inside Netex for debugging a WebGL page.

Frequently asked questions

What is netex?

A minimal Android web browser with a built in devtools panel for inspecting console logs, HTML, network requests, and Three.js scenes.

What language is netex written in?

Mainly JavaScript. The stack also includes JavaScript, Android, Gradle.

How hard is netex to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is netex for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.