What is Synheart Core SDK?
Synheart Core SDK is the unified integration point for developers who want to collect multimodal signals, process human state on-device (HSV - Human State Vector), generate focus/emotion signals, integrate with Syni, upload derived state snapshots (HSI 1.0 format) to the cloud (with user consent), and visualize state dashboards.Key Features
Unified API
- Single SDK: One integration point for all Synheart features
- Modular Design: Enable only the modules you need
- Consistent Interface: Same API patterns across all platforms
- Multi-Module Support: Wear, Phone, Behavior, HSI, Consent, Cloud, Syni
On-Device Processing
- HSI Runtime: Produces HSV (Human State Vector) - human state fusion and inference locally
- Privacy-First: All processing happens on-device
- Low Latency: ≤ 100ms HSV update latency
- Efficient: < 2% CPU, < 15MB memory, < 0.5%/hr battery
Multi-Platform Support
| Platform | Language | Status | Repository |
|---|---|---|---|
| Flutter/Dart | Dart | Ready | synheart-core-sdk-dart |
| Android | Kotlin | Ready | synheart-core-sdk-kotlin |
| iOS | Swift | Ready | synheart-core-sdk-swift |
Capability System
Access levels tied to app signature and tenant ID:| Module | Core | Extended | Research |
|---|---|---|---|
| Wear | Derived biosignals | Higher frequency | Raw streams |
| Phone | Motion, screen | Advanced app context | Full context |
| Behavior | Basic metrics | Extended metrics | Event-level streams |
| HSV Runtime | Basic state | Full embedding | Full fusion vectors |
| Connector | Ingest (HSI 1.0) | Extended endpoints | Research endpoints |
Module System
The Core SDK consolidates all Synheart signal channels:Quick Start
Flutter/Dart
Dart SDK Guide
Complete Flutter integration guide
Android (Kotlin)
Kotlin SDK Guide
Complete Android integration guide
iOS (Swift)
Swift SDK Guide
Complete iOS integration guide
Privacy & Security
- Zero Raw Content: No text, mic, URLs, messages
- On-Device Processing: All inference happens locally
- No Raw Biosignals: Only derived signals externally
- Consent-Gated: All cloud uploads require explicit consent
- Capability-Enforced: Feature access tied to app signature and tenant ID
Performance Benchmarks
| Metric | Target | Typical |
|---|---|---|
| CPU Usage | < 2% | ~1.5% |
| Memory | < 15MB | ~12MB |
| Battery Impact | < 0.5%/hr | ~0.3%/hr |
| HSV Update Latency | ≤ 100ms | ~80ms |
| Cloud Upload Time | ≤ 80ms | ~60ms |
Available SDKs
Technical Documentation
Architecture
Module system and HSI Runtime
HSV Specification
State axes, indices, embeddings, and windows
Capability System
Access level enforcement
Consent System
Permission model and enforcement
Use Cases
Mental Health Platforms
Monitor physiological and behavioral signals for emotional state tracking:Productivity Apps
Track focus and engagement for productivity optimization:Research Applications
Collect comprehensive human state data for research:Next Steps
Quick Start
Get started in 5 minutes
Architecture Guide
Deep dive into the system
HSV Specification
Understand Synheart Core’s internal state model
GitHub
View source code
Related Projects
- Synheart Wear - Wearable device integration
- Synheart Emotion - Physiological emotion inference
- Synheart Focus - Cognitive concentration inference
- Synheart Behavior - Digital behavioral signal capture
Author: Israel Goytom Organization: Synheart AI