whisper-cpp

local-onlyaibrew

Georgi Gerganov · Transcription, meeting notes, and audio analysis from the terminal.

$ brew install whisper-cpp
One-liner to try
$ whisper-cli -m models/ggml-base.en.bin -f audio.wav

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 60/100
Verify
whisper-cli --help
Agent URL
/cli/whisper-cpp/agent.md

Quick reference

Installbrew install whisper-cpp
Verifywhisper-cli --help
First commandwhisper-cli -m models/ggml-base.en.bin -f audio.wav

About

Transcription, meeting notes, and audio analysis from the terminal. Built by Georgi Gerganov. Runs entirely on your machine.

Example workflow

1. whisper-cli -m models/ggml-base.en.bin -f audio.wav

Alternatives worth considering