CLI
Echophrase ships a small command-line binary alongside the desktop app, namedechophrase. It gives you terminal access to microphone recording and
audio transcoding without opening the app window, plus an MCP server mode
so AI agents like Claude Code can drive voice capture directly.
Where to find it
The CLI installs together with the desktop app; there is nothing separate to download. On the same machine as the desktop app, run:PATH, look for it next to the installed app,
or build it yourself from the cli/ folder of the
Echophrase source.
Commands
What each command needs
Work standalone, no app or account required:record/stop/status: capture the microphone in the background and write a WAV file to disk. Free.transcode: normalizes an existing WAV file to the 16 kHz mono format the transcription pipeline expects. Free, works fully offline.
-
transcribe: sends a WAV file to the already-running desktop app over a localhost-only connection and prints back the transcript. This needs:- The Echophrase desktop app running
- The MCP Server toggle enabled in Settings (off by default, Pro-gated)
- An active Pro subscription
If the app is not running,transcribeexits with:The Echophrase desktop app must be running to transcribe. Start the app and try again.
Quick examples
echophrase record --help.
MCP Server
Use these same commands as tools from Claude Code and other AI agents.