{"id":51182099,"url":"https://github.com/ukkit/wisp-browser","last_synced_at":"2026-06-27T07:30:56.487Z","repository":{"id":366081797,"uuid":"1272834186","full_name":"ukkit/wisp-browser","owner":"ukkit","description":"Privacy-hardened browser for Windows, built on LibreWolf. Blocks ads \u0026 trackers via DNS-over-HTTPS, resists fingerprinting, no telemetry, always-on private browsing.","archived":false,"fork":false,"pushed_at":"2026-06-20T06:00:58.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T08:05:12.707Z","etag":null,"topics":["ad-blocker","anonymity","anti-tracking","browser","dns-over-https","fingerprinting","firefox","foss","librewolf","mullvad","open-source","privacy","privacy-browser","security","windows"],"latest_commit_sha":null,"homepage":"https://github.com/ukkit/wisp-browser/releases/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ukkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T01:23:10.000Z","updated_at":"2026-06-20T06:01:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ukkit/wisp-browser","commit_stats":null,"previous_names":["ukkit/wisp-browser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ukkit/wisp-browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukkit%2Fwisp-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukkit%2Fwisp-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukkit%2Fwisp-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukkit%2Fwisp-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ukkit","download_url":"https://codeload.github.com/ukkit/wisp-browser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukkit%2Fwisp-browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34845749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ad-blocker","anonymity","anti-tracking","browser","dns-over-https","fingerprinting","firefox","foss","librewolf","mullvad","open-source","privacy","privacy-browser","security","windows"],"created_at":"2026-06-27T07:30:55.886Z","updated_at":"2026-06-27T07:30:56.475Z","avatar_url":"https://github.com/ukkit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  \u003cimg src=\"rebrand/icon/wisp.png\" alt=\"Wisp logo\" width=\"96\" height=\"96\" align=\"left\"\u003e\u0026nbsp;\u0026nbsp;\n  WISP\n\u003c/h1\u003e\n\nWisp is a privacy-hardened config overlay on [LibreWolf](https://librewolf.net/), packaged as a self-contained Windows installer.\n\nNo engine work, no recompile — Wisp takes the official LibreWolf binary, layers on additional policy/pref hardening and Wisp branding, and wraps it in an installer.\n\n## Status\n\nv1 (Windows) is in development. See [`wisp-v1-build-plan.md`](wisp-v1-build-plan.md) for the build plan.\n\n## Privacy posture\n\n- **DNS-level content blocking**, on by default via DNS-over-HTTPS to [Mullvad's base resolver](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls) (ad, tracker, and malware blocking). No in-browser ad blocker.\n  - **Tradeoff:** this means Mullvad sees Wisp's DNS queries by default. Change it in `Settings → Privacy \u0026 Security → DNS over HTTPS` — point it at your own pi-hole/dns0 instance, or pick a different provider from the dropdown.\n- Fingerprinting resistance (LibreWolf's `resistFingerprinting`) and HTTPS-only mode are locked on, not just defaulted.\n- Telemetry, Firefox Studies, and Pocket are disabled.\n- All extension/theme/dictionary installs are blocked (DNS-level blocking only — no in-browser blocker, no exceptions).\n\n## Security updates\n\nWisp does not auto-update in v1. We commit to a manual rebuild-and-release **within 72 hours** of each upstream LibreWolf security release.\n\n## Known limits (v1)\n\n- No per-site exceptions UI.\n- Some sites may break due to the blanket extension-install block.\n- The installer is **unsigned** — Windows SmartScreen will warn on first run (\"Windows protected your PC\"). Click **More info → Run anyway** to proceed. Code signing is being evaluated for a future release (no committed date).\n  - To verify the download instead of trusting the warning: each release publishes a `.sha256` checksum file alongside the installer. Verify with `Get-FileHash Wisp-Setup-\u003cversion\u003e.exe -Algorithm SHA256` and compare against the first field of the matching `.sha256` file.\n\n## Building from source\n\nSee [`docs/BUILD.md`](docs/BUILD.md).\n\n## License\n\nMPL-2.0. See [`LICENSE`](LICENSE) and [`NOTICE`](NOTICE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukkit%2Fwisp-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukkit%2Fwisp-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukkit%2Fwisp-browser/lists"}