Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:39
· 10 commits to main since this release

📥 下载原生安装包

从下方 Assets 选择对应平台的安装包,开箱即用(无需配置 Python 环境):

平台 文件 安装方式
🐧 Linux (X11) voice-input_*_amd64.deb sudo dpkg -i voice-input_*.deb
🪟 Windows x64 voice-input-*-setup.exe 双击运行安装向导
🍎 macOS (Apple Silicon) voice-input-*.dmg 打开 dmg 拖入「应用程序」

⚠️ 三平台首次运行会自动下载约 1GB 的 SenseVoice 模型(联网)。
安装包内置 CPU 版 PyTorch;N 卡 GPU 加速请改用源码安装,见 README。
macOS 需在「系统设置 → 隐私与安全性 → 辅助功能 / 麦克风」中授权后才能录音与模拟按键。


📦 偏好源码安装?点此展开
# Linux
bash install.sh
# Windows
powershell -ExecutionPolicy Bypass -File install_windows.ps1
# macOS
bash install_macos.sh

Full Changelog: v0.1.9...v0.2.0