Philter on a cloud marketplace
One-click into your own VPC. $0.49/hour on AWS Marketplace; same shape on GCP and Azure.
For developers
Every entry point to running, embedding, and contributing to the Philterd toolkit.
From zero to a running redaction service in minutes.
One-click into your own VPC. $0.49/hour on AWS Marketplace; same shape on GCP and Azure.
Human-in-the-loop review surface. Pulls down and runs locally in seconds.
$ docker pull philterd/arbiter:latest
$ docker run -p 8080:8080 philterd/arbiter:latest
# open http://localhost:8080All ten projects are Apache 2.0. Clone, build, run.
$ git clone https://github.com/philterd/philter
$ cd philter && ./mvnw spring-boot:runClient libraries that talk to Philter, plus the Phileas redaction library you can embed directly. See full SDK details →
Talk to a running Philter instance from your application.
The redaction engine itself, embedded directly in your process.
Pick the right project for the problem you're trying to solve.
10 Apache 2.0 projects under github.com/philterd.
Turnkey, self-hosted PII redaction with a clean API. Drops into any pipeline that needs sensitive data removed from text, and runs entirely inside your cloud.
Star 41The core redaction, anonymization, masking, and replacement library underneath Philter. Available in Java, Python, .NET, and Go.
Star 97The trained AI and NLP models that find PII and PHI in text, plus the service that hosts them. Designed to plug directly into Phileas and Philter.
Star 1High-speed discovery scanner that crawls files and storage to map where sensitive information actually lives across your environment.
Star 1Intelligent monitoring that tracks PII flow across the organization and alerts on suspicious activity or unusual trends.
Star 2Drop-in proxy that redacts PII and PHI before prompts reach LLM providers like OpenAI and Anthropic Claude.
Star 2Standalone audit tool that scores redaction policies on precision and recall, so policy changes can be measured rather than guessed at.
Star 1Human-in-the-loop PII redaction. Search, review, and override automated detection decisions with structured exemption codes. Built for AI training-data prep and regulated everyday workflows.
Star 1Privacy-first analytics that applies differential privacy to PII counts, preserving statistical utility without exposing individuals.
Star 1Web console that lets non-technical users build and deploy redaction rules through a visual, no-code interface.
Star 1The roadmap, the issues, the conversations: all in the open.
No "good first issue" tickets are open right now. Nice problem to have. Browse the repos directly for other ways to contribute, or open an issue with your idea.