框架
whisper.cpp
whisper.cpp 是开源 AI 开发框架,2022 年推出,面向开发者。
OpenAI Whisper 的无依赖 C/C++ 移植版,可在各种设备上快速识别语音。
主打:语音转写。开源,可以免费使用。使用方式:本地离线运行、自部署、命令行、API。
这是 https://godooo.ai/zh/framework/whisper-cpp 的 Markdown 版本。本站每个页面都有:在地址后面加 .md。
速览
能做什么
语音转写主打待校准
“High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model”— github.com, 2026-09-24
本地运行模型支持待校准
“fully offline, on-device”— github.com, 2026-09-24
待校准由机器提出,尚待校准
平替与同类
- Whisper开源免费同样能做:语音转写、本地运行模型
- Descript免费版 + 付费升级同样能做:语音转写;不用写代码
- faster-whisper开源免费同样能做:语音转写
- llamafile开源免费同样能做:本地运行模型、语音转写;不用写代码
- LocalAI开源免费同样能做:本地运行模型、语音转写
- Otter.ai免费版 + 付费升级同样能做:语音转写;不用写代码
- WhisperX开源免费同样能做:语音转写
- Fireflies.ai免费版 + 付费升级同样能做:语音转写;不用写代码
- Mistral开源免费同样能做:本地运行模型、语音转写
- ElevenLabs免费版 + 付费升级同样能做:语音转写;不用写代码
- CapCut 剪映免费版 + 付费升级同样能做:语音转写;不用写代码
- MarkItDown开源免费同样能做:语音转写
关系
- 基于
- Whisper
常见问题
whisper.cpp 是什么?
whisper.cpp 是开源 AI 开发框架,2022 年推出,面向开发者。OpenAI Whisper 的无依赖 C/C++ 移植版,可在各种设备上快速识别语音。
whisper.cpp 免费吗?
免费。whisper.cpp 是开源软件(MIT)。
whisper.cpp 开源吗?
开源,许可证是 MIT。源代码在 https://github.com/ggml-org/whisper.cpp。
whisper.cpp 能本地运行吗?
能,可以在自己的电脑上离线运行。也可以部署在自己的服务器上。
whisper.cpp 能做什么?
主打:语音转写。也能做:本地运行模型。
whisper.cpp 有哪些开源替代品?
开源的有:Whisper、faster-whisper、llamafile、LocalAI、WhisperX、Mistral、MarkItDown。其他:Descript、Otter.ai、Fireflies.ai、ElevenLabs、CapCut 剪映。
来源
- github.com/ggml-org/whisper.cpp核实于 2026-09-24