跳到文档正文
Keebye 文档

历史记录与隐私

本地听写历史保存了什么、如何加密和清理、Keebye 发出的全部网络请求,以及哪些数据留在你的 Mac 上。

音频从不离开你的 Mac,转写文本也从不被发送到任何地方。Keebye 保存的东西,都只保存在本地。

听写历史

历史记录是一个 SQLite 数据库,位于 ~/Library/Application Support/com.keebye.app/keebye.db。它只保存文本;音频从不被保存。数据库打开时以及每次写入之后,都会清掉超过 30 天的记录。写进密码框的听写从不保存。

  • 每条记录保存时间戳、文本、引擎、语言、是否经过翻译、目标应用的 bundle id,以及字符数。
  • Settings(设置)› History › "Save dictation history on this device" 默认开启。提示写着:"Text only — audio is never stored — and entries auto-delete after 30 days. Dictations into secure (password) fields are never saved."

静态加密

"Encrypt history on this device" 默认开启:"Encrypts the history database at rest with a key kept in your keychain, so nothing readable is left on disk. On by default; changes take effect after restarting Keebye." 密钥是一个随机的 256 位 SQLCipher 密钥,保存在钥匙串里,账户名为 db-key。如果密钥无法保存,历史记录会被禁用,而不会以未加密的形式写入磁盘。

历史记录窗口

从托盘菜单("Dictation History…")或 Settings › History › "Open dictation history…" 打开它。"Keebye — Dictation History" 窗口最多列出最新的 200 条记录。

  • "Search…" 用来过滤记录。
  • 每条记录都有 Copy 和 Delete。
  • "Clear all" 需要你再点一次确认:"Click again to confirm"。
  • 空状态显示 "No saved dictations yet."
  • 底部的说明写着:"Saved on this device only — text, never audio. Entries auto-delete after 30 days. Turn history off in Settings."
  • 托盘菜单的 "Copy Last Dictation" 会直接复制最新的文本,无需打开窗口。

Keebye 发出的全部网络请求

这就是完整的清单。

  • keebye.com — 在你的系统浏览器中打开,用于登录(/auth/desktop)、服务条款、隐私政策和价格。
  • app.geekbye.com — /api/auth/verify、/api/geekbye/auth/refresh 和 /api/user/me,用于登录以及你的试用或 Pro 权益。
  • huggingface.co — 下载语音模型和 LLM 模型。
  • github.com/aiescu/keebye-releases — 应用更新。

哪些数据留在你的 Mac 上

  • ~/Library/Application Support/com.keebye.app/ 里的 settings.json。
  • 同一目录下的 keebye.db(以及它的 -wal 和 -shm 文件)。
  • models/ 目录下的模型文件。
  • 服务 com.keebye.app 下的两个钥匙串项:auth(你的会话)和 db-key(历史记录的加密密钥)。