Skip to content
ZeroServer.tools

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.

Related Developer Utilities tools