Install on macOS
Quick install
curl -fsSL anonymizer.site/install | shThis downloads and runs the install script (anonymizer.site/install) which installs the tool via uv under your user account. No sudo required. No system Python is touched.
After install, run:
anonymizeYour browser opens at http://127.0.0.1:<port>.
Where it installs
~/.local/share/uv/tools/docs-anonymizer/— the wheel and its dependencies~/.local/bin/anonymize— the launcher executable
To uninstall: uv tool uninstall docs-anonymizer.
Verify the install script before running
The install script is hosted at https://anonymizer.site/install and is rebuilt on every release. To verify before piping into a shell:
curl -fsSL anonymizer.site/install | shasum -a 256Compare against the SHA256 published in the latest release.
Requirements
- macOS 12 (Monterey) or newer
- ~1.5 GB free disk (spaCy + Natasha models bundled)
Updating
The product self-updates via an in-app banner. No need to re-run the installer. See Updates for the mechanism.