A privacy-first desktop browser built on Electron. No telemetry, no data collection—just a fast, clean browser that works for you.
| Feature | Description |
|---|---|
| Privacy by Default | Network-level ad/tracker blocking with 100k+ rules • Fingerprint spoofing • WebRTC IP leak protection • Automatic tracking parameter stripping • Permission guard |
| Location Masking | Spoof GPS coordinates to any of 50 cities worldwide |
| Poison Data | Flood trackers with fake signals to hide in their datasets |
| Media Controls | Tab audio manager with skip, mute, and jump controls |
| Video Tools | Download from 1000+ sites (YouTube, Twitter, Reddit) via yt-dlp • Picture-in-Picture on any video |
| Built-in Add-Ons | Dark mode, reader mode, video speed, focus mode, grayscale, night filter, and more |
| Productivity | Notes (local storage) • Scientific calculator • Downloads with live speed/ETA • Bookmarks with search • Full history • Page translation |
| Sidebar | Pin any site for persistent access |
| Screenshot Tool | Capture full page or region (Ctrl+Shift+S) |
git clone https://github.com/sharp4real/rawbrowser.git
cd rawbrowser
npm install
npm start
Build for your platform:
bash
npm run build:win # Windows
npm run build:mac # macOS
npm run build:linux # Linux
npm run build:flatpak # Flatpak, you need flatpak & flatpak builder installed