๐ต๏ธ User-Agent Parser
Enter a User-Agent string and this tool parses out the browser type and version, OS type and version, device type (desktop/mobile/tablet), and rendering engine. Use the "Use my browser" button to instantly parse the User-Agent of the browser you're using right now. Handy for analyzing access logs or testing browser-detection logic.
How to use
- Paste the User-Agent string you want to parse into the input field.
- Use the "Use my browser" button to auto-fill your current browser's info.
- The parsed browser, OS, device type, and engine are shown automatically.
FAQ
How accurate is the parsing?
It's a lightweight parser based on common patterns for major browsers (Chrome, Firefox, Safari, Edge, Opera) and major OSes (Windows, macOS, Android, iOS, Linux). Unusual browsers or custom User-Agents may not be detected correctly.
Is the entered User-Agent sent to a server?
No, all parsing happens entirely in your browser โ nothing is sent anywhere.
What is a "rendering engine"?
It's the underlying software a browser uses to interpret HTML/CSS and draw the page (e.g. WebKit, Gecko, Trident).