System Checker
Device & browser info
System Checker: Device & browser info. A free, browser-based tool from DevToolbox that runs entirely on your own device: no upload, no account, no tracking.
About the System Checker
Free online system checker. View device info including browser, OS, display, network, storage APIs, WebGL, and battery status. It is one of the network & api tools on DevToolbox, and like all of them it runs entirely in your browser.
This is a reference and calculation tool, not a probe: the numbers and lookups are computed from tables and arithmetic in your browser rather than by contacting any host. That keeps it usable behind a firewall and means nothing about your network is disclosed.
What you can do with it
- Browser info
- Device information
- Browser capabilities
- WebGL check
How to use it
- Enter the address, code or identifier you want to look up.
- The breakdown is calculated locally from reference tables and arithmetic.
- Every derived field is shown together so you can check your working.
- Copy the result or share the link.
Questions
- Is my data uploaded anywhere?
- No. The tool is JavaScript that runs in the tab you already have open, and DevToolbox has no backend to send anything to. You can open the network tab and watch: after the page and its script load, nothing is sent while you work.
- Does it work offline?
- Once the page has loaded, yes. The tool needs no network access to do its job, so it keeps working if your connection drops. Reloading the page does need the network unless your browser has it cached.
- Is it free, and do I need an account?
- It is free and there is no account, no sign-in and no usage limit. There is nothing to register because there is no server keeping track of anything.
Related tools
The System Checker sits in Network & API, one of the 90 tools on DevToolbox.