📌 Overview
Parse a User-Agent string to reveal the browser, operating system, device type and rendering engine.
🕵️ User Agent Parser
Parse a User-Agent string to reveal the browser, operating system, device type and rendering engine.
All processing happens in your browser. No data is uploaded to any server.
📖 Deep Dive: User Agent Parser
What is a User-Agent
A UA is a self-describing text string a browser sends when visiting a site, containing info about the browser, engine, and operating system.
Parsing logic
This tool uses a set of regular expressions to match common signatures: Chrome/Edge/Firefox/Safari, Windows/macOS/iOS/Android/Linux, Blink/WebKit/Gecko engines, and iPhone/iPad/Android devices.