Just the Browser helps you remove AI features, telemetry data reporting, sponsored content, product integrations, and other annoyances from desktop web browsers. The goal is to give you "just the browser" and nothing else, using hidden settings in web browsers intended for companies and other organizations.
This project includes configuration files for popular web browsers, documentation for installing and modifying them, and easy installation scripts.
Windows: Open a PowerShell prompt as Administrator. You can do this by right-clicking the Windows button in the taskbar, then selecting the "Terminal (Admin)" or "PowerShell (Admin)" menu option. Next, copy the below command, paste it into the window (Ctrl+V), and press the Enter/Return key:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.ps1")))Mac and Linux: Search for the Terminal in your applications list and open it. Next, copy the below command, paste it into the window (Ctrl+V or Cmd+V), and press the Enter/Return key:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.sh)"See the Google Chrome, Microsoft Edge, and Mozilla Firefox documentation pages for manual installation instructions, and explanations for each setting. The browser directories also contain the configuration files.
Firefox uses a JSON file for all platforms. Chrome and Edge have Windows Registry .reg files for installation and removal on Windows, and Profile Manager .mobileconfig files for macOS.
This repository also includes the static site generator for justthebrowser.com, built with Eleventy and Simple.css. The icons are from Bootstrap Icons.
With Node.js and NPM installed, you can test the site like this:
npm install
npx @11ty/eleventy --serveThe site is compiled and deployed with the eleventy_build.yml GitHub Action.
