ChatGPT Health vs On-Device Health AI: What Actually Leaves Your iPhone
Quick answer: ChatGPT Health sends your Apple Health data to OpenAI servers. On-device health AI computes every answer on your iPhone. The difference is where your heart rate, sleep stages, and HRV actually go.
On 23 July 2026, OpenAI launched ChatGPT Health to all US users aged 18 and over. The feature connects Apple Health and medical records from hospital systems (Epic, Oracle, One Medical) so ChatGPT can answer questions about your health data. Over 300 million health-related queries happen on ChatGPT each week.
AppleInsider, TechCrunch, and The Verge all covered the privacy implications. The headline concern: your heart rate, sleep stages, blood oxygen readings, and medical records now live on OpenAI's servers.
This post compares ChatGPT Health against on-device health AI apps. We break down exactly what data leaves your iPhone and what stays on it.
How ChatGPT Health works (and where your data goes)
ChatGPT Health is a cloud service. Here is the data flow:
- You connect Apple Health via the ChatGPT app. Apple displays a data-sharing consent screen explaining that data will be shared with OpenAI.
- Your health data is uploaded to OpenAI's servers. This includes the metrics you authorize: heart rate, HRV, sleep stages, steps, workouts, blood oxygen, and any other HealthKit types you enable.
- OpenAI processes your queries using GPT models running in their cloud infrastructure. Your data may be used for model improvement unless you opt out via ChatGPT's data controls.
- OpenAI stores your data per its Health Privacy Notice (updated 29 June 2026), which covers Consumer Health Data handling under the My Health My Data Act and Nevada's health privacy law.
This is not unusual for a cloud AI product. The question is whether you want your resting heart rate and sleep architecture on a third party's servers.
How on-device health AI works (and what stays on your iPhone)
On-device health AI takes a different approach. Apps like Health Export AI, Ask My Health, and Risi.ai process everything on your iPhone:
- You install the app and grant Apple Health read-only access.
- You ask a question in plain language, like "how is my HRV trending this month?"
- The app computes the answer on-device using Apple Foundation Models plus deterministic parsers. Health Export AI uses a 3-layer safety router to classify each query.
- Every answer renders as a provenance card showing the headline number, the metric, the date range, and exactly which samples produced it.
No account. No sign-in. For Health Export AI, the open-source MCP server makes zero runtime network calls. The app's Meta advertising SDK (which sends install and purchase events if you grant App Tracking Transparency) cannot access HealthKit data: enforced in code with a CI test that fails the build if any HealthKit import reaches the SDK wrapper.
Side by side: data flow comparison
| Dimension | ChatGPT Health | On-Device Health AI |
|---|---|---|
| Where queries are processed | OpenAI cloud servers | Your iPhone |
| Health data leaves your device | Yes | No |
| Third party can access your raw metrics | OpenAI | None |
| Account required | OpenAI account | None |
| Model capability | GPT models (cloud) | Apple Foundation Models (on-device) |
| Provenance cards (shows the numbers) | No | Yes |
| MCP bridge for AI agents | No | Yes (Health Export AI only) |
| Weekly automated digest | No | Yes (Health Export AI Pro) |
| Works with Claude, Cursor, opencode | No native MCP | Yes (via MCP server) |
The MCP bridge difference
On-device health AI apps are private by design, but most are walled gardens. You ask questions in the app, you get answers there. Your data never leaves, but you also cannot feed it to the AI agents you already use.
If you use an on-device health AI that also ships an MCP bridge, you get both: the privacy of on-device processing and the ability to query your health data from Claude, Cursor, ChatGPT Desktop, or any MCP-aware agent. Health Export AI is the only on-device health AI app that provides both, using a zero-dependency Node.js MCP server that makes zero network calls. It exposes 7 read-only tools including get_health_metrics, get_trends, and compare_periods.
Real example: same question, two architectures
Consider the question: "How did my HRV trend this week compared to last week?"
ChatGPT Health
Your question and Apple Health data go to OpenAI's servers. GPT processes the comparison and returns an answer. Your HRV data now lives on OpenAI's infrastructure.
Health Export AI (on-device + MCP)
Via the app or through Claude over MCP, the on-device parser reads your local JSON cache, computes week-over-week trend math on your iPhone, and returns: "HRV averaged 61 ms this week, up 4.4% from 58 ms last week. Date range: 11 Aug to 17 Aug vs 4 Aug to 10 Aug. Sample count: 1,247 readings." The health data never leaves your device.
What on-device AI cannot do (yet)
On-device health AI is not a replacement for ChatGPT Health in every dimension:
- Model capability. Apple Foundation Models are good. GPT-4 class models are better for complex reasoning and medical-literature synthesis.
- Medical records. On-device health AI does not connect to Epic, Oracle, or hospital portals. This is a deliberate boundary: interpreting clinical records crosses a wellness-to-medical line.
- Cross-app integration. ChatGPT Health can pull data from MyFitnessPal and other apps that write to Apple Health. On-device AI reads HealthKit only.
For the core use case of asking questions about your daily Apple Health metrics and getting grounded, private answers, on-device AI is comparable day to day and strictly better on privacy.
Which should you use?
Choose ChatGPT Health if: you want GPT's full reasoning capability, need to connect medical records from hospital portals, and are comfortable with OpenAI processing your health data.
Choose an on-device health AI if: you want your health data to stay on your phone, want every answer grounded with provenance showing the exact numbers, and want to use your data with Claude, Cursor, or other AI agents without creating another account.
You can also use both. They are not mutually exclusive.
Frequently asked questions
Does ChatGPT Health send my Apple Health data to OpenAI servers?
Yes. When you connect Apple Health to ChatGPT Health, your health data is transmitted to OpenAI's servers for processing. OpenAI's Health Privacy Notice (updated June 2026) covers how this data is handled. Apple displays a data-use disclosure screen before you connect, explaining that data will be shared with OpenAI.
What data does an on-device health AI keep on my iPhone?
An on-device health AI processes all queries on your iPhone using Apple Foundation Models. No health data is sent to external servers. The app reads Apple Health data read-only, computes answers locally, and renders them as provenance cards showing which samples and date ranges produced each answer.
Can I still use my Apple Health data with Claude or other AI agents if I use an on-device app?
Yes, if the on-device app also ships an MCP bridge. Health Export AI provides a zero-dependency MCP server (open source, npm, zero network calls) that lets Claude, Cursor, ChatGPT Desktop, and other MCP clients query your Apple Health data locally. Export and raw MCP access are a one-time unlock, never metered.
Which is more private: ChatGPT Health or an on-device health AI?
An on-device health AI is strictly more private because no health data leaves your iPhone. ChatGPT Health sends data to OpenAI's cloud. On-device AI keeps computation on your phone with no external network calls. The trade-off is feature breadth: ChatGPT Health can draw on OpenAI's models, while on-device AI uses Apple Foundation Models built into the iPhone.
Does Health Export AI send any data anywhere?
No health data ever leaves your device. The app's Meta advertising SDK sends install and purchase events if you grant tracking permission, but no HealthKit data can reach it: enforced in code with a CI test. The MCP server makes zero network calls.
Check what leaves your phone: run the comparison yourself
Try Health Export AI for free. 190 Apple Health metrics, on-device AI chat with provenance cards, plus the zero-dependency MCP server. No account, no cloud, no health data leaving your iPhone.