下载 - 支持 Windows、macOS 和 Linux

下载适用于 Windows、macOS 和 Linux 的 OpenTypeless。免费开源的 AI 语音输入工具,支持多供应商 STT 和文本润色。

Detected: Windows

Windows

Windows 10 或更高版本(64 位)

macOS

macOS 12 Monterey 或更高版本

Linux

Ubuntu 20.04+ / Fedora 36+ / Arch Linux

On mobile? Send the download link to your desktop.

安全提示

OpenTypeless 是开源软件。macOS 版本已签名并完成公证;Windows 版本在应用积累更多信誉前仍可能出现 SmartScreen 提示。桌面端会自动检查更新元数据,发现新版本后会先提示用户确认再安装。

  • Windows:如果出现 SmartScreen 提示,点击「更多信息」然后点击「仍要运行」。
  • macOS:打开已公证的 DMG,然后把 OpenTypeless 拖到 Applications。
  • Linux:对 AppImage 运行 chmod +x 使其可执行。

安装指南

1

下载适合你平台的安装包

2

运行安装程序并按提示操作

3

设置你首选的 STT 和 LLM 供应商 API 密钥

4

按下全局快捷键开始说话

或从源码构建

克隆仓库并使用 Tauri CLI 构建

git clone https://github.com/tover0314-w/opentypeless.git
cd opentypeless
npm install
npm run tauri dev