Local App

Apple Health Data Viewer

A private, local-first dashboard for exploring Apple Health exports.

BetamacOS, Linux & WindowsView source

Your data stays local

The viewer runs on your computer and works offline. It has no telemetry, analytics, CDN assets, or health-data network requests.

Requirements

Install and run

Follow the project’s quick-start instructions to create a virtual environment, install dependencies, and start the viewer.

git clone https://github.com/mikerayco/Apple-Health-Data-Viewer.git
cd Apple-Health-Data-Viewer
python3 -m venv .venv
. .venv/bin/activate
python -m pip install -r requirements.lock
python -m pip install --no-deps --no-build-isolation -e .
apple-health-viewer

Source: github.com/mikerayco/Apple-Health-Data-Viewer