Local transcripts
Import audio or video, stream progress, identify speakers, and export useful formats.
Local speech for macOS
EdgeSpeak turns recordings into clean text on Apple Silicon, then exposes the same local speech engine through a small OpenAI-compatible gateway.
Private by default. Built for local files, MCP tools, and CLI workflows.
v0.1 scope
The web app handles billing, licenses, downloads, and docs. The desktop app keeps speech recognition on the Mac.
Import audio or video, stream progress, identify speakers, and export useful formats.
Call local speech from tools that already know OpenAI-compatible APIs.
Manage up to four activated Macs from the account page.
Developer surface
EdgeSpeak ships with a local gateway for scripts, agents, and internal workflows that need private transcription without uploading source audio.
curl http://127.0.0.1:8787/v1/audio/transcriptions \ -H "Authorization: Bearer local" \ -F file=@meeting.m4a \ -F model=edgespeak-local