Tether Operations, the company behind the USDT stablecoin, released QVAC SDK on April 9, a fully open-source framework for building AI agents that run on-device without centralized cloud infrastructure. The SDK supports iOS, Android, Windows, macOS, and Linux from a single codebase.

What QVAC Actually Does

QVAC (QuantumVerse Automatic Computer) is built on QVAC Fabric, a fork of llama.cpp, providing broad compatibility with the llama.cpp model ecosystem for text generation, embeddings, and multimodal workloads. It integrates whisper.cpp and Parakeet for speech-to-text, plus Bergamot for on-device translation. According to Tether’s announcement, applications built with the SDK run unchanged across all five supported platforms without platform-specific branches or rewrites.

For end users, that means AI features like text chat, summarization, voice transcription, and image generation work locally, with no data leaving the device. For developers, it replaces the need to maintain separate implementations per operating system, according to SiliconANGLE.

The Peer-to-Peer Bet

The more significant architectural choice is QVAC’s built-in peer-to-peer primitives, powered by the Holepunch stack. Multiple devices can coordinate agent workloads without a central server. If one peer goes down, others compensate, keeping the distributed “brain” running. Tether says P2P swarms for decentralized training, fine-tuning, and inference are coming soon.

All peer-to-peer behavior operates identically across platforms and is transparent to end users, meaning consumers won’t know whether they’re connecting to a centralized vendor or using the decentralized mesh.

Why a Stablecoin Company Is Building AI Infrastructure

“The world is approaching a moment where billions of humans share the planet with billions of autonomous machines and trillions of AI agents,” CEO Paolo Ardoino said in the announcement. “The current model, routing every decision through a centralized server, won’t scale to meet that reality. The laws of physics alone make centralized AI a dead end.”

Tether plans to invest “substantial resources” into the QVAC ecosystem, including toolkits for robotics and brain-computer interfaces, according to SiliconANGLE.

The Infrastructure Divide

The release crystallizes a growing split in agent architecture. The dominant model today routes agent compute through cloud APIs from OpenAI, Anthropic, and Google. QVAC proposes the opposite: intelligence runs where the device is, and devices coordinate laterally instead of through a hub. Whether edge-deployed agent swarms can match the capability of cloud-backed systems at production scale remains unproven. But the framework is open-source and cross-platform, which lowers the bar for developers to test the thesis.