Documentation
Getting Started
Install healthsync via Homebrew or Go, then parse your first Apple Health export into a local SQLite database and run your first queries from the command line.
CLI Reference
Complete reference for all healthsync commands and flags.
Agent Skills
Install the healthsync agent skill so your AI coding agent can answer health questions directly, running CLI and SQL queries against your local database.
Server API
HTTP API reference for the healthsync server: start it on any port, upload an Apple Health export, and query your parsed health metrics through JSON endpoints.
Database Schema
The healthsync SQLite schema: table definitions for every parsed Apple Health metric, where the database lives, and example queries you can run with sqlite3.
Supported Metrics
The Apple Health metrics healthsync parses into SQLite, from heart rate, sleep, and workouts to energy and body metrics, plus what's planned for future support.
Design
Architecture and design decisions behind healthsync.