Processor architecture
GET /api/fingerprint/architectureCPU architecture fingerprinting attempts to detect processor architecture (x86, x86_64, ARM, ARM64) through various navigator properties, platform strings, and capability detection. While not directly exposed in modern browsers due to privacy concerns, architecture can be inferred from platform string ('Win32' vs 'Win64'), feature detection (WebAssembly SIMD extensions), performance characteristics, and WebGL renderer strings. ARM-based Macs report specific patterns, Windows on ARM has distinctive characteristics, and x86_64 is standard on most desktops. This reveals device type and is particularly useful for detecting Apple Silicon Macs vs Intel Macs.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.