100% client-side — files never leave your device

How to Open a STEP File Without CAD Software

A supplier, customer or colleague sent you a .step or .stp file — and double-clicking it does nothing. STEP is a professional CAD exchange format, and the software that normally opens it (SolidWorks, CATIA, NX) costs thousands. You do not need any of it just to look at a part.

Option 1: open it in your browser (fastest)

The free online STEP viewer on this site runs the OpenCascade CAD kernel in your browser via WebAssembly. Drop the file and you get a full 3D view with an assembly tree, part visibility toggles, section cuts and standard views — and because everything runs locally, the file is never uploaded, so NDA'd parts stay private.

Option 2: install free CAD software

If you need to measure precisely or edit the geometry, install FreeCAD — free, open source, and built on the same OpenCascade kernel. It opens STEP and IGES natively. The trade-off is a heavyweight install and a steep interface for a one-off look.

Option 3: convert it to a friendlier format

Need the part in Blender, a game engine or a slicer? Convert it once: STEP to STL for printing, STEP to GLB for web and DCC tools, or STEP to OBJ for maximum compatibility. The converter runs in the browser too — pick a tessellation quality and download.

What not to do

Avoid renaming the extension (STEP is not a mesh — nothing will read it as one) and think twice before uploading proprietary parts to random converter sites; see what happens to uploaded files.

More from the blog