Technical
Standards.

We believe in transparency. Here's exactly how we detect each piece of information and how accurate it is.

IP Address

Accurate
Fetch from ip-api.com

Your public IP is fetched from a geolocation API. This is your real IP address as seen by websites.

Browser & Version

Accurate
navigator.userAgent

Parsed from the User-Agent string. Accurate for identifying browser name and version.

Operating System

Accurate
navigator.platform + userAgent

Detected from platform info and User-Agent. Generally accurate for major OS detection.

WebRTC Leak Status

Accurate
RTCPeerConnection

We create a WebRTC connection to detect if your real IP is exposed, even through VPNs.

Device Memory

Estimated / Approximate
navigator.deviceMemory

Returns bucket values (2, 4, 8, 16 GB) for privacy. NOT your exact RAM. 12GB RAM shows as 8GB.

Storage Quota

Estimated / Approximate
navigator.storage.estimate()

Shows the maximum storage the browser can theoretically use. NOT your actual disk space or SSD capacity.

Connection Type

Estimated / Approximate
navigator.connection.effectiveType

A heuristic guess (2g/3g/4g). WiFi and Ethernet both show as '4g' if fast. Not your actual network type.

GPU Information

Estimated / Approximate
WebGLRenderingContext.getParameter()

GPU info from WebGL. May show ANGLE translation layer (e.g., 'ANGLE Metal Renderer') instead of exact GPU model.

CPU Cores

Estimated / Approximate
navigator.hardwareConcurrency

Returns logical cores (threads). Cannot distinguish performance vs efficiency cores on Apple Silicon.

Why These Limitations?

Browsers intentionally hide exact hardware details for privacy and security. This prevents websites from uniquely identifying you based on hardware. We show what the browser allows us to see - nothing more, nothing less.

Last updated: April 2026