Looking for a DXF Viewer alternative for cut files?
The honest answer first: if you want to look at arbitrary CAD drawings in a browser, the existing viewers are probably a better fit than this. If you want to know whether a flat cut file is sound before you send it, they will not tell you — that is a different job.
These are two different tools
A viewer answers “what does this drawing look like?” It renders as many entity types as it can, as faithfully as it can, and the measure of a good one is fidelity across a wide range of files.
A preflight checker answers “is this cut geometry sound?” It reads the segment topology — which endpoints meet, which segments sit on top of each other, what the header claims about units — and the measure of a good one is that it never tells you a file is fine when it is not.
Rendering a drawing beautifully tells you nothing about the first question. Two lines on identical coordinates render as one perfect line. A contour with a 0.001 mm gap renders as closed. Everything this tool looks for is, by definition, invisible in a picture.
Where the incumbent is genuinely better
The most-installed Chrome DXF viewer is DXF Viewer, with 100,000 users and a 2.7/5 rating from ~1,100 ratings as of August 11, 2026. Some things it does that this extension does not:
- Broader rendering. It uses WebGL and covers more entity types. For arbitrary production CAD it will show you more of the drawing than this will.
- PNG export and multiple background themes. This has neither.
- Drag-and-drop and renamed-DWG detection. Its listing describes both.
- Local processing. Its listing also states that files are processed locally with no upload. Privacy is not a point of difference between these two tools, and you should be suspicious of anyone telling you otherwise.
Its 2.7-star rating is a matter of public record rather than a claim we are making about quality — read the reviews and judge for yourself. Our reading of them is that most complaints are about rendering arbitrary CAD files, which is the hardest part of the viewer problem and not one we have solved either.
Side by side
| Capability | DXF Cut Preflight | Typical Chrome DXF viewer |
|---|---|---|
| Opens DXF locally, no upload | Yes | Yes |
| Layer visibility, pan and zoom | Yes | Yes |
| Two-point measurement | Yes | Yes |
| Rendering breadth on arbitrary CAD | Limited — built for clean flat cut files | Broader |
| PNG export | No | Yes |
| Detects open contours | Yes | No |
| Detects duplicate, overlapping and crossing segments | Yes | No |
| Detects zero-length segments | Yes | No |
| Requires declared units before a verdict | Yes | No |
| Bed-size fit check | Yes | No |
| Refuses a clean result on geometry it did not analyse | Yes, enforced in code | Not applicable — no verdict is issued |
| DWG support | No | No |
The right-hand column describes the category as its listings describe themselves; check the specific extension you are considering rather than trusting a table on a competitor’s website — including this one.
The one property worth choosing on
If a file contains geometry this checker did not actually analyse, it cannot return a clean result. Not by convention — the code is structured so that an unanalysed entity forces the verdict down, and there are tests that fail if that stops being true.
That is a deliberately unglamorous feature. It means this tool says “I could not check this” more often than a competitor would, and it will never be the extension that renders the most files. The trade is intentional: a false “ready to cut” is paid for in material and machine time, and a warning is paid for in thirty seconds of your attention.
What this tool does not do
- No DWG, binary DXF, paper space, or external references.
- No editing, no repair, no conversion.
- Arbitrary complex CAD renders far less reliably than clean flat cut files. In our own testing, 16 of 16 clean flat-cut files rendered correctly, against 3 of 12 complex third-party drawings.
- A PASS means it passed the checks in scope. It is not a manufacturing sign-off and does not replace your shop’s review.
For the full scope, see the 7-point preflight, which marks every check as automatable or not.
Free. No account, no sign-in, and no permissions requested. Your drawing is never uploaded.