Chrome DevTools on your phone.

An Android browser with the real Chrome DevTools frontend built in. Elements, Console, Network, Sources, Performance, Lighthouse. Inspect and debug websites directly on your phone.

Google Play Source Code
9:41 LTE example.com/dashboard Dashboard Users 2,847 Revenue $12.4k Requests 48.2k div.stat-card 74x40 Elements Console Network Sources Perf Lighthouse v <body> v <div class="app"> > <nav>...</nav> v <main> v <div class="stat-card"> <span>Revenue</span> <strong>$12.4k</strong> Styles Computed Layout .stat-card { display: flex; flex-direction: column; padding: 12px 16px; background: #f3f4f6; }

Android can run a dev server. It couldn't inspect one.

You can run a terminal on Android. You can run code editors, compilers, and dev servers. But if you want to inspect a webpage -- see the DOM, debug JavaScript, check network requests -- you need a laptop with Chrome and a USB cable.

This browser closes that gap. Two WebViews: one is your browser, the other runs the real Chrome DevTools frontend built from Chromium source. A local TCP proxy bridges them via the Chrome DevTools Protocol. Everything runs locally on the phone.

Every DevTools panel. On your phone.

Elements

Inspect the DOM, edit HTML and CSS live, see computed styles, check layout. The same Elements panel you use on desktop Chrome.

Console

Run JavaScript, see errors and warnings, inspect objects. Full console with autocomplete and multi-line editing.

Network

Monitor HTTP requests, inspect headers, preview responses, check timing. See exactly what your page is loading and how long it takes.

Sources and Performance

Set breakpoints, step through JavaScript, profile runtime performance. Debug production issues without reproducing them on a different device.

Lighthouse

Run Lighthouse audits for performance, accessibility, SEO, and best practices. Real scores from a real mobile device, not a desktop simulation.

No setup required

Install the app and start browsing. DevTools are always one tap away. No USB cable, no laptop, no ADB over WiFi.

Inspect anything. Anywhere.

Free, open source, MIT licensed. No ads, no tracking.

Google Play Source on GitHub