Roadmap β
The future of Nothing Private Browser. This is the intended direction β not a promise of specific dates or features.
Important Disclaimer β
This roadmap represents the line of which the browser is meant to follow.
It does NOT mean every single BOM (Bill of Materials) or release must follow it exactly.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β This is a VISION, not a CONTRACT. β
β β
β Features may ship earlier, later, or not at all. β
β Versions may be skipped. β
β Priorities may change. β
β β
β I might ship an update TOMORROW because why not. β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββThe only rule: Every release is private by default. No telemetry. No session persistence. Everything else is flexible.
Version Timeline β
| Version | Focus | Key Features | Status |
|---|---|---|---|
| v0.1.0 | Core privacy | Zero telemetry, session wipe, basic fingerprint spoofing | β Released |
| v0.1.1 | Network leaks | WebRTC protection, improved headers | β Released |
| v0.1.2 | Modern fingerprinting | UA-CH spoofing, userAgentData | β Released |
| v0.1.3 | Advanced fingerprinting | xorshift canvas noise, WebGL spoofing | β Released |
| v0.2.0 | Ad blocking | Network-level filter lists, EasyList support | π¨ In progress |
| v0.3.0 | Anonymity | Tor routing, VPN import | π Planned |
| v0.4.0 | Hardening | DNS over HTTPS, encrypted storage | π Planned |
| v1.0.0 | Stability | Full audit, stable API | π Planned |
v0.2.0 β Ad Blocking (Current) β
Focus: Block trackers and ads at the network level.
| Feature | Status | Description |
|---|---|---|
| Filter list parser | π¨ In progress | Parse EasyList, EasyPrivacy |
| Network interceptor | π¨ In progress | Block requests before they send |
| Custom filter support | π Planned | User-defined block lists |
| Element hiding | π Planned | Hide empty spaces from blocked ads |
Why this matters: Most "privacy" browsers still load ads β they just hide them. Nothing Private Browser will block them entirely.
Expected release: When it's ready. Could be next week. Could be next month.
v0.3.0 β Anonymity β
Focus: Make you truly anonymous online.
| Feature | Status | Description |
|---|---|---|
| Tor integration | π Planned | One-click onion routing |
| OpenVPN import | π Planned | Import .ovpn files directly |
| WireGuard import | π Planned | Import .conf files directly |
| ProtonVPN support | π Planned | Native ProtonVPN integration |
| Circuit display | π Planned | Show Tor/VPN path |
Why this matters: VPNs and Tor are separate apps. They should be built in.
Expected release: When I figure out how to make it seamless.
v0.4.0 β Hardening β
Focus: Eliminate remaining privacy leaks.
| Feature | Status | Description |
|---|---|---|
| DNS over HTTPS | π Planned | Encrypted DNS by default |
| DNS leak blocking | π Planned | Prevent DNS leaks |
| Encrypted storage | π Planned | Even temporary storage encrypted |
| Cache partitioning | π Planned | Per-site cache isolation |
| Network partitioning | π Planned | Per-site network state |
Why this matters: DNS is the last unencrypted piece of your browsing.
v1.0.0 β Stability β
Focus: Production-ready, audited, stable.
| Feature | Status | Description |
|---|---|---|
| Security audit | π Planned | Third-party audit |
| Penetration testing | π Planned | Find and fix leaks |
| Stable API | π Planned | No breaking changes |
| Documentation complete | π¨ In progress | What you're reading now |
The "I Might Ship Tomorrow" Philosophy β
Here's how releases actually work:
// Not this:
if (featureComplete && testsPass && documentationDone && moonPhase === "full") {
shipRelease();
}
// This:
if (iFeelLikeIt && itWorksOnMyMachine) {
shipRelease();
}Real examples:
- v0.1.1 shipped because I found a WebRTC leak at 2 AM
- v0.1.2 shipped because I wanted better UA-CH spoofing
- v0.1.3 shipped because canvas noise needed improvement
No fixed schedules. No "quarterly releases." No "sprint planning."
Just: Is it better? Ship it.
What This Means For You β
If You're a User β
- Updates come when they come
- Features appear without warning
- Something you want might ship tomorrow
- Or next year
- Or never
If You're a Contributor β
- Don't ask "when will X be released?"
- Don't ask for roadmaps with dates
- Do submit bug fixes
- Do suggest features (but don't expect timelines)
If You're a Company β
- Don't depend on specific release dates
- Do test each release before deploying
- Do consider forking if you need stability
Priority Order β
Features are prioritized by:
- What I personally need (I built this for myself first)
- What breaks privacy (security holes go to the front)
- What the community asks for (if it makes sense)
- What's fun to build (yes, this matters)
Recent Releases β
| Version | Date | What |
|---|---|---|
| v0.1.0 | 2025-03 | Core private browser |
| v0.1.1 | 2025-04 | WebRTC leak protection |
| v0.1.2 | 2025-05 | UA-CH spoofing |
| v0.1.3 | 2025-06 | xorshift canvas noise |
Next release: When it's ready.
How to Stay Updated β
- Watch GitHub Releases: github.com/ernest-tech-house-co-operation/nothing-private-browser/releases
- Join Discord: https://discord.gg/TUxBVQ7y
- Check the TECH HOUSE tab (in the browser)
The Bottom Line β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β This roadmap is a DIRECTION, not a SCHEDULE. β
β β
β The browser will get better over time. β
β β
β Exactly when? β
β β
β When I have time. β
β When I feel like it. β
β When it's ready. β
β β
β Maybe tomorrow. β
β Maybe next week. β
β Maybe next month. β
β β
β That's the deal. β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββNext Steps β
- Privacy Features β Deep dive into privacy
- Installation β Install the browser
- Limitations β Know what to expect
Nothing Ecosystem Β· Ernest Tech House Β· Kenya Β· 2026
I might ship something tomorrow. Or I might not. We'll see.