Skip to content

Quickstart

OpenLiDARViewer opens LiDAR and point-cloud datasets straight in the browser — no install, no account, no upload. Files are read and rendered on your own machine.

Try it in 10 seconds

Open lidar.aurtech.mx, then drag a .las, .laz, or .copc.laz file (or paste a remote COPC / ept.json URL) onto the page. You're navigating the cloud in your browser, and the file never leaves your device.

From there, the User guide walks through opening a scan, finding your way around, measuring, analysing terrain, comparing two scans, and sharing your work — assuming no GIS background.

Run it locally

The viewer is a static site; a local checkout needs only Node 22+:

bash
git clone https://github.com/aurtechmx/openlidarviewer.git
cd openlidarviewer
npm install
npm run dev

Open the local URL it prints, then drop a scan onto the page or click a built-in sample. To build for static hosting (GitHub Pages, Netlify, or any CDN — it is just files):

bash
npm run build
npm run preview

Where next

MIT licensed. Local-first: the viewer never uploads your data.