ML-KEM-1024
Establish shared session material with post-quantum key encapsulation.
Protect the traffic.
Keep the performance.
Post-quantum key exchange. Authenticated identity. Multi-gigabit encrypted transport. All in a 1 MB Rust binary.
Encrypted throughput
Added latency
Standalone binary
Rust · Userspace
02SYSTEM ARCHITECTURE
QNyx carries ordinary IP traffic through the host’s standard virtual network interface. Encryption and tunnel processing live entirely in userspace.
ML-KEM-1024 + ML-DSA-87
AES-256-GCM
Route IP traffic into the tunnel through familiar host networking interfaces.
ML-DSA-87 identifies peers and binds tunnel addressing to cryptographic identity.
TCP establishes the session. UDP carries encrypted data on a port selected for the session.
03CRYPTOGRAPHY
QNyx 4.2.0 combines post-quantum key establishment and signatures with AES-256-GCM authenticated encryption and SHA-512 key derivation.
Establish shared session material with post-quantum key encapsulation.
Authenticate both peers using post-quantum digital signatures.
Protect handshake messages and data-plane traffic with separate keys.
Derive handshake and data keys from the shared secret and context.
ML-KEM-1024 key encapsulation over the TCP channel.
SHA-512-based derivation with context produces a handshake key and a data key.
Client signs the data key with ML-DSA-87. AES-256-GCM protects the handshake message.
Server verifies, signs the same data key, and returns an encrypted response. Client verifies.
Successful authentication enables AES-256-GCM-protected UDP traffic.
The UDP payload does not expose a plaintext QNyx protocol header. Outer IP/UDP addressing, packet sizes, and timing remain visible to the network.
04RESILIENCE
A dropped connection starts a recovery process. QNyx reconnects, re-establishes keys, verifies the peer, and restores the tunnel when connectivity returns.
Recovery time depends on link availability and configuration.
05DEPLOYMENT
From Linux servers and edge computers to Android devices. One transport design, compiled for the platform you deploy.
100% Rust.
100% userspace.
Servers, virtual machines, routers, and conventional edge hardware. Standard TUN integration.
Compact boards and ARM infrastructure, using the same protocol and cryptographic suite.
The Rust transport integrated with Android’s VPN interface for mobile endpoints.
Target-specific builds. Shared protocol. Shared identity model.
06OPERATOR DOCUMENTATION
Installation, key enrolment, network requirements, and troubleshooting. Request the QNyx 4.2.0 operator documentation for your deployment.
07TECHNICAL FAQ
QNyx is a post-quantum native VPN and secure transport from Xaoc Industries. It carries ordinary IP traffic over an authenticated, encrypted tunnel, with post-quantum key establishment and peer identity built into the protocol.
Xaoc has measured QNyx at more than 1.5 Gbps of encrypted tunnel throughput on physical hardware. Results depend on hardware, packet sizes, configuration, and network conditions.
Linux on x64 and ARM64, plus Android. Linux deployments use a standalone binary compiled for the target architecture; Android integrates the Rust transport with the platform VPN interface. The protocol and identity model are shared across platforms.
The QNyx transport and cryptographic processing run in userspace. Linux provides the IP stack, standard TUN interface, sockets, and network drivers. QNyx does not require a custom kernel module or a patched network stack.
ML-DSA-87 keypairs identify peers. Approved public keys control admission, and tunnel addressing is bound to cryptographic identity within the selected server context. Reconnecting to the same server preserves that identity-based addressing.
QNyx automatically attempts to re-establish the connection, performs a fresh post-quantum handshake, authenticates the peer, and resumes the data channel when the underlying network is available. Session material also rotates automatically on a 15-minute cadence.
Start with a real link. Measure throughput, interoperability, and recovery in your environment.
Let’s build your pilot