Browser Information Tool
Quick answer
It summarizes environment details your browser makes available to JavaScript—no install required.
For a related estimate, see Screen Resolution Checker.
Explore further: Viewport Size Calculator · Responsive Viewport Tester
Under the hood
Detection uses `navigator`, `userAgentData` when present, and simple feature checks. Spoofed or privacy-hardened browsers may report unexpected strings.
Explore further: Safe Area Checker · Accessible Color Palette
This utility surfaces client-side signals such as user agent–derived names, platform, language, and common APIs your browser exposes. Use it when you are reproducing bugs, filling support forms, or checking feature availability. See also User agent parser for a related utility in this cluster.
How to use this calculator
- Open the tool: Load the card and scan the readout table.
- Tune inputs: Compare with expectations for the browser version you think you are running.
- Read the output: Copy values into bug reports or test notes.
Real-world examples
- Chrome vs Chromium: Labels reflect parsed UA and vendor—extensions and enterprise builds can customize them.
- Mobile vs desktop: Touch and viewport hints help classify device class for responsive QA.
Tips & gotchas
Never treat user-agent strings as authentication. Prefer feature detection (`if ('serviceWorker' in navigator)`) for real capability checks.
FAQ
Why does it say “unknown”?
Some privacy modes strip or freeze UA data; the tool can only show what the browser exposes.
Does this tool send my text to a server?
Calciverse runs in your browser; we do not store your inputs on our servers for these utilities. Anything that uses network APIs (for example DNS lookup) only sends what you explicitly request.
Why do results differ from another site?
Rounding, defaults, and implementation details (color spaces, tokenizers, DNS resolvers) can differ. Compare definitions, not just the headline number.