██████╗ ██████╗ ██╗██╗ ██╗ █████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗███████╗███████╗
██╔══██╗██╔══██╗██║██║ ██║██╔══██╗██╔══██╗██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔════╝
██████╔╝██████╔╝██║██║ ██║███████║██████╔╝██████╔╝██║ ██║██║ █╗ ██║███████╗█████╗
██╔═══╝ ██╔══██╗██║╚██╗ ██╔╝██╔══██║██╔══██╗██╔══██╗██║ ██║██║███╗██║╚════██║██╔══╝
██║ ██║ ██║██║ ╚████╔╝ ██║ ██║██████╔╝██║ ██║╚██████╔╝╚███╔███╔╝███████║███████╗
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚══════╝
Privacy-First Chromium Browser — Electron — Windows x64
A fully custom privacy-focused browser that blocks ads, nukes trackers, spoofs fingerprints, and looks damn good doing it — without phoning home, ever.
PrivaBrowse Setup 1.1.0.exe · Electron 40 · Chromium-based · x64
- Overview
- Features
- Screenshots
- Internal Pages
- Keybindings
- Architecture
- Project Structure
- Building from Source
- System Requirements
- License
PrivaBrowse is a privacy-first Chromium browser built with Electron. It ships with aggressive ad blocking, tracker annihilation, fingerprint spoofing, and DNS-over-HTTPS — all enabled out of the box. No telemetry. No data collection. No phone-home. Just browsing.
| Engine | Chromium (via Electron 40) |
| Framework | Electron + electron-builder |
| Platform | Windows x64 (10/11) |
| UI | Custom dark glass design system with light mode |
| Ad Blocking | 9-layer system with 2,100+ blocked domains, pattern matching, and script injection |
| Tracker Blocking | Curated domain lists + social tracker isolation + crypto miner blocking |
| Fingerprint Protection | 60+ vectors — Canvas, WebGL, Audio, Navigator, Screen, Timing, Fonts, Math, MIDI, Sensors, and more |
| Data Poisoning | Smart header poisoning (randomizes existing headers only) + 55+ poisoned API data fields on tracker requests |
| Security Hardening | Process sandboxing, CSP, IPC validation, navigation guards, permission handlers, Privacy Sandbox API blocking |
| Anti-Tracking | Network state partitioning, HSTS/favicon supercookie protection, bounce tracking detection, stale cookie cleanup |
| Local CDN | Decentraleyes-style CDN privacy — strips cookies/referrer from CDN requests, blocks tracking scripts |
| DNS | DNS-over-HTTPS (Cloudflare, Quad9, NextDNS, or custom) |
| Developer Tools | PrivaForge — custom cyberpunk dev tools with 6 panels (Terminal, X-Ray, Pulse, Vault, Paint, Scan) |
| Storage | electron-store (local only, never synced) |
| Settings | 90+ configurable options across 15 categories |
| License | MIT |
PrivaBrowse is hardened by default. Every privacy feature is enabled out of the box — no configuration required.
Multi-Layer Ad Blocking
| Layer | How It Works |
|---|---|
| Fast-path host blocking | O(1) hash lookup against 740+ fast-block domains (2,100+ total across all lists) |
| Ad domain blocking | 408 dedicated ad-serving domains blocked |
| Tracker domain blocking | 446 tracker domains blocked at the network level |
| Aggressive blocking | 358+ additional domains for aggressive mode |
| Social tracker blocking | 112 social media tracking domains isolated |
| Crypto miner blocking | 84 in-browser mining domains blocked |
| URL pattern matching | Regex-based blocking for 100+ ad network URL patterns |
| YouTube ad interception | Blocks pre-roll ad requests, ad-serving scripts, and tracking pixels |
| Script injection | Injects ad-nuking scripts into pages for elements that bypass network-level blocking |
| Resource type filtering | Blocks ad-related scripts, images, iframes, and XHR requests by type |
| Data poisoning | Injects 55+ fake data fields into tracker API requests to corrupt surveillance profiles |
| Smart header poisoning | Randomizes only headers the request already carries — no spamming, no breakage |
| Local CDN privacy | Strips cookies/referrer from CDN requests; blocks tracking scripts served via CDNs (Decentraleyes-style) |
| Storage hygiene | Periodic cleanup of 60+ tracker localStorage keys every 60 seconds |
| Redirect tracker bypass | Resolves t.co, l.facebook.com, google.com/url redirects directly |
| Bounce tracking detection | Detects sub-1.5s redirect chains and auto-purges bounce tracker cookies |
| Stale cookie cleanup | Auto-deletes cookies for domains not visited in 7+ days |
Tracker & Fingerprint Protection
| Feature | Description |
|---|---|
| Tracker domain blocking | Curated blocklists of 446+ tracker domains, updated and aggressive |
| Social tracker isolation | Blocks 112 Facebook, Twitter, LinkedIn, and Google tracking domains |
| Crypto miner blocking | Blocks 84 Coin-Hive and derivative in-browser mining domains |
| Fingerprint spoofing | 60+ vectors randomized per session — Canvas, WebGL, Audio, Navigator, Screen, Timing, Fonts, Math, MIDI, Device Motion, WebGPU, CSS matchMedia, Permissions, Storage, and more |
| Referrer trimming | Strips referrer headers to origin-only |
| Do Not Track | Sends DNT header on every request |
| Third-party cookie blocking | Blocks cross-origin cookies |
| Tracking parameter stripping | Removes 110+ tracking params from URLs on navigation AND in-page link clicks |
| Link click parameter stripping | MutationObserver-powered real-time cleaning of <a> hrefs before you click them |
| Nuclear data poisoning | 55+ fake data fields injected into tracker API requests (fetch, XHR, beacon, forms, pixels) |
| Smart header poisoning | Randomizes existing tracker request headers (UA, referrer, IP, correlation IDs) without spamming new ones |
| Privacy Sandbox blocking | FLEDGE, Topics, Attribution Reporting, Fenced Frames, Shared Storage all disabled via Chromium flags + Permissions-Policy |
| Network state partitioning | HTTP cache, connections, SSL sessions, DNS all partitioned per top-level site |
| HSTS supercookie protection | HSTS/resolver cache cleared on startup and every 30 minutes |
| Favicon supercookie protection | Periodic favicon cache clearing to prevent tracking via cached favicons |
| Bounce tracking detection | Detects rapid redirects (< 1.5s) and purges cookies/storage for bounce tracker domains |
| Stale cookie cleanup | Cookies for domains not visited within 7+ days are automatically deleted |
| Local CDN privacy | Decentraleyes-style CDN cookie/referrer stripping + tracking script blocking |
| WebSocket interception | Poisons WebSocket payloads sent to tracker hosts |
| EventSource blocking | Tracker SSE connections blocked entirely |
| Redirect tracker bypass | t.co, l.facebook.com, google.com/url resolved directly |
| Periodic storage cleanup | 60+ tracker localStorage keys purged every 60 seconds |
| Anchor ping stripping | Removes HTML ping attributes from all links |
| document.referrer sanitization | Referrer reduced to origin-only via script injection |
Anti-Annoyance
| Feature | Description |
|---|---|
| Cookie banner removal | Auto-dismisses cookie consent popups across 20+ consent frameworks (smart exclusions for Google/YouTube) |
| Newsletter popup killing | Removes email signup overlays and modals |
| Idle dialog dismissal | Auto-dismisses "are you still there?" and paywall soft-locks |
| Auto cookie cleanup | Clears site cookies when you close a tab (optional) |
| App install banner blocking | Blocks "Install our app" and "Open in app" banners |
| Google Sign-In nag blocking | Removes Google's persistent sign-in prompts |
Network Privacy
| Feature | Description |
|---|---|
| DNS-over-HTTPS | All DNS queries encrypted — choose from Cloudflare, Quad9, NextDNS, or enter a custom DoH URL |
| Force HTTPS | Automatically upgrades all HTTP requests to HTTPS |
| Network state partitioning | HTTP cache, connections, SSL sessions, DNS all isolated per top-level site via Chromium flags |
| Privacy Sandbox blocking | FLEDGE, Topics, Attribution Reporting, Shared Storage, Fenced Frames all disabled |
| HSTS supercookie protection | HSTS resolver cache cleared on startup + every 30 minutes |
| Favicon supercookie protection | Periodic cache clearing to prevent tracking via cached favicons |
| Bounce tracking detection | Rapid redirects detected; bounce tracker cookies auto-purged |
| Stale cookie cleanup | Cookies from unvisited domains (7+ days) automatically deleted |
| Local CDN privacy | Strips cookies/referrer from CDN requests; blocks tracking scripts served via CDNs |
| Data saver mode | Blocks autoplay media, animated images, web fonts, and large third-party resources |
| Incognito mode | Separate session with full isolation and auto-cleanup on close |
| WebSocket/EventSource interception | Poisons tracker WebSocket payloads and blocks tracker SSE connections |
| Redirect tracker bypass | Resolves t.co, l.facebook.com, google.com/url redirect chains directly |
Security Hardening
| Feature | Description |
|---|---|
| Process sandboxing | app.enableSandbox() — all renderer processes sandboxed |
| 30+ Chromium flags | Command-line flags to disable risky features (WebBluetooth, WebUSB, WebSerial, Privacy Sandbox, etc.) and enable partitioning |
| Strict CSP | Content Security Policy blocks inline scripts and restricts resource origins |
| Context isolation | Full context isolation enabled; node integration disabled in all renderers |
| Webview hardening | Webview attachment validated — only whitelisted preloads, node integration forced off |
| Navigation guards | Blocks javascript: and data: URL navigation attempts |
| Permission handlers | Blocks dangerous API permissions (camera, microphone, geolocation, MIDI, sensors, etc.) |
| IPC validation | All IPC inputs validated and rate-limited to prevent renderer-to-main abuse |
Tab Management
| Feature | Description |
|---|---|
| Multi-tab interface | Tabbed browsing with drag-to-reorder |
| Tab sleep | Automatically suspends inactive tabs to save memory |
| Tab snooze | Snooze a tab for later — it reopens at the scheduled time |
| Duplicate tab detection | Warns before opening a URL that's already in another tab |
| Tab preview on hover | Shows a tooltip preview of the tab's title and URL |
| Close Other Tabs | Right-click context menu: close other tabs, close tabs to the right |
| Crash recovery | Periodically saves open tabs; restores them after unexpected exits |
Navigation
| Feature | Description |
|---|---|
| Smart address bar | Auto-detects URLs vs search queries, normalizes input |
| Search engine switching | Privacy-focused only — DuckDuckGo, Brave, Startpage, Qwant, SearXNG, Mojeek, MetaGer, Swisscows, Yep, Ecosia |
| Reader mode | Strips pages to pure text for distraction-free reading |
| RSVP speed reader | Rapid serial visual presentation — speed-read any article word by word |
| Page translation | Built-in translate feature for foreign-language pages |
| Connection timeout | Configurable timeout for slow-loading pages |
Built-in Tools
| Tool | Description |
|---|---|
| Screenshot | Capture full-page or viewport screenshots |
| Screen recorder | Record your browser session as video |
| Split view | Browse two pages side by side |
| Picture-in-Picture | Pop out any video into a floating player |
| Notes | Built-in notepad synced to local storage |
| Clipboard history | Browse and re-copy recent clipboard entries |
| API tester | REST API testing tool — send requests, view responses |
| Speed test | Built-in network speed test |
| Password vault | Encrypted local password manager with master password |
| Breach checker | Check if your email appears in known data breaches (via HIBP) |
| Focus mode | Block distracting sites for a set time period |
| Ambient sounds | Mix rain, forest, cafe, and other ambient sounds for focus |
| Reading list | Save articles to read later |
| Tab workspaces | Save and restore named sets of tabs |
| Fake identity generator | Generate random identities for form filling |
| Parental controls | URL blocking and content filtering for supervised browsing |
PrivaForge — Custom Developer Tools
A completely custom, cyberpunk-themed dev tools panel built from scratch. Opens with F12 or Ctrl+Shift+I. Also accessible from the right-click context menu and command palette.
| Panel | Description |
|---|---|
| Terminal | Hacker-style JS console with ▶ prompt. Execute JavaScript in the page context. Built-in commands: help, dom.count, dom.links, perf.timing, perf.memory, privacy.scan, storage.local, fun.rainbow, fun.flip, fun.party. Full command history (arrow keys) and tab-autocomplete |
| X-Ray | DOM inspector with collapsible node tree, color-coded tags/IDs/classes. Pick Element mode lets you hover over page elements (neon green highlight overlay) and click to inspect — shows box model, computed styles, and attributes |
| Pulse | Real-time network monitor via PerformanceObserver. Shows resource name, type, size, timing, and visual waterfall bar. Filterable by type (JS, CSS, Img, Fetch, Other). Record/pause toggle |
| Vault | Storage explorer for localStorage, sessionStorage, and cookies. Search/filter keys, click values to inspect, delete individual entries or clear all |
| Paint | Live CSS editor with line numbers. Inject CSS into the page instantly. Quick Inject snippets: Box Outlines, Grayscale, Comic Sans, Dark Mode, Rainbow, Hover Zoom. Pull computed styles from hovered elements |
| Scan | Full site audit with scored cards for Performance, Accessibility, Privacy, and SEO. Each category gets a 0–100 score with pass/warn/fail items |
Design: Dark cyberpunk aesthetic (#08090d + neon #00ffaa), scanline header animation, glowing tab indicators, monospace fonts (Cascadia Code, JetBrains Mono, Fira Code), resizable panel with drag handle, slide-up animation.
Themes & Appearance
| Option | Description |
|---|---|
| 6+ built-in themes | Dark, Midnight, Ocean, Forest, Sunset, Lavender, and more |
| Dark / Light mode | Full light mode with dedicated CSS variable set |
| Accent colors | Pick any accent color — applied globally |
| Custom fonts | Change the browser font family |
| Custom wallpapers | Set any image URL as the new tab background |
| Custom CSS injection | Write CSS rules that get injected into every page |
| User scripts | Inject custom JavaScript into pages |
| New tab layouts | Choose between full dashboard, minimal, or blank new tab |
90+ Settings
Settings are organized into 15 categories with a searchable, collapsible interface:
| Category | Examples |
|---|---|
| Search | Default engine, search suggestions |
| Appearance | Theme, accent color, font, dark/light mode |
| Privacy | Shields level, fingerprint protection, DoH, Do Not Track |
| Blocking | Ad blocking, tracker blocking, social trackers, crypto miners |
| Anti-Annoyance | Cookie banners, newsletters, idle dialogs, paywall bypass |
| Downloads | Download shelf, auto-open safe files, clear on exit |
| Tabs | Sleep, snooze, preview, duplicate detection |
| Data | Clear on exit, cookie cleanup, form data, cache |
| Network | Force HTTPS, data saver, connection timeout, proxy |
| Performance | RAM limit, tab sleep thresholds |
| New Tab | Layout, wallpaper, quick links |
| Accessibility | Font size, zoom, language spoofing |
| Startup | Welcome page, crash recovery, restore tabs |
| Advanced | User scripts, custom CSS, developer mode |
| Shortcuts | Full keyboard shortcut reference |
PrivaBrowse turns privacy into a game. Block ads, build streaks, explore features — and earn achievements for all of it.
Achievement System
38 achievements across 5 categories:
| Category | Count | Examples |
|---|---|---|
| 🛡️ Privacy | 12 | Block 10 / 100 / 1K / 10K / 50K ads, block trackers, enable fingerprint protection, achieve A+ privacy score |
| 🔥 Streaks | 5 | Use PrivaBrowse 3 / 7 / 30 / 100 / 365 days in a row |
| 🗺️ Explorer | 7 | Save bookmarks, write notes, use reader mode, take screenshots |
| ⚡ Power User | 12 | Use split view, PiP, focus mode, ambient sounds, games, password vault, workspaces |
| 🔎 Secrets | 2 | Hidden achievements — keep exploring to find them |
Rarity tiers with distinct visual treatments:
| Rarity | Color | Difficulty |
|---|---|---|
| Common | Gray | Basic feature usage |
| Rare | 🔵 Blue | Moderate milestones |
| Epic | 🟣 Purple | Significant dedication |
| Legendary | 🟡 Gold | Extreme commitment |
Leveling system — your rank increases as you unlock more:
Level 0 Newcomer (0 unlocks)
Level 1 Initiate (1+ unlocks)
Level 2 Adventurer (5+ unlocks)
Level 3 Veteran (10+ unlocks)
Level 4 Expert (15+ unlocks)
Level 5 Master (20+ unlocks)
Level 6 Grandmaster (25+ unlocks)
Level 7 Mythic (30+ unlocks)
Plus: animated SVG progress ring, per-category stat counters, particle effects, shimmer animations on unlocked cards, and toast notifications when you earn new achievements.
Other Gamification
| Feature | Description |
|---|---|
| Privacy score | A+ through F grade calculated from your active privacy settings |
| Daily challenges | Fresh challenges on the new tab page |
| XP & leveling | Earn XP from blocking ads, trackers, and maintaining streaks |
| Usage streaks | Track consecutive days of use |
| Stats dashboard | Total ads blocked, trackers killed, fingerprints spoofed, pages loaded |
| Tracker graveyard | Visual graveyard of every tracker domain you've killed |
| Built-in games | Browser games for when you need a break |
Coming soon — screenshots of the new UI will be added here.
PrivaBrowse ships with 22 built-in pages, all accessible via the privabrowse:// protocol:
View all internal pages
| Page | URL | Description |
|---|---|---|
| New Tab | privabrowse://newtab |
Quick links, search, daily challenges, level bar |
| Welcome | privabrowse://welcome |
Interactive onboarding tutorial |
| Settings | privabrowse://settings |
Full browser configuration (90+ settings) |
| History | privabrowse://history |
Browsing history with search |
| Stats | privabrowse://stats |
Privacy dashboard — ads blocked, trackers killed |
| Speed Test | privabrowse://speedtest |
Built-in network speed test |
| Sessions | privabrowse://sessions |
Save and restore tab workspaces |
| Games | privabrowse://games |
Built-in browser games |
| About | privabrowse://about |
Version info, update checker |
| Ad Blocking | privabrowse://adblocking |
Ad blocking stats and controls |
| Tracker Graveyard | privabrowse://graveyard |
Visual graveyard of every tracker killed |
| Docs | privabrowse://docs |
Built-in documentation |
| API Tester | privabrowse://api-tester |
REST API testing tool |
| Recorder | privabrowse://recorder |
Screen recording utility |
| Puzzle | privabrowse://puzzle |
Built-in puzzle game |
| Parental | privabrowse://parental |
Parental controls panel |
| PrivaSearch | privabrowse://privasearch |
Privacy-respecting search |
| Terms | privabrowse://terms |
Terms of service |
| Privacy | privabrowse://privacy |
Privacy policy |
| Contact | privabrowse://contact |
Contact page |
| Transparency | privabrowse://transparency |
Transparency report — what PrivaBrowse blocks and why |
| Fingerprinting | privabrowse://fingerprinting |
Fingerprint protection details — 60+ spoofed vectors |
All shortcuts work out of the box. No configuration needed.
General
| Shortcut | Action |
|---|---|
Ctrl + T |
New tab |
Ctrl + W |
Close tab |
Ctrl + Shift + T |
Reopen closed tab |
Ctrl + Tab |
Next tab |
Ctrl + Shift + Tab |
Previous tab |
Ctrl + L |
Focus address bar |
Ctrl + D |
Bookmark page |
Ctrl + H |
History |
Ctrl + J |
Downloads |
F5 |
Reload |
Ctrl + Shift + R |
Hard reload |
F11 |
Fullscreen |
F12 |
PrivaForge (custom dev tools) |
Ctrl + Shift + I |
PrivaForge (alternate) |
Ctrl + C |
Copy |
Ctrl + V |
Paste |
Ctrl + X |
Cut |
Ctrl + A |
Select all |
Privacy & Tools
| Shortcut | Action |
|---|---|
Ctrl + Shift + N |
Incognito window |
Ctrl + Shift + P |
Command palette |
Ctrl + Shift + S |
Screenshot |
Ctrl + Shift + B |
Toggle bookmarks |
┌──────────────────────────────────────────────────────────┐
│ Main Process │
│ (main.js) │
│ │
│ ┌─────────────┐ ┌──────────────┐ ┌────────────────┐ │
│ │ electron- │ │ Session & │ │ Protocol │ │
│ │ store │ │ webRequest │ │ Handler │ │
│ │ (settings, │ │ (blocking, │ │ (privabrowse │ │
│ │ stats, │ │ smart hdr │ │ :// pages) │ │
│ │ vault) │ │ poisoning) │ │ │ │
│ └─────────────┘ └──────────────┘ └────────────────┘ │
│ │ │
│ IPC Bridge │
│ (ipcMain.handle) │
└────────────────────────┬─────────────────────────────────┘
│
contextBridge
(preload.js)
│
┌────────────────────────┴─────────────────────────────────┐
│ Renderer Process │
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ index.html │ │
│ │ ┌──────────┐ ┌───────────┐ ┌──────────────────┐│ │
│ │ │ Tab Bar │ │ Address │ │ Hamburger Menu ││ │
│ │ │ │ │ Bar │ │ (tools, panels) ││ │
│ │ └──────────┘ └───────────┘ └──────────────────┘│ │
│ │ ┌──────────────────────────────────────────────┐│ │
│ │ │ <webview> ││ │
│ │ │ (web pages / internal privabrowse:// ) ││ │
│ │ └──────────────────────────────────────────────┘│ │
│ │ ┌──────────────────────────────────────────────┐│ │
│ │ │ PrivaForge Dev Tools ││ │
│ │ │ Terminal | X-Ray | Pulse | Vault | Paint | ││ │
│ │ │ Scan (slide-up panel, cyberpunk theme) ││ │
│ │ └──────────────────────────────────────────────┘│ │
│ └──────────────────────────────────────────────────┘ │
│ │
│ renderer.js — UI logic, tabs, settings, achievements, │
│ PrivaForge dev tools, 60+ fingerprint │
│ vectors, storage cleanup, link param │
│ stripping, data poisoning │
│ styles.css — dark glass design system + PrivaForge CSS │
└──────────────────────────────────────────────────────────┘
privabrowse/
├── main.js Main process — app lifecycle, IPC, blocking engine,
│ sessions, downloads, protocol handler
├── preload.js Context bridge — exposes window.privabrowse API
├── package.json Dependencies, build config, electron-builder
│
├── src/
│ ├── renderer/
│ │ ├── index.html Browser shell — tab bar, address bar, panels
│ │ ├── renderer.js All renderer logic — tabs, settings, achievements
│ │ ├── styles.css Dark glass design system + light mode
│ │ ├── welcome.html Interactive onboarding tutorial
│ │ ├── settings.html Searchable settings panel (90+ options)
│ │ ├── newtab.html New tab page — search, challenges, level bar
│ │ ├── about.html About page + update checker
│ │ ├── stats.html Privacy stats dashboard
│ │ ├── history.html Browsing history
│ │ ├── sessions.html Tab workspace manager
│ │ ├── games.html Built-in browser games
│ │ ├── speedtest.html Network speed test
│ │ ├── graveyard.html Tracker graveyard visualization
│ │ ├── adblocking.html Ad blocking controls
│ │ ├── docs.html Documentation
│ │ ├── api-tester.html REST API testing tool
│ │ ├── recorder.html Screen recorder
│ │ ├── puzzle.html Puzzle game
│ │ ├── parental.html Parental controls
│ │ ├── privasearch.html Privacy-respecting search
│ │ ├── terms.html Terms of service
│ │ ├── privacy.html Privacy policy
│ │ ├── contact.html Contact page
│ │ ├── transparency.html Transparency report
│ │ └── fingerprinting.html Fingerprint protection details
│ │
│ ├── blocklist.js Ad/tracker domain lists and URL patterns
│ └── cdn-replacements.js CDN tracking hosts and script patterns (Decentraleyes-style)
│
├── build/
│ └── license.txt Installer license text
│
├── LICENSE.md MIT License + EULA
├── TRANSPARENCY.md Transparency report source
└── RELEASE_NOTES_v1.1.0.md v1.1.0 release notes
git clone https://github.com/omfghello/priva-browser.git
cd priva-browser
npm install
npm start# Build all Windows targets (installer + portable + unpacked)
npm run dist:win
# Build installer only
npm run dist:installer
# Output: dist/PrivaBrowse Setup 1.1.0.exe
# dist/PrivaBrowse 1.1.0.exe (portable)| Command | Description |
|---|---|
npm start |
Run in development mode |
npm run dist |
Build for current platform |
npm run dist:win |
Build all Windows targets |
npm run dist:installer |
Build NSIS installer only |
| Minimum | Recommended | |
|---|---|---|
| OS | Windows 10 (x64) | Windows 10/11 (x64) |
| CPU | Dual core, 1.5 GHz | Quad core, 2.5 GHz+ |
| RAM | 4 GB | 8 GB+ |
| Disk | 500 MB | 1 GB+ |
| GPU | DirectX 11 capable | Hardware acceleration supported |
| Network | Required for browsing | — |
Download PrivaBrowse Setup 1.1.0.exe from the releases page. Run it, choose your install directory, and you're done. Creates desktop and Start Menu shortcuts.
Download PrivaBrowse 1.1.0.exe — no installation required. Runs from anywhere, including USB drives. Settings are stored in the same directory.
PrivaBrowse is licensed under the MIT License. See LICENSE.md for the full license text.
MIT License — Copyright (c) 2025-2026 PrivaBrowse Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, subject to the condition that the copyright notice
and permission notice are included in all copies or substantial portions.
Built with caffeine, paranoia, and an unreasonable number of rgba() values.
Download · Report a Bug · Request a Feature · Release Notes