Local App
Apple Health Data Viewer
A private, local-first dashboard for exploring Apple Health exports.
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
- Python 3.12 or newer.
- An Apple Health export ZIP, unzipped export folder, or configured local path.
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