Skip to content
@armos-ai

Armos AI

Automatic PII masking for AI pipelines

Armos

PII never reaches your LLM. One line of code.

Armos wraps the OpenAI and Anthropic SDKs to automatically detect and mask personally identifiable information before it leaves your server — and restore real values in the response. Your application code changes by exactly one word.

# Before
client = OpenAI()

# After
client = ArmosOpenAI(OpenAI())

Detection runs entirely on your machine using Presidio + spaCy. No data sent to any Armos server — there is no Armos server.


What gets detected

Entity Coverage
Person names Global (NER)
Email, Phone, Credit card, IP, API keys Global (Regex)
Aadhaar, PAN 🇮🇳 India — 100% accuracy
SSN 🇺🇸 US — 100% accuracy
IBAN 🌍 International — 100% accuracy

Get started

pip install armos
python -m spacy download en_core_web_lg

armos-python — full docs, quickstart, and benchmarks
armos.dev — landing page


CI PyPI License: MIT Python 3.10+

Pinned Loading

  1. armos-python armos-python Public

    Open source PII masking middleware for OpenAI and Anthropic SDKs

    Python 3

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…