Skip to content

CodeWhisper v1.0.0 — 原生 macOS 语音转文字

Choose a tag to compare

@LeoLee0812 LeoLee0812 released this 29 Jun 18:10
62b453f

CodeWhisper v1.0.0 — 原生 macOS 菜单栏语音转文字 🎤

首个原生 Swift/SwiftUI 版本:菜单栏常驻、模型内置离线开箱即用、单个 dmg 安装,无需 Python / FFmpeg

✨ 亮点

  • 🧠 本地 Whisper 转录(WhisperKit / CoreML / Apple Neural Engine),large-v3-turbo 模型 + tokenizer 已内置进 App,断网即可用
  • ⌨️ 按住 ⌘M 录音,松开自动转录并粘贴到当前应用(ChatGPT / Claude / IDE…)
  • 🔧 400+ 程序员术语纠错 + 繁简转换 + 中文标点规范化 + 幻觉/静音过滤
  • 🗂️ 历史记录、开机自启、模型/快捷键/输出方式可配置

📦 安装

  1. 下载下方 CodeWhisper.dmg,拖入「应用程序」
  2. 首次启动:右键 App → 打开(绕过 Gatekeeper),或 xattr -dr com.apple.quarantine /Applications/CodeWhisper.app
  3. 授权「麦克风」与「辅助功能」(系统设置 → 隐私与安全性)

💻 要求

  • macOS 14+ / Apple Silicon

⚠️ 已知事项

  • 首次启动 CoreML 会对模型做一次性 ANE 编译(约 1-2 分钟,之后走缓存)
  • 当前为本地 ad-hoc 签名、未做 Apple 公证,故需手动绕过 Gatekeeper