SDK/Downloads
Downloads

SDK Packages

Downloads require an API key. Register for free →

v1.0.0-betaLatest ReleaseApril 1, 2026

Initial beta release of the Aika Lab SDK. Includes Signal Processing, Dynamics Modeling, and Acoustic Modulation modules. Sleep, Mood, and Cognitive modules available for Professional tier users.

View full changelog →
Packages

Available SDKs

🐍

Python SDK

pip install aikalab-sdk
pip install aikalab-sdk
  • Offline batch processing
  • Real-time stream integration
  • Jupyter notebook compatible
  • NumPy / MNE interop

C++ SDK

CMake / vcpkg
find_package(aikalab REQUIRED)
target_link_libraries(app aikalab::core)
  • Android NDK compatible
  • Embedded / RTOS targets
  • Lock-free ring buffer I/O
  • ARM NEON / x86 SSE
🌐

REST API

No installation required
POST /v1/sleep/stage
Authorization: Bearer {key}
  • Language-agnostic
  • Batch EDF file processing
  • Webhook callbacks
  • OpenAPI 3.0 schema
Example Projects

Get Started Quickly

Documentation