Self-Hosted Deployment & Support
Deploy OpenRedaction on your infrastructure for complete privacy and control. Open-source library with community support.
Try it Free First
Test OpenRedaction with our free playground. No credit card required.
Try Playground FreeSelf-Hosted Control
Deploy on your infrastructure for complete data control and privacy
Open Source
Transparent, auditable code. Contribute and customize to your needs
Community Support
Get help from the community via GitHub issues and discussions
Self-Hosted Features
Complete Data Control
Your data never leaves your environment
Custom Pattern Configurations
Customize regex patterns for your specific needs
Compliance Ready
Architecture helps meet GDPR, HIPAA, and CCPA requirements
Zero Variable Costs
No per-request fees, only infrastructure costs
Full Audit Control
You manage all audit logs and reporting
Open Source
Transparent, auditable, and customizable
Getting Started
Installation
npm install openredaction
Basic Usage
import { redact } from 'openredaction';
const result = await redact('Your text here');
console.log(result.redacted_text);Deployment
Deploy on your own infrastructure using Node.js, Docker, or any container platform. See our documentation for detailed deployment instructions.
View Documentation →Get Self-Hosted Support
Need help with self-hosted deployment? Have questions about the library?
Note: For self-hosted support only. We do not provide cloud-hosted API service.
Need Secure Reporting?
Disclosurely.com is an AI-powered whistleblowing platform that uses OpenRedaction to protect reporter privacy and ensure compliance.
Frequently Asked Questions
How do I self-host OpenRedaction?
Install the library via npm: npm install openredaction. Use it directly in your Node.js application. Deploy on your own infrastructure using Docker, Node.js server, or any container platform. See our documentation for detailed instructions.
What support is available?
Community support is available via GitHub issues and discussions. For self-hosted deployment questions, you can contact us. We do not provide cloud-hosted API service or enterprise SLAs.
How does OpenRedaction help with compliance?
OpenRedaction helps you meet GDPR, HIPAA, and CCPA requirements through regex transparency, self-hosting, and zero data retention. The architecture is designed to help you achieve compliance, but you are responsible for your own compliance certifications.
Why not just use AWS services?
OpenRedaction is open source and self-hostable, so your data never leaves your environment. Unlike AWS/Google, we require no account, log no data, and offer predictable costs (no per-token pricing). Our regex-first approach is faster, more transparent, and easier to audit.
What are the costs?
The library is free and open source. When self-hosted, you only pay for your infrastructure costs. There are no per-request fees or variable costs. You maintain full control over your deployment.