From b38742e86c64bd2fcd48f36c47bc6d30300fc3e0 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 5 Aug 2025 09:38:16 -0700 Subject: [PATCH] docs(readme): add security and enterprise benefits for offline models Highlight air-gapping support and corporate firewall compatibility in the production deployment section. These additions emphasize security benefits beyond just reliability. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98bf8a04..3c940f05 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,8 @@ npm install @soulcraft/brainy @soulcraft/brainy-models - **🐳 Docker Ready** - Perfect for Cloud Run, Lambda, Kubernetes - **🔒 Zero Dependencies** - No external network calls required - **🎯 Zero Configuration** - Automatic detection with graceful fallback +- **🔐 Enhanced Security** - Complete air-gapping support for sensitive environments +- **🏢 Enterprise Ready** - Works behind corporate firewalls and restricted networks The offline models provide the **same functionality** with maximum reliability. Your existing code works unchanged - Brainy automatically detects and uses bundled models when available.