Skip to main content
Compliance

Enterprise-ready from day one.

Zero-data-leakage. DPDP Act 2023. GDPR. Built for regulated industries — healthcare, finance, HR.

2yr
Head start on DPDP vs Western frameworks
100%
PII masked before LLM sees data
0
Cloud data with local Ollama mode
1
Config block for full compliance

Regulations supported

Both configured via a single YAML block. No third-party compliance library required.

🇮🇳
DPDP Act 2023
India's Digital Personal Data Protection Act
Consent management with digital proof
Data Principal rights (access, correction, erasure, nomination)
Purpose limitation enforcement
Retention period configuration
Data Fiduciary obligations
Breach notification hooks
compliance:
dpdp_act: true
consent:
required: true
proof_storage: encrypted_db
purpose: "Healthcare delivery"
retention_days: 90
data_principal_rights: enabled
🇪🇺
GDPR
EU General Data Protection Regulation
6 legal bases for processing
7 data subject rights
Data minimisation by default
Purpose binding
Cross-border transfer controls
DPA notification support
compliance:
gdpr: true
legal_basis: legitimate_interest
data_subject_rights: enabled
data_minimisation: strict
transfer_controls:
eu_only: false
adequacy_decision: required

Local Ollama — zero data leakage

For healthcare and financial applications where no data can leave your infrastructure.

Run entirely on your own infrastructure
TrueNorth supports Ollama as a first-class LLM provider. Run llama3.1, mistral, or any Ollama-compatible model locally — the full 13-stage pipeline works identically, with zero cloud API calls.
# Install Ollama locally
# ollama pull llama3.1
engine:
provider: ollama
model: llama3.1
base_url: http://localhost:11434
# Zero data leaves this machine

PII detection & masking

Runs before any data reaches the LLM. Intercepts and masks automatically.

Intercept before the LLM sees it
The PII interceptor runs as stage 2 of the pipeline — before any prompt is constructed. Sensitive identifiers never appear in LLM API calls, even when using cloud providers.
Aadhaar numbers
PAN card numbers
Phone numbers
Email addresses
Full names
Account numbers
Passport numbers
Custom regex patterns
Credit card numbers

Enterprise deployment

Compliance audit reports, custom PII pattern libraries, dedicated deployment support, and DPDP consulting for regulated industries.