https://github.com/wkaisertexas/healthlens
Apple Health's missing "Export to CSV" button
https://github.com/wkaisertexas/healthlens
healthkit ios swift
Last synced: 7 months ago
JSON representation
Apple Health's missing "Export to CSV" button
- Host: GitHub
- URL: https://github.com/wkaisertexas/healthlens
- Owner: wkaisertexas
- License: other
- Created: 2024-07-01T15:34:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T21:12:38.000Z (8 months ago)
- Last Synced: 2025-04-12T18:08:53.728Z (7 months ago)
- Topics: healthkit, ios, swift
- Language: Swift
- Homepage: https://apps.apple.com/app/health-lens-csv-exporter/id6578440958
- Size: 647 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Health Lens - CSV Exporter
Health's missing export button
Introduction ·
Features ·
Installation ·
Roadmap ·
Contributing
## Introduction
HealthLens is an open-source iOS application designed to be the missing "export" button for health-related data, offering data-obsessed users personalized analytics and visualization tools.
## Features
- **Data Export**: Easily export your Apple Health data to common formats like CSV and XLSX.
- **Personalized Analytics**: Analyze your health data with customizable visualizations.
- **User-Friendly Design**: Intuitive interface for seamless data management and insights.
- **Future-Proof**: Built with Swift Charts for future native visualizations.
## Installation
The recommended way to install **HealthLens** is through the [App Store](https://apps.apple.com/app/health-lens-csv-exporter/id6578440958).
## Local Development
To develop HealthLens locally, you will need to clone and open this repository in Xcode.
Once that's done, you can use the following commands to run the app locally:
```bash
git clone https://github.com/wkaisertexas/HealthLens
cd HealthLens
open HealthLens.xcodeproj
```
Ensure you have the necessary permissions for HealthKit and follow the Xcode prompts for local signing.
## Roadmap
### Short-Term Goals
- **Initial Release**: Basic export functionality for health data in CSV and XLSX formats.
- **User Interface Improvements**: Enhance the UI for better user experience.
### Long-Term Goals
- **Advanced Visualizations**: Integrate Swift Charts for robust and interactive data visualizations.
- **Data Analysis Showcase**: Provide meaningful health data analysis and insights within the app.
## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/wkaisertexas/HealthLens/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/wkaisertexas/HealthLens/pulls) to add new features, make quality-of-life improvements, or fix bugs.

## License
HealthLens is open-source under the [CC-BY License](LICENSE).
> [!IMPORTANT]
> If you liked this project, consider giving the repository a star ⭐️!