GeoPackage Viewer for macOS
Quick Look for GeoPackage (.gpkg) files on macOS — layers, maps and WKT export.
🎁 Also part of Data Viewer — one app covering every format in the family
Or grab them individually: Simple Markdown Viewer, Parquet Data Viewer, DBF Viewer, Python Data Viewer, Fast MDB and Access DB Viewer, Stats File Viewer, SQLite (and SQL) Viewer
- Open a .gpkg and see what is inside, layer by layer
- MapKit integration to put the spatial data on an actual map
- export to WKT when you need the geometry as text.
GeoPackage is the OGC standard that replaced the shapefile: one .gpkg file holding vector features, attributes, tile layers and metadata, built on SQLite. It is what modern GIS exports look like, and on a Mac without QGIS installed it is a blank icon.
GeoPackage Viewer reads them as GIS data rather than as a generic database. The layer sidebar comes from the gpkg_contents catalogue and shows feature layers and tile layers with their coordinate reference systems and bounds. Attribute tables browse, sort and filter like any table. Geometry columns display as POINT, LINESTRING or POLYGON with their vertex counts rather than as unreadable binary, and the geometry inspector lets you double-click any geometry to see its shape, its coordinates, and copy it as WKT.
Reading the geometry meant implementing the GeoPackage binary header and the underlying well-known binary format directly, including the coordinate reference system identifiers that determine how a geometry should be interpreted.
GeoPackage Pro adds the map view: feature layers plotted on Apple's basemap for the common web and GPS projections, with per-layer toggles and a legend, plus an offline true-to-shape coordinate plot for any other projection, a layers diagram, and export to CSV with geometry as WKT or to SQL.
Built on the same fast engine as Fast SQLite Viewer — a GeoPackage is SQLite underneath, after all.
Demo
Requirements
Universal binary, so it runs on both Intel and Apple Silicon Macs.
- macOS 14 (Sonoma) or later
- Intel Mac or Apple Silicon (M1 or newer)
Installation
Download the file, unzip it, and copy it into your Applications folder. Open it once and it registers the Quick Look handler itself. Instructions are included with the download.
Apps downloaded here are signed by Apple, so you shouldn't see any Gatekeeper warnings.
Licence
What you may do: install and use the software, at no cost, on any Mac you own or control, for personal or business purposes.
What you may not do: sell, rent, lease, sublicense or otherwise charge anyone for the software; redistribute, repackage, bundle or host it for download (please point people at the official download page instead); or modify, adapt, translate, reverse-engineer, decompile or disassemble it, except to the limited extent applicable law expressly permits.
The software is licensed, not sold. All rights not expressly granted above are reserved by the copyright holder, who may offer future or paid versions under different terms.
Privacy
100% on-device. No accounts, no tracking, never connects to the internet, collects no data whatsoever.
Feedback
Please contact me with any feedback, issues, suggestions or requests!
Free to download here, or get it on the Mac App Store for automatic updates.