What is Browser?
This tool detects and displays the web browser you are currently using — its name and version — along with your operating system, device type, rendering engine, language and screen resolution. Everything is read in your own browser using JavaScript; nothing is sent anywhere or stored.
How Browser works
Your browser exposes details through the navigator object and its user-agent string. This page parses that information to recognise common browsers such as Chrome, Firefox, Safari, Edge and Opera, and to work out your OS and device type.
Example: a user-agent containing Chrome/120 on Windows NT 10.0 is shown as “Chrome 120 on Windows 10/11, Desktop”.
Common uses
- Check which browser and version you are using
- Confirm your operating system and device type
- Provide accurate details in bug reports
- Verify you meet a site's browser requirements