NEURAL
SOVEREIGNTY
"AETHEL is the sovereign AI agent runtime that OpenClaw should have been. Built in Rust. Governed by design."
— VisionGaia Technology
VGT Aethel is not a conventional chat interface. It is an asymmetric, militarily hardened AI architecture, designed for absolute data sovereignty and deterministic execution in high‑security environments.
Architecture Paradigm
/// THE VGT STANDARDMost AI agents run in unsecured Python environments with full system privileges. Aethel breaks this standard with a strict separation of intelligence, execution, and communication:
THE CORTEX (RUST)
The core (`vgt-core`, `vgt-api`) is fully written in Rust. Compiled with maximum optimization (LTO fat, panic=abort). Includes an in‑memory vector database (`fastembed`) for true local long‑term memory.
THE INTERFACE (NEXT.JS)
A forensic, reactive UI. Every attempt by the AI to invoke system tools (Shell, Filesystem) is intercepted and requires manual authorization through the Red Card Lockdown System.
THE NEXUS BRIDGE
A polyglot TypeScript daemon for external communication vectors. Connects Rust inference natively with WhatsApp, Telegram, Discord, Signal, and Matrix.
The Security Guard
guard.rs// Blocked Command Matrix
✗ Path Traversal → ../ ../../
✗ Shell Injections → && || ; | `
✗ Destruktiv → rm -rf dd mkfs
✗ Privilege Esc. → sudo chmod 777
A native regex-based firewall directly in the skill-execution layer of the Rust core. It proactively blocks illegal commands, before the LLM output ever reaches the host system's kernel.
Distroless Deployment
DOCKER COMPOSE# 1. Konfiguration initialisieren
echo "GROQ_API_KEY=gsk_your_key" > .env
# 2. VGT Sequenz starten
docker-compose up --build -d
Aethel is designed for Zero-Day resilience. The Rust-Cortex is deployed in a Distroless Container. Post-Exploitation tools and Lateral Movement are systemically excluded.
System Specifications
This project is licensed under the GNU AGPL-3.0 License. Deployment in cloud environments requires mandatory disclosure of all infrastructure code.
