Technology Stack Summary
Sophia operates on a two-node, security-first architecture designed for sovereignty and zero vendor lock-in.
1. OpenBSD Perimeter (theseus): Acts as the secure gateway and primary service host. Runs pf-aegis (5 trust levels), unbound/nsd (split-horizon DNS), smtpd/dovecot (mail), httpd/relayd (web/TLS), and gitolite (code).
2. Linux Compute Node (caravela): Positioned behind the perimeter. Handles AI workloads via ollama and runs the hermes-agent framework.
The stack is fully operational for email, web, DNS, and local AI. However, deployment automation (git hooks) and e-commerce integration are not yet implemented.
