Best-effort summary
Parse a string to see the summary here.
Parse a user-agent string directly in your browser and get a best-effort breakdown of the likely browser, rendering engine, operating system, device type, architecture, and product tokens. User-agent strings can be spoofed, but this helps you inspect what the string is claiming without sending it to the server.
Parse a string to see the summary here.
-
-
-
-
-
-
-
-
Tokens that look like Name/Version pairs from the user-agent string.
| # | Product | Version |
|---|---|---|
| No tokens yet. | ||
Semicolon-separated platform or compatibility hints found inside parentheses.
| # | Token |
|---|---|
| No tokens yet. | |
It parses a user-agent string and gives a best-effort view of the claimed browser, engine, OS, device type, and token structure.
The parser runs entirely in your browser, so user-agent strings are never uploaded, logged by the tool, or stored in server memory.
User-agent parsing is inherently approximate. A string can be outdated, misleading, or intentionally spoofed, so treat the results as a best-effort interpretation rather than a guaranteed identity check.