Design Principles
RAXE is built on three core principles:- Privacy by Architecture - All scanning happens locally
- Domain Purity - Core logic has zero I/O
- Transparency - Open rules, verifiable behavior
System Overview
Clean Architecture Layers
RAXE follows Clean/Hexagonal Architecture:Privacy Architecture
What Stays Local
| Data | Location | Never Leaves |
|---|---|---|
| Raw prompts | Memory only | Yes |
| Matched text | Memory only | Yes |
| Rule patterns | Local files | Yes |
| Scan history | Local SQLite | Yes |
