User Agent Parser
Break a User-Agent string into browser, OS, and device — all locally.
Browser
Chrome 120.0.0.0
Operating system
Windows 10 / 11
Device
Desktop
About User-Agent parsing
The User-Agent header is the string your browser sends to identify itself. Parsing it is necessarily heuristic— browsers deliberately impersonate each other for compatibility (Chrome's UA contains "Safari", Edge's contains "Chrome"), so this tool matches the most specific token first. Everything is parsed in your browser; nothing is sent to a server.
Related tools: the URL parser, the regex tester, and the JSON formatter.
Private & free — this tool runs entirely in your browser.
Recommended: IndieKit — Ship your Next.js startup in days.affiliate
Related Developer Utilities tools
RegExp Tester
Test regular expressions and inspect matches locally.
Regex Visualizer
Visual regex pattern diagram with live match highlighting and capture group annotations.
Subnet Calculator
Compute CIDR subnets, usable hosts, and network ranges.
Cron Parser
Translate cron syntax into plain English.
URL Parser
Break a URL into protocol, host, path, and query parts.
HTML Previewer
Paste HTML and see it rendered live in a safe, sandboxed preview.
HTTP Status Code Reference
Search and look up every HTTP status code and its meaning.
MIME Type Lookup
Find the MIME type for a file extension, or the extensions for a MIME type.