Local-only inference
Both regex and the NER model run entirely in your browser using onnxruntime-web (WASM). No network requests are made during detection.
Local-only PII detection and redaction for AI chatbots. Regex patterns and a local NER model run entirely in your browser-no server, no API, no telemetry.
Four steps between typing and sending-everything happens in your browser.
When you hit send, PiiI intercepts the message before it leaves the page.
Regex patterns catch structured data. A local ONNX NER model identifies names and addresses.
See what was found, review confidence scores, and approve alias replacements.
The redacted prompt goes to the AI. Your original data stays in a local map.
Your data never leaves your browser. Here's how.
Both regex and the NER model run entirely in your browser using onnxruntime-web (WASM). No network requests are made during detection.
The NER model weights download once from Hugging Face CDN. After that, everything works offline.
The alias map (what [NAME_1] really means) is stored in chrome.storage.local. Nothing is sent to any server.
Ten categories of personally identifiable information, each with its own visual indicator.
Works with the AI chatbots you already use.
PiiI integrated with popular AI chatbots.
Build from source, load unpacked in Chrome. It takes about two minutes.
Get PiiI on GitHub