AIAny
AI API2025
Icon for item

Open Wearables

Normalizes wearable data — heart rate, sleep, activity, steps — from Garmin, Whoop, Apple Health and more behind one self-hosted API, so you write one integration instead of one per provider. Natural-language AI health automations are planned.

Introduction

Building on wearables carries an integration tax nobody advertises: every provider — Garmin, Whoop, Apple Health, Suunto — ships its own OAuth flow, data schema, units, and sync quirks, and you rebuild that plumbing per device before writing a single feature. Open Wearables collapses that tax into one normalized, self-hosted API, and unlike hosted aggregators the data never leaves infrastructure you control.

What Sets It Apart
  • Self-hosted by default — the whole stack comes up with docker compose up; heart-rate, sleep, activity and step data stay on your own servers, which matters when the payload is regulated health data.
  • One schema across devices — each provider's very different format is normalized, so a query looks the same whether the source is a Garmin watch or Apple Health, removing the per-integration work that usually dominates health-app timelines.
  • Not only for developers — individuals can self-host to own their quantified-self data, not just teams shipping a product.
  • AI framed honestly — natural-language automations and an AI Health Assistant are marked coming soon; today's real value is the unified data layer they will sit on.
Great Fit / Look Elsewhere

Great fit if you are building fitness-coaching, telehealth, or research apps that must ingest several wearable brands and you care about keeping health data on infrastructure you control — also a fit for individuals who want their own metrics without a third-party cloud. Look elsewhere if you need a fully managed, zero-ops aggregator, need providers this project has not integrated yet, or are counting on the AI assistant features being production-ready now rather than soon.

Information

  • Websitegithub.com
  • OrganizationsMomentum
  • AuthorsMomentum (themomentum.ai)
  • Published date2025/12/07

Categories

More Items

GitHub
AI API2025

Gateway that pools multiple AI subscription accounts and issues platform API keys while handling authentication, token-level billing, load balancing, rate limits, and per-user/account concurrency—enables shared subscriptions for Claude, OpenAI, Gemini and Grok.

GitHub
AI API2026

Exposes a ChatGPT account as an OpenAI-compatible local API and SDK set, enabling chat, streaming, and image-generation calls via a dev proxy or "Sign in with ChatGPT". Includes a CLI and TypeScript/React adapters; unofficial and uses user ChatGPT credentials.

GitHub
AI API2020

Provides a self-hosted machine translation HTTP API that runs offline using the open-source Argos Translate engine; offers Docker-based deployment and a simple HTTP interface for integration. Suited for privacy-conscious or offline translation deployments.