xiaopengde/murmur

111 stars · Last commit 2026-05-31

🎙 Local zero-cost audio→markdown/docx pipeline. Whisper + AI cleanup. Replaces Otter.ai/飞书妙计. Agent-ready (Claude Code/Codex/Copilot/Cursor). macOS/Windows/Linux.

README preview

# Murmur

本地零成本会议 / 面试录音转录 + AI 智能清洗工作流。告别飞书妙计 / 通义听悟,30 分钟录音直接出 Markdown 或 Word,给 AI agent 一句话就能跑完。

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blue.svg)](#环境要求)
[![Agent ready](https://img.shields.io/badge/agent--ready-Claude%20Code%20%7C%20Codex%20%7C%20Copilot%20%7C%20Cursor-purple)](#上手在你的-ai-agent-里调用)

中文 · [English](#english-brief)

---

## 这是什么

把任意一段会议 / 面试 / 课堂 / 播客录音在自己电脑上转成可读的 Markdown 或 Word 文档:

- **本地跑**:模型只下一次(默认 large-v3-turbo 约 1.5GB),之后全程离线,敏感内容不出本机
- **足够快**:M2/M3 上 30 分钟录音约 10-15 分钟跑完;Windows / Intel Mac CPU 也能跑
- **足够准**:基于 OpenAI Whisper large-v3-turbo + 中文常见 ASR 错词修正
- **AI agent 原生**:给 Claude Code / Codex / GitHub Copilot / Cursor 一句话,端到端跑完整流程

View full repository on GitHub →