You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private speech AI = on-device models + zero network calls + local-only storage
Every component runs locally — GPU inference via MLX (Metal), Neural Engine via CoreML. Audio never leaves the process, no cloud fallback, no telemetry. Your voice stays on your hardware.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Principle
Private speech AI = on-device models + zero network calls + local-only storage
Every component runs locally — GPU inference via MLX (Metal), Neural Engine via CoreML. Audio never leaves the process, no cloud fallback, no telemetry. Your voice stays on your hardware.
Where we are
8 protocols, 11 models, 7 pipeline types — ASR, TTS, speech-to-speech, VAD, diarization, speaker embedding, speech enhancement. All on-device via MLX + CoreML.
Architecture
v0.1.0
Done
unload()API + memory footprint (Model memory management: unload API + peak RSS reporting #79)/v1/realtime) (Add WebSocket streaming to HTTP API server #73, Add OpenAI Realtime API WebSocket endpoint #91)In progress
Platform foundation (new)
The glue between Layer 2 (Pipelines) and Layer 3 (Apps) — what every voice app needs but should not reimplement.
speech-core upstream
Pipeline engine improvements that unlock new capabilities in speech-swift.
Models and research
Feedback welcome. What would you prioritize differently?
All reactions