This guide takes you from a fresh machine to a working Synheart integration. Pick the track that matches what you’re building.Documentation Index
Fetch the complete documentation index at: https://docs.synheart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Pick a track
Track A — Synheart Core (HSI)
Multimodal human-state inference on-device. Requires CLI, platform account, and the runtime.
Track B — Standalone module
Just
synheart_wear, synheart_behavior, or synheart_session. No CLI required.Track A
Synheart Core (HSI). Use this track when you want fused human-state output (focus, emotion, capacity, recovery, strain, sleep) from biosignals + behavior + phone context.1. Install the CLI
2. Create a platform account
Synheart is invite-only. Request access, then create your account at platform.synheart.ai (email + password or OAuth). Account setup →3. Authenticate the CLI
4. Install the runtime
From your project root:synheart.lock. Commit the lockfile so teammates and CI can run synheart sync.
Runtime install guide →
5. Initialize Synheart Core
Flutter / Dart
Flutter / Dart
Android (Kotlin)
Android (Kotlin)
iOS (Swift)
iOS (Swift)
6. Test locally with mock data (optional)
Track B
Standalone module. If you only need a single signal channel and don’t need fused HSI output, install just that SDK. No CLI, account, or runtime needed.Synheart Wear
Biosignals from Apple Watch, WHOOP, Garmin, Fitbit, BLE HRMs.
Synheart Behavior
Tap, scroll, type, and motion patterns — content-free.
Synheart Session
Time-bounded sessions with HR + behavioral metrics on-device.
synheart_wear in Flutter:
How it fits together
- CLI authenticates you, manages the runtime artifact, and runs local mocks for development.
- Runtime is the native on-device engine that computes HSI. The Core SDK loads it at startup.
- Core SDK (Flutter / Kotlin / Swift) coordinates signal collection, drives the runtime, and exposes reactive streams.
- Modules (
synheart_wear,synheart_behavior,synheart_session) can be used standalone or composed under Core.
Privacy posture
On-device
Inference runs locally — no biosignal content leaves the device.
Consent-gated
Cloud uploads require explicit user consent and capability tokens.
Content-free
No text, audio, screen content, or PII is ever captured.
Next
Synheart Core
Architecture, HSI/HSV spec, capabilities, consent.
CLI reference
Mock streams, local platform, install, sync, receiver.
Modules
Wear, Behavior, Session details.
Troubleshooting
Common issues and fixes.