Manual install
If you can’t or don’t want to pipe a remote script into a shell, install manually.
1. Install uv
uv is a Python package manager that handles isolated tool installs. Install per its official instructions — it’s a single binary, no system Python touched.
2. Verify the wheel
The latest release’s SHA256 is on the changelog page and inside /version.json for the in-app updater.
pip download --no-deps anonymizershasum -a 256 anonymizer-*.whlCompare to the published SHA256.
3. Install
uv tool install docs-anonymizer4. Run
anonymizeThe first run downloads spaCy + Natasha language models (≈ 1.2 GB combined). Subsequent launches are instant.
Offline-only environments
See Corporate setup for the airgap-friendly workflow: mirror PyPI behind a corporate index, point uv at it via UV_INDEX_URL.