WPL-1.0 · Free as in Freedom
v2.20.0 — Latest

Wizard Browser

A libre browser with a built-in private search engine.

View on GitHub Download
Windows macOS Linux Flatpak r/PrivacyWizard
Wizard Browser interface
Features
Real uBlock Origin built in
gorhill's MV2 build auto-installed and silently kept up to date, with the Ghostery filter engine (EasyList, EasyPrivacy, uBO unbreak, Peter Lowe's) as the always-on fallback. Canvas, WebGL and WebRTC fingerprint surfaces are also closed.
Zero cookie storage
Cookies stripped from every response. DNT and Sec-GPC sent on every request. Cross-origin Referer headers removed. All browsing data wiped when the browser closes.
Built-in Wizard Search
Aggregated server-side from SearXNG, Wikipedia, Wikidata, YouTube via Piped, Hacker News, Reddit, Stack Overflow, Archive.org and GitHub. Knowledge panels included. No history kept.
Tor — bundled, one click
Ships the official Tor Expert Bundle inside every release; spins it up on demand. Two modes: .onion-only routing (default) or full-traffic SOCKS5. Auto-suggests .onion versions of major sites.
Per-site padlock
Toggle JavaScript per origin (enforced by an injected strict CSP), and allow/block camera-mic, geolocation, and notifications. HID, Serial, USB, Bluetooth, MIDI sysex, clipboard read and friends are hard-denied.
Find · mute · Picture-in-Picture
The browser table-stakes you actually use: Ctrl+F find in page with a live match counter, per-tab mute from the right-click menu, and Picture-in-Picture on any <video> via right-click.
Export / import your data
Bundle bookmarks, settings, speed dial and per-site rules into a single versioned JSON file. Restore it on another machine or after a clean install. Your data, your file — nothing phones home.
WizardScript extensions
Build extensions in plain JavaScript — no MV3 manifest, no build step. A wizard.json and one JS file. One-click install from the community-run Extension Store, no restart, no sideloading risk.
PIN lock on launch
Optional 4+ digit PIN gate at every startup. Pair it with "clear on exit" and the only state a snooping co-worker can see is the lock screen.
Community

Wizard is built in the open, by users. Drop in to compare setups, request features, or just hang out with people who think the modern web shouldn't watch them back.

r/PrivacyWizard
New
Official subreddit. Release notes, feature requests, theme showcases, support threads. The fastest way to reach other Wizard users.
Join the community →
GitHub Discussions
Long-form Q&A, build-tested ideas, and "show me your extension" threads. Good when something deserves a thread instead of a tweet.
Open discussions →
Report a bug
Found a regression, a privacy leak, or a confusing UI? File an issue. Reproduction steps + version number gets you the fastest reply.
Open an issue →
Live chat support
Click to open
Quick question? Open the live chat to talk to a real person. We hid the auto-popping bubble — it was annoying — so use this button when you actually want it.
Start a chat →
Extension Store
Build a wizard.json + JS file, paste it, publish. Browse what others have shipped. One-click install from inside the browser.
Browse the store →
Install

Requires Node.js and npm. Windows, macOS, Linux.

v2.20.0
v2.20.0 — Latest Release
$ git clone https://github.com/NaniIsNano/wizard-browser.git
$ cd wizard-browser
$ npm install
$ npm start
Windows · npm run build:win
macOS · npm run build:mac
Linux · npm run build:linux
Flatpak · npm run build:flatpak