explaingit

undergroundwires/privacy.sexy

5,545TypeScriptAudience · generalComplexity · 1/5Setup · easy

TLDR

A free browser and desktop tool that generates privacy scripts for Windows, macOS, and Linux, pick the tweaks you want, see exactly what each command does, then apply or reverse changes safely.

Mindmap

mindmap
  root((repo))
    What it does
      Privacy scripts
      OS hardening
      Reversible tweaks
    Platforms
      Windows
      macOS
      Linux
    Categories
      Disable telemetry
      Remove bloatware
      Browser settings
    Access
      Browser tool
      Desktop app
      Open source
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Disable Windows or macOS telemetry and data collection using generated scripts that show exactly what they change before you run them.

USE CASE 2

Remove pre-installed software you did not ask for from a fresh Windows or macOS machine.

USE CASE 3

Tighten browser and network settings on a new computer without having to write the shell commands yourself.

Tech stack

TypeScript

Getting it running

Difficulty · easy Time to first run · 5min

No install needed for the browser version at privacy.sexy, desktop app available for running scripts directly.

License not specified in the explanation, though the project is described as fully open-source.

In plain English

privacy.sexy is a free, open-source tool that helps you lock down your computer's privacy and security settings on Windows, macOS, or Linux. You pick which changes you want to apply from a large collection of scripts, and the tool generates the commands needed to make those changes. Nothing hidden, nothing automatic: you see exactly what each script does before running it. The tool works two ways. You can use it directly in a browser at privacy.sexy without downloading anything, or you can install a desktop application on your machine. The web version and desktop version share most features, though the desktop app can do a few things the browser cannot, like running scripts directly. The script library covers hundreds of individual tweaks. Common categories include disabling data collection built into Windows or macOS, removing software you did not ask for, tightening network and browser settings, and cleaning up traces left by apps. Each script runs independently, so applying one does not depend on another. If a change causes problems, you can reverse it using the revert option the tool provides. The project is fully open-source and the codebase for the application, the scripts, and the deployment infrastructure are all public. The authors recommend reapplying your chosen settings after major operating system updates, since updates sometimes undo privacy tweaks. The project has extensive automated testing and a community that helps verify changes across operating systems. If you want to reduce how much data your computer sends to Microsoft, Apple, or other third parties, this tool gives you a straightforward way to do that without writing scripts yourself. It is free to use, and the source code is available for anyone who wants to inspect what it does.

Copy-paste prompts

Prompt 1
I ran privacy.sexy scripts on Windows 11 and now a feature is broken. How do I identify which script caused it and use the revert option to undo just that one?
Prompt 2
Using the privacy.sexy script library, generate a minimal script that only disables Windows telemetry and leaves all other settings untouched.
Prompt 3
I want to contribute a new macOS privacy script to privacy.sexy. Show me the expected script format and how to add a corresponding revert command.
Prompt 4
Help me run the privacy.sexy Windows scripts inside Windows Sandbox first to test them safely before applying them to my real machine.
Open on GitHub → Explain another repo

← undergroundwires on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.