Skip to content

What is Nothing ​

Nothing is an ecosystem of three open-source tools built for people who want to understand how the web actually works.

ProductWhat It DoesBest For
Nothing BrowserQt6/Chromium browser with baked-in DevTools for network inspectionAPI reverse engineering, web scraping research
Nothing Private BrowserPrivacy-first browser β€” zero telemetry, zero session persistenceAnonymous browsing, privacy research
PiggyBun + TypeScript headless browser libraryAutomated scraping, bot development, RPC

All three share the same core engine: Qt6 WebEngine with real BoringSSL TLS. All three are MIT licensed. All three are built by Ernest Tech House in Kenya.


The Philosophy ​

Most browsers are built to hide the web from you. Nothing browsers are built to expose it.

Every request, response, WebSocket frame, cookie, and storage write is captured in real time β€” visible, inspectable, copyable, and downloadable. One click exports any captured request to Python, cURL, JavaScript, or raw HTTP.

Traditional browser DevTools are passive. You have to open them at the right time, know what to look for, and manually copy things out. They don't export. They don't persist across sessions. They are not designed for reverse engineering workflows.

Nothing bakes the entire DevTools workflow into the browser itself. Everything is captured automatically from the first request. Sessions are saved and reloadable. Exports are one click. The browser is the tool.


Why It Matters ​

TLS Fingerprint ​

Nothing Browser runs on Qt WebEngine, which uses the same BoringSSL stack as Google Chrome. The TLS ClientHello β€” the very first bytes a server sees β€” is genuinely Chrome-identical. Not patched. Not simulated. Identical.

This is why Nothing Browser passes Cloudflare's bot detection where Python requests, httpx, Scrapy, and stock cURL are immediately flagged.

One Import vs 47 Plugins ​

nothing-browserPuppeteerPlaywright
Imports15–105–10
Lines to scrape a site~2080–20080–200
Fingerprint spoofingβœ… built in❌ plugin needed❌ plugin needed
Network captureβœ… built in❌ manual❌ manual
Built-in API serverβœ…βŒβŒ
Cloudflare bypassβœ… passes⚠️ often blocked⚠️ often blocked

What's Coming ​

Focus AreaUpcoming Features
Nothing BrowserWindows native, response body search, captcha solver, headless mode, session profiles
Nothing Private BrowserAd blocker, Tor routing, ProtonVPN support
PiggyWebSocket client API, real-time streaming, enhanced RPC


Nothing Ecosystem Β· Ernest Tech House Β· Kenya Β· 2026

MIT Licensed | Built by Ernest Tech House Β· Kenya Β· 2026