Manual review is slow
Long documents make anonymization repetitive, expensive and inconsistent.
RedactGuard uses a local LLM to detect standard or custom PII, lets you review every finding, and creates a minimized document before sharing.

What must be protected changes by document, industry, organization and workflow. That makes detection both a privacy problem and a maintenance problem.
Long documents make anonymization repetitive, expensive and inconsistent.
New PII often means new regex, mappings, exceptions and application logic.
The original sensitive document must leave the machine before it can be analyzed.
Standard identifiers or domain-specific information can be expressed through profiles and custom PII instructions used by the local LLM.
For many taxonomy changes, you update the definition instead of building another hard-coded detector.
The document can be processed with local inference, without making cloud AI the default path for sensitive content.
New or changing PII can often be handled by updating the profile or prompt, instead of adding another detector.
Change the definition, not the software.AI accelerates detection, but the user decides what is actually removed before export.
The workflow stays visible and reversible until the user confirms the final redactions.

Start from a built-in domain profile or a custom detection definition.

Keep, remove or adjust what the local model identified as sensitive.

Export only after the redaction choices have been explicitly reviewed.
Once the product idea is clear, the implementation is intentionally simple: UI, document processing, and local inference have separate responsibilities.

Upload, profile selection, human review and export workflow.
Document conversion, sessions, PII orchestration, redaction and caching.
Contextual PII detection through llama-cpp-python, including profile and custom-type instructions.
RedactGuard is an experimental privacy tool, not a compliance guarantee. Local AI can miss, misclassify or over-detect sensitive information, so results still require human review.
RedactGuard turns local AI into a configurable privacy workflow: define → detect → review → redact → export.