ToolJutsu
All tools
Miscellaneous & Browser API Tools

Browser Info Viewer

See what your browser reveals about your device.

Reading your browser details…

Processed on your device. We never see your files.

How to use Browser Info Viewer

What this tool does

The Browser Info Viewer shows what your browser reveals about your device. It reads your user-agent string and parses it into structured fields — browser name and version, operating system, device type and rendering engine — then adds the other facts a browser exposes: your language settings, platform, CPU core count, approximate device memory, touch support, whether cookies are enabled, the Do Not Track flag, your online status and your timezone.

Below that, a Browser features section feature-detects a useful set of Web Platform APIs — Canvas, WebGL, Web Audio, WebRTC, Service Workers, IndexedDB, localStorage, WebAssembly, Web Workers, Notifications, the Clipboard API, Geolocation and Web Share — and marks each one supported or not supported with both a colour and a clear ✓ or ✗ glyph.

This is, deliberately, the same information any website you visit can read. The tool exists so you can see it for yourself. It explains; it does not accuse.

When you would use it

You might land here while troubleshooting. A web app tells you your browser is unsupported, a feature silently fails, or a support agent asks “what browser and version are you on?” — this page answers all of that at once, and the Copy all button gives you a plain-text report to paste into a ticket or chat.

Developers use the feature grid to confirm an API is available before relying on it, and to check what a particular device or browser build supports. Privacy-curious users open it to understand exactly what is exposed to the sites they visit — a far healthier response than vague worry. People comparing devices use it to read core count and device memory. And anyone setting up a new browser or testing a privacy extension can use it to confirm what changed.

How to use it

  1. Open the page. Everything is read from your browser and displayed at once — there is nothing to configure and no permission prompt.
  2. Read the Device and browser section for the parsed user-agent and the other facts. Each row has a copy button; the full user-agent string is shown in monospace so you can copy it verbatim.
  3. Read the Browser features grid. A green ✓ means the API works in this browser; a red ✗ means it does not.
  4. Use Copy all to copy the complete report as plain text.

How to read the results and what to do

Most fields are informational. A few are worth acting on. If cookies or localStorage show as disabled, sites that need to remember a login or a setting will misbehave — that is usually a privacy setting or private-browsing mode, and re-enabling it fixes it. If a feature you need shows as not supported, updating your browser or switching to a current one is the fix; the tool reports the gap but cannot close it. The device memory and CPU cores values are coarse and rounded by design, so treat them as approximate.

Browser compatibility

The tool itself works everywhere, because reading these values is part of the standard browser environment. The results, of course, differ by browser: deviceMemory is exposed mainly in Chromium browsers and may read “Not exposed” in Firefox and Safari; Web Share is common on mobile and Safari but patchier on desktop. The user-agent parser is a hand-written heuristic and gives a best guess, since user-agent strings are messy and can be changed.

To see your display details, try the Screen Resolution Checker. For battery information use the Battery Status Checker, to test your camera use the Webcam Test, and to check location access see the Geolocation tool.

Privacy

Everything here is read locally and shown only on your screen. Nothing is uploaded, nothing is stored between visits and nothing is logged. This tool makes the normally-invisible visible — it is the opposite of tracking.

Frequently asked questions

Is this tool fingerprinting or tracking me?
No. Browser fingerprinting means collecting these signals, combining them into an identifier and sending it to a server to recognise you across sites. This tool does the opposite: it reads the values, shows them on your screen, and stops there. Nothing is combined into an identifier, nothing is uploaded, nothing is stored between visits and nothing is logged. The whole point is transparency — to let you see plainly what any website you visit can already read, so the information is less of a mystery, not more of a threat.
Can a website really see all of this about me?
Yes — every field shown here is available to any site you load, with no permission prompt, because it is part of the standard browser environment. Your user-agent, language, screen, timezone, CPU core count and supported features are sent or readable as a normal part of how the web works. None of it identifies you by name, and on its own none of it is sensitive, but it is genuinely visible. Seeing it here is simply seeing what is already public to the sites you use.
Why does the user-agent say a different browser or version than I expect?
User-agent strings are historically messy. For compatibility, Chrome, Edge, Opera and others all include the word 'Safari' and a 'like Gecko' token, and many embed multiple version numbers. The parser in this tool checks the most specific markers first — Edge before Chrome, Chrome before Safari — to give the best guess. It is still a guess: user-agent strings can be changed by extensions, privacy settings or the browser itself, so treat the result as a strong hint rather than proof.
Will this tool fix a browser problem or a missing feature?
No. This is a diagnostic tool: it reports what your browser is and what it supports, but it does not change settings or install anything. If a feature shows as not supported and you need it, the fix is to update your browser, switch to one that supports it, or enable it in settings — for example, localStorage and cookies can be blocked by privacy settings or private browsing. Use the report here to understand the problem, then make the change in your browser.
What is Do Not Track and why does mine say 'Not set'?
Do Not Track is an old browser setting that asks websites not to track you. It is shown here for completeness. Most browsers now leave it off or have removed it, because it was advisory only — sites were never required to honour it — so 'Not set' or 'Off' is the normal, expected value today. Modern privacy protection comes from browser tracker-blocking and extensions rather than this flag.

Related tools