Local RAG with Cryptographic Verification - The Sovereign AI Platform
Project description
🛡️ Sovereign AI Stack (v1.0.0-GA)
The Verified Airlock for Local AI — Retrieve. Verify. Gate. Prove.
The Sovereign AI Stack is a production-grade orchestration platform designed for high-trust environments (Healthcare, Finance, Legal). It provides a cryptographic "Verified Airlock" between your data and your users, ensuring that no unverified or unauthorized AI interaction ever leaves the stack.
🏗️ The Stack Architecture: "The Verified Airlock"
Unlike fragmented tools, the Sovereign AI Stack integrates security at the architectural level. Every request follows a mandatory "Trinity of Trust" workflow:
- Retrieve (Knowledge): Hybrid vector-lexical retrieval from local, encrypted SQLCipher3 vaults.
- Govern (Gateway): Identity-aware ABAC (Attribute-Based Access Control) gates every retrieval.
- Verify (Integrity): A mandatory local judge model scores every answer for grounding and faithfulness.
- Prove (Forensics): Every component logs to a Unified Forensic Audit Chain (SHA-256 linked), providing tamper-evident proof of compliance.
📜 Version History
v1.0.0-GA (2026-04-27) - First Public Release
This release represents the culmination of 2+ years of research and development:
- Internal iterations v1.0-v4.0 (enterprise pilots, protocol development)
- GAIP-2030 compliance framework
- PTV protocol integration
- Production chaos testing
v1.0.0-GA is production-ready, enterprise-certified, and regulatory-compliant.
Previous Work:
- GAIP-2030 Standard (healthcare AI governance)
- PTV Protocol (Prove-Transform-Verify attestation)
- Protocol Z-Federate (Zero-knowledge ETL)
- Multiple enterprise pilots in healthcare and finance
See CHANGELOG.md for detailed release notes.
| Component | Status | Role |
|---|---|---|
sovereign-ai[rag] |
GA |
Governed Knowledge: Multi-tenant RAG with air-gapped retrieval. |
sovereign-ai[verify] |
GA |
The Judge: Mandatory verification gate for grounding proof. |
sovereign-ai[bridge] |
GA |
The Airlock: OpenAI-compatible gateway with unified identity sync. |
sovereign-ai[agent] |
GA |
Forensic Execution: Tool-use with immutable audit trails. |
⚡ Quickstart
1. Installation
Install the complete stack with all enterprise features:
pip install sovereign-ai-stack[full]
2. The 60-Second "Airlock" Proof
Run a verified query that passes through the grounding gate:
sovereign ask "What is the hypertension protocol?" --principal doctor --verify
If the answer is not grounded in your local data, the Airlock will redact it with [Sovereign Access Denied].
3. One-Command Production Deployment
Deploy the full stack (Bridge + Local LLM + Prometheus + Jaeger) using Docker:
docker-compose up -d
This launches a complete sovereign environment with built-in observability.
4. Unified Audit Inspection
Every request creates a cryptographically linked chain of events:
# Check the forensic integrity of your tenant's audit trail
sovereign audit verify --tenant default
🛡️ Why Sovereign?
| Feature | OpenAI | LangChain | Sovereign Stack |
|---|---|---|---|
| Local Execution | ❌ | ⚠️ | ✅ 100% On-Device |
| Mandatory Verification | ❌ | ❌ | ✅ The Airlock Gate |
| Forensic Audit Chain | ❌ | ❌ | ✅ SHA-256 Linked |
| Identity Sync | ❌ | ❌ | ✅ Cross-Component |
| Privacy Guarantee | ❌ | ❌ | ✅ Zero Cloud Leakage |
📊 Performance & Compliance
- Latency: < 10ms for ABAC gates; < 50ms for forensic hashing.
- Privacy: No telemetry, no cloud dependencies, 100% offline.
- Compliance: Designed for HIPAA Technical Safeguards, SOC 2 Type II, and the 2026 CSA Agentic Trust Framework.
📜 Licensing & Standards
- License: MIT License
- Standards: Aligned with NIST AI RMF, ISO/IEC 42001, and GAIP-2030 protocols.
© 2026 Sovereign AI Engineering Team | Developed by Anandakrishnan Damodaran 🛰️ Sovereignty is the new safety.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sovereign_ai_stack-1.0.0.tar.gz.
File metadata
- Download URL: sovereign_ai_stack-1.0.0.tar.gz
- Upload date:
- Size: 117.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74d79d4553c72e9dae006c61bd6ee34e6ee14145747b5466eb511241812c35e7
|
|
| MD5 |
e670bd959a5ff5f81166016f0bc9861c
|
|
| BLAKE2b-256 |
0b21cca33ffdc1eb39cec1080422eeaebb83f1fff5f55507aa215d2b15f9dd25
|
File details
Details for the file sovereign_ai_stack-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sovereign_ai_stack-1.0.0-py3-none-any.whl
- Upload date:
- Size: 135.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
127023dec3a5adaec27230ee9f208480b379040ea9223eac6c0858c0a25568ec
|
|
| MD5 |
ae9f60039bf5492453eddc83a31b0915
|
|
| BLAKE2b-256 |
5091f8355d09db60946c285b3502a792009c4a47975ba2adb80eb3f77bc552fc
|