Speechall CLI

The official command-line interface for Speechall speech-to-text transcription, model discovery, and subtitle generation.

Install with Homebrew

Speechall CLI is published in the official Speechall Homebrew tap. It supports macOS and Linux release binaries and is intended for developer shells, CI jobs, scripts, and compatible AI agents that need a direct path from an audio or video file to a transcript. Install it with the command below, then confirm the installed version.

brew install Speechall/tap/speechall
speechall --version

Create an API key in the Speechall console and set SPEECHALL_API_KEY. The CLI writes transcripts to standard output, which makes it suitable for automation pipelines. Use speechall models to obtain the machine-readable model catalog, or transcribe a recording with speechall meeting.wav --output-format json. For SRT and VTT subtitle files, select the corresponding output format and redirect standard output to a file.

The CLI is open source under the MIT license. Its release history, source code, issue tracker, and installation details are available in the official repository. Use the REST API for production service integrations and the CLI when a terminal workflow is the more direct and inspectable option.