.

Open Source Gerber Viewer

A free, open source tool to quickly visualize your Gerber and Excellon drill files directly in the browser. Upload your files below to get a visual overview of your PCB design.

This tool is intended to give you a quick visual idea of your Gerber/drill file set. It is not a manufacturing tool and should not be used for production verification.

Privacy

We do not store any of your data. Your Gerber files are sent to the server for SVG conversion, but they are processed in memory only and never saved or stored.

Open Source

This viewer is part of the delta-gerber library, an open source Java library for parsing and rendering Gerber (RS-274X) and Excellon drill files.

The source code is available on GitHub: github.com/Delta-Proto/delta-gerber

Run it locally

You can download the standalone JAR from the latest release and run it on your own machine:

java -jar delta-gerber-1.0.8-jar-with-dependencies.jar

The viewer will open at http://localhost:938.

Integrate into your own project

The library is available as a Maven dependency. Add it to your project to parse Gerber and drill files, generate SVG renderings, or build your own viewer.

See the GitHub repository for documentation and usage examples.