What is Nothing β
Nothing is an ecosystem of three open-source tools built for people who want to understand how the web actually works.
| Product | What It Does | Best For |
|---|---|---|
| Nothing Browser | Qt6/Chromium browser with baked-in DevTools for network inspection | API reverse engineering, web scraping research |
| Nothing Private Browser | Privacy-first browser β zero telemetry, zero session persistence | Anonymous browsing, privacy research |
| Piggy | Bun + TypeScript headless browser library | Automated 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-browser | Puppeteer | Playwright | |
|---|---|---|---|
| Imports | 1 | 5β10 | 5β10 |
| Lines to scrape a site | ~20 | 80β200 | 80β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 Area | Upcoming Features |
|---|---|
| Nothing Browser | Windows native, response body search, captcha solver, headless mode, session profiles |
| Nothing Private Browser | Ad blocker, Tor routing, ProtonVPN support |
| Piggy | WebSocket client API, real-time streaming, enhanced RPC |
Quick Links β
- The Three Pillars β Deep dive into each product
- Piggy Quick Start β First scraper in 5 minutes
- TLS Fingerprint Report β Technical deep dive
- Download Scraping Browser
- Download Private Browser
Nothing Ecosystem Β· Ernest Tech House Β· Kenya Β· 2026