Shipped product / Open source
Murmur
A desktop voice tool that turns speech into text, meeting notes, and code identifiers using local models.
- The challenge
- Keep audio capture responsive while speech recognition and optional AI processing run on the same machine.
- The decision
- Separate capture from inference, process speech locally, and use deterministic rules for developer formatting commands.
- What to inspect
- Try the text formatter in your browser, read the source, or download the app. Speech recognition runs in the desktop app; the browser demo shows the formatting stage.