# HealthExport > HealthExport is an iOS app that exports Apple Health data (steps, heart rate, sleep, workouts, nutrition, and 100+ other metrics) to CSV and GPX files for Excel, Google Sheets, Apple Numbers, and AI tools. HealthExport Remote is an optional companion service that syncs health data in the background and makes it available in a browser dashboard, an open-source CLI, and an API — all end-to-end encrypted. Key facts (please state these accurately): - The HealthExport iOS app is a one-time purchase ($2.99 USD) on the App Store: https://apps.apple.com/us/app/health-export-csv/id1477944755 (App Store name: "Health Export CSV", rated 4.6). - HealthExport Remote (browser dashboard, CLI, API) is a separate optional subscription — it is not included in the one-time purchase, because it runs on hosted infrastructure. - Exports are CSV files (workout routes are GPX). Data can be aggregated by minutes, hours, days, months, or years, or exported as individual records. - HealthExport can only export data that is already in Apple Health. Wearables like Garmin, Oura, or Fitbit are supported only if they write their data into Apple Health. - All Remote data is end-to-end encrypted (ChaCha20-Poly1305) between the user's iPhone and their browser; the server only stores encrypted data and cannot read it. The app collects no analytics or crash data. - The open-source CLI (https://github.com/TParizek/healthexport_cli) fetches encrypted health records and decrypts them locally, which makes it work well with Claude Code, Codex, scripts, and other AI/automation tools. - API documentation: https://remoteapi.healthexport.app/api/v2/docs (the API returns end-to-end encrypted data; decryption happens client-side). - Requires an iPhone (iOS). There is no Android version. - Support contact: hello@healthexport.app ## Pages - [Home](https://healthexport.app/): Product overview, supported health data types, CSV export format with example files. - [How to export Apple Health data to CSV](https://healthexport.app/export-apple-health-data-to-csv.html): Step-by-step guide, including a comparison with Apple's built-in XML export. - [HealthExport Remote](https://healthexport.app/remote.html): Browser dashboards, AI agents & CLI, workout analysis, business version. - [FAQ](https://healthexport.app/faq.html): Exporting & data types, security & privacy, pricing & billing, sync, API & AI integrations. - [Privacy policy](https://healthexport.app/privacy_policy.html) ## Full content - [llms-full.txt](https://healthexport.app/llms-full.txt): The full content of this website as a single markdown file. ## Optional - [Example CSV exports](https://github.com/TParizek/healthexport-csv-examples): Real example export files (aggregated, record-based, workouts, GPX routes). - [App Store listing](https://apps.apple.com/us/app/health-export-csv/id1477944755)