CueFlow · 随读 v1.0.0 — 首个公开版本 / First public release
会"听"你朗读、自动跟随滚动的 macOS 刘海提词器。
A notch-adjacent macOS teleprompter that listens as you read and auto-scrolls to follow you.
📥 安装 / Install
- 下载下方的
CueFlow-v1.0.0-macos.dmg/ DownloadCueFlow-v1.0.0-macos.dmgbelow. - 打开 DMG,把 CueFlow 拖到「应用程序 / Applications」/ Open the DMG and drag CueFlow into Applications.
- 从启动台打开,图标在菜单栏 / Launch it — the icon lives in the menu bar.
⚠️ 首次打开(未签名 App)/ First launch (unsigned app)
本 App 免费开源、未做苹果付费签名。若 macOS 提示"已损坏 / 无法验证",这不是真的损坏(只是网络下载的隔离标记)。在「终端」执行下面一行再打开即可:
This app is free, open-source, and not notarized. If macOS says it's "damaged" / "can't be verified" — it isn't, that's just a quarantine flag — run this once in Terminal, then open it:
xattr -cr /Applications/CueFlow.app
其它方法(右键 → 打开 / 系统设置 → 隐私与安全性 → 仍要打开)见 README。
Other methods (right-click → Open / System Settings → Privacy & Security → Open Anyway) are in the README.
✅ 校验文件 / Verify the download
shasum -a 256 CueFlow-v1.0.0-macos.dmg
SHA-256: 6285c62c07185af9f6b73c9dcabfa011b9555de45456f17da17a36bee10c6f94
📦 说明 / Notes
- 安装包约 132 MB,内置离线语音模型,语音跟随无需联网。/ ~132 MB; bundles an offline speech model, so voice-follow works without internet.
- 需要 macOS 14.0+;WhisperKit 中英混读建议 Apple Silicon。/ Requires macOS 14.0+; the WhisperKit mixed-language mode is best on Apple Silicon.
- 基于 NotchPrompt (MIT) 开发;第三方许可见 THIRD_PARTY_NOTICES.md。/ Built on NotchPrompt (MIT); see THIRD_PARTY_NOTICES.md.