目前 Recap 需通过源代码编译安装,具体步骤如下:
- system requirements:确保 macOS 已安装 Xcode 15.0 或更高版本。
- Cloning Code:在终端运行
git clone https://github.com/rawandahmad698/recap.git
获取源码。 - Configuration environment:在 Xcode 的 Scheme Editor 中设置
HF_TOKEN
(Hugging Face API token,用于下载 Whisper 模型),可选配置OPENROUTER_API_KEY
以使用 OpenRouter 摘要功能。 - compile and run:在 Xcode 中点击“Build and Run”(快捷键 ⌘+R)完成安装。
开发者未来计划推出预编译版本,简化安装流程。
This answer comes from the articleRecap: macOS Local Meeting Audio Transcription and Summarization ToolThe