The software you're using to browse
The core system software of your device
The hardware platform you're using
The rendering engine of your browser
Raw User-Agent String
This is the full identification string sent by your browser.
How is this detected?
Decoding the browser's identity string.
Every time you visit a website, your browser sends a User-Agent header. This string acts as a "passport" that tells the server:
- Browser Engine: The underlying technology (like Blink for Chrome/Edge or Gecko for Firefox).
- OS Details: The operating system and version you are running.
- Device Info: Whether you are on a phone, tablet, or desktop, and sometimes the specific model.
We use an advanced parsing library to break down this complex string into human-readable components. This process is done entirely on the server and the result is only used to display this dashboard.
Pattern Matching
We scan the string for specific keywords and version numbers used by vendors.
Engine Inference
Identifying the core rendering engine based on standard naming conventions.
Privacy Protected
Your ID string is processed in real-time and never saved or tracked.
Real-Time Analysis
Parsing happens in milliseconds during the request lifecycle.