Most online document tools send your files to a server. RedactOffline is different: we built it so that is technically impossible. Privacy by architecture, not by promise.
When you open a document in RedactOffline, it is loaded directly into your browser's memory. It is never uploaded to any server. There is no network request containing your file, not even an encrypted one.
RedactOffline has no document processing backend. The app is a static web application, it only serves HTML, CSS, and JavaScript. All processing is performed by code running inside your browser tab.
All document parsing, generation, and text recognition run as WebAssembly modules inside the browser sandbox. This gives native performance without any server round-trip.
We do not track file names, document content, redaction patterns, or anything related to your documents. Any analytics we collect are limited to standard usage metrics (page views) and never include document data.
Once the app has loaded in your browser, you can disconnect from the internet. All redaction operations continue to work because nothing requires a server connection.
Exported PDFs contain truly permanent black regions. The underlying text and image data is removed from the PDF byte stream, not just visually covered. It cannot be retrieved by copy-pasting, metadata inspection, or file analysis.
You open RedactOffline in your browser
The browser downloads the app code (HTML/JS/WASM) from our servers once. After that, no server is involved in document processing.
You open a document
The file is read by your browser's File API directly from your local storage into browser memory (RAM). It never leaves your machine.
Redaction is applied
The WASM engine processes the PDF/image in memory. Redaction boxes are written into the PDF byte stream. All computation happens locally.
You download the redacted file
The browser generates a download from your local memory. The file goes directly to your device's Downloads folder. No server involved.
Transparency about what we protect against, and what we do not.
Try RedactOffline, the redaction tool that cannot leak your data.
Start Redacting for Free