Deployment Topologies
MITHUNAI supports three production deployment topologies:Managed Multi-Tenant
Fully managed SaaS hosted in ISO 27001 and SOC 2 Type II certified regions with tenant
isolation.
Dedicated Single-Tenant VPC
Isolated cloud instances in AWS, GCP, or Azure with customer-managed encryption keys (CMEK) and
dedicated subnets.
Self-Hosted Air-Gapped
Containerized distribution running entirely offline on your hardware with no internet access
required.
Docker Compose Quickstart
For developer evaluations and isolated single-node production environments, deploy using Docker Compose:Start Services
Core Service Ports
Air-Gapped Compliance & Zero Telemetry
MITHUNAI enforces strict offline compliance guarantees for regulated healthcare, financial, and defense installations:- Zero Unauthorized Phone-Home: The platform performs no external license verification pings, usage telemetry beacons, or third-party analytics calls.
- Local Embedding Support: Connect local embedding servers (e.g., Hugging Face Text Embeddings Inference running
BAAI/bge-large-en-v1.5ornomic-embed-text) to eliminate external embedding APIs. - Local LLM Execution: Route inference queries to private local engines such as
vLLM,Triton Inference Server, orOllamahosting open-weights models (Llama-3.3-70B,DeepSeek-R1,Qwen-2.5-Coder). - Static Assets Bundled: All documentation, fonts, icons, and JavaScript widgets are self-contained without CDN links.