| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Privacy-focused web browser built with Rust + GTK3
cargo build --release
./target/release/marshallRust 1.70+, GTK 3.0, WebKitGTK
GPL-3.0
How Marshall stacks up against other privacy browsers:
| Feature | Marshall | Tor Browser | Brave | Firefox (Hardened) | LibreWolf |
|---|---|---|---|---|---|
| Built-in Ad Blocker | ✅ | ❌ | ✅ | ❌ | ✅ |
| Fingerprint Protection | ✅ | ✅ | ⚠️ | ⚠️ | ✅ |
| WebRTC Leak Protection | ✅ | ✅ | ⚠️ | ❌ | ✅ |
| Tor Integration | ✅ | ✅ | ❌ | ❌ | ❌ |
| DNS over HTTPS | ✅ | ❌ | ✅ | ✅ | ✅ |
| Extension Sandbox | ✅ | ❌ | ❌ | ❌ | ❌ |
| OSINT Tools Built-in | ✅ | ❌ | ❌ | ❌ | ❌ |
| Zero Telemetry | ✅ | ✅ | ⚠️ | ⚠️ | ✅ |
| Honeypot Detection | ✅ | ❌ | ❌ | ❌ | ❌ |
| Clear Data on Exit | ✅ | ✅ | ⚠️ | ⚠️ | ✅ |
| Memory Footprint | Low | High | Medium | Medium | Medium |
| Startup Time | Fast | Slow | Fast | Medium | Medium |
✅ = Full support | ⚠️ = Partial/configurable | ❌ = Not supported
Marshall includes built-in tools designed for security researchers and OSINT professionals:
Right-click context menu options on any page:
| Tool | Description | Shortcut |
|---|---|---|
| IP Lookup | GeoIP, ASN, reputation check | Ctrl+Shift+I |
| WHOIS | Domain registration details | Ctrl+Shift+W |
| DNS Inspector | A, AAAA, MX, TXT, NS records | Ctrl+Shift+D |
| Header Viewer | Full HTTP request/response headers | Ctrl+Shift+H |
| Cert Analyzer | SSL/TLS certificate chain analysis | Ctrl+Shift+C |
| Tech Detector | Wappalyzer-style technology detection | Ctrl+Shift+T |
| Screenshot | Full-page capture with metadata strip | Ctrl+Shift+S |
| Source Viewer | Beautified source with syntax highlight | Ctrl+U |
Marshall is designed to protect against:
| Threat | Protection Method |
|---|---|
| Mass Surveillance | No telemetry, encrypted DNS, Tor support |
| Ad Tracking | Built-in blocker, cookie isolation |
| Browser Fingerprinting | Canvas/WebGL/Audio API protection |
| WebRTC IP Leaks | Disabled by default, mDNS ICE candidates |
| Cross-site Tracking | Third-party cookie blocking, referrer control |
| Malicious Extensions | Sandboxed execution, honeypot detection |
| SSL/TLS Attacks | Certificate pinning, HSTS preload |
| DNS Hijacking | DNS over HTTPS with DNSSEC validation |
| Session Hijacking | Clear-on-exit, secure cookie handling |
| Threat | Limitation |
|---|---|
| ISP Monitoring | Use Tor mode for full protection |
| Advanced Fingerprinting | Some techniques may still work |
| Zero-day Exploits | Keep updated, use paranoid mode |
| Threat | Recommendation |
|---|---|
| State-level Adversaries | Use Tor Browser + Tails |
| Physical Device Access | Use full-disk encryption |
| Compromised System | Reinstall OS from trusted media |
| Browser | Memory |
|---|---|
| Marshall | 312 MB |
| LibreWolf | 567 MB |
| Firefox | 689 MB |
| Brave | 723 MB |
| Chrome | 891 MB |
| Browser | Time |
|---|---|
| Marshall | 0.8s |
| Brave | 1.6s |
| Firefox | 2.1s |
| Chrome | 2.4s |
| Tor Browser | 4.2s |
Neither. Marshall uses WebKitGTK as its rendering engine, which is the same engine that powers Safari and GNOME Web. This provides excellent privacy characteristics and avoids the Chromium/Google ecosystem entirely.
Can I use my existing browser extensions?No. Marshall uses its own extension format designed for security. Chrome/Firefox extensions are not compatible. However, we provide similar functionality through our curated extension repository.
Does Marshall work with streaming services?Most streaming services work, but some may require adjustments:
Yes! Go to Bookmarks → Import and select:
Please report security issues privately to: security@nullsec.dev
Do NOT open public GitHub issues for security vulnerabilities.
[network.proxy]
enabled = true
type = "socks5"
host = "127.0.0.1"
port = 9050
[[network.proxy_chain]]
type = "socks5"
host = "127.0.0.1"
port = 9050
[[network.proxy_chain]]
type = "http"
host = "proxy.example.com"
port = 8080[[sites]]
pattern = "*.github.com"
javascript = true
cookies = "session"
fingerprint_protection = false
[[sites]]
pattern = "*.facebook.com"
block = truemarshall [OPTIONS] [URL]
Options:
-p, --private Private browsing mode
-t, --tor Route through Tor
--paranoid Maximum privacy mode
--proxy <PROXY> Use specified proxy
--profile <NAME> Use named profile
--no-extensions Disable extensions
--safe-mode Default settings
-h, --help Print help| Language | Status |
|---|---|
| 🇺🇸 English | ✅ Complete |
| 🇪🇸 Spanish | ✅ Complete |
| 🇩🇪 German | ✅ Complete |
| 🇫🇷 French | 🔄 90% |
| 🇯🇵 Japanese | 🔄 75% |
| 🇨🇳 Chinese | 🔄 60% |
Marshall is provided "as is" without warranty. No tool provides 100% anonymity. Use additional measures for high-risk activities. Keep your browser updated.
| Back | FazBrowse Home | New Git URL |