Your browser's full user agent string and parsed details.
The user agent string is a line of text your browser sends with every request to identify itself.
This page reads it locally with navigator.userAgent and breaks it into the parts people
actually want: browser and version, rendering engine, operating system, and whether the request
looks like a phone, a tablet or a bot.
Modern user agent strings are deliberately misleading for historical reasons — nearly all of them
still begin with Mozilla/5.0, and Chrome, Edge and Opera all mention Safari and
WebKit. That is why the parsed breakdown is more useful than the raw line. Nothing here is logged
or transmitted; the string never leaves your browser.