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

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub
AI API2020

Typed Python client for the OpenAI REST API that offers synchronous and asynchronous clients, typed request/response models, streaming and Realtime support, webhook verification, and integrations for Azure and Amazon Bedrock—built for production integrations and automation.

GitHub

Exposes a self-hosted WhatsApp HTTP/REST API that runs a real WhatsApp Web instance so apps and AI agents can read/send messages, manage contacts, and automate flows. Offers three engine modes (WEBJS, NOWEB, GOWS), Docker images, and MCP support; relies on WhatsApp Web so blocking risk exists.