Skip to content

v0.3.4 · 设置窗口显示版本号

Choose a tag to compare

@github-actions github-actions released this 06 Jun 12:21
· 5 commits to main since this release

✨ 更新内容

🔢 设置窗口显示版本号

  • 设置窗口底栏左下角新增版本号显示(如 v0.3.4),方便确认当前运行的版本
  • CI 构建时版本号自动与 Release tag 同步,安装包内显示的版本恒为准确值

📥 下载原生安装包

从下方 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.3.3...v0.3.4