Arvex Engineering Blog
Read about the engineering decisions, cryptography, and architecture powering the Arvex zero-trust AI platform.
What is Arvex?
Arvex is an open-source, zero-trust LLM inference platform. Unlike traditional providers that process prompts on shared infrastructure, Arvex guarantees data confidentiality through client-side AES-256 encryption and hardware-attested execution.
The Architecture
- Client-Side Encryption: Prompts are encrypted on your device before transmission.
- Sealed GPU Runtime: Decryption happens strictly in-memory on isolated GPU instances.
- Zero Logging: Cryptographically guaranteed zero data retention.