HackerTrans
热门最新趋势评论往期问答秀出招聘

fabszilla

no profile record

提交

PulseScribe – Open-source voice-to-text for macOS with local AI

pulsescribe.me
2 分·作者 fabszilla·7个月前·2 评论

评论

fabszilla
·7个月前·讨论
I built PulseScribe because I wanted Wispr Flow without the subscription.

Key features: - ~300ms latency with Deepgram WebSocket streaming - Local mode with MLX/Lightning on Apple Silicon (M1/M2/M3) - Context-aware LLM refinement (detects email, chat, code) - Just fixed it for macOS 26 (Tahoe) this week

Technical stack: Python, PyObjC for native macOS UI, MLX for local inference.

The tricky part was getting <500ms end-to-end latency. We stream audio over WebSocket while recording, so results appear immediately when you stop.

GitHub: https://github.com/KLIEBHAN/pulsescribe Website: https://pulsescribe.me