Download
Download the latest release for your platform. No installation or Python environment required. Just download and run.
| Platform | Link |
|---|---|
| macOS (Apple Silicon) | Download |
| macOS (Intel) | Download |
| Windows | Download |
macOS
- Download the ZIP for your Mac (Apple Silicon or Intel)
- Unzip the archive. You'll get a
noaabathymetry.appbundle - On first launch, macOS Gatekeeper may block the app because it is unsigned. To open it, run the following in Terminal:
xattr -cr /path/to/noaabathymetry.app
- The app will launch in your default browser
Windows
- Download
noaabathymetry.exe - On first run, Windows SmartScreen may show a warning because the app is unsigned:
- Click More info
- Click Run anyway
- The app will launch in your default browser
Verifying downloads
Each release includes SHA-256 checksum files (.sha256) alongside the downloads. To verify, compute the hash of your downloaded file and compare it to the contents of the corresponding .sha256 file on the release page.
macOS/Linux:
shasum -a 256 noaabathymetry-macOS-ARM.zip
Windows (PowerShell):
Get-FileHash noaabathymetry.exe -Algorithm SHA256