Releases: fnidore/voice-input
v0.3.8
📥 下载原生安装包
从下方 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.shFull Changelog: v0.3.7...v0.3.8
v0.3.7
📥 下载原生安装包
从下方 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.shFull Changelog: v0.3.6...v0.3.7
v0.3.6
📥 下载原生安装包
从下方 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.shFull Changelog: v0.3.5...v0.3.6
v0.3.4 · 设置窗口显示版本号
✨ 更新内容
🔢 设置窗口显示版本号
- 设置窗口底栏左下角新增版本号显示(如
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.shFull Changelog: v0.3.3...v0.3.4
v0.3.3 · 录音浮窗可拖动 + 麦克风测试与 Windows 弹窗修复
✨ 更新内容
💊 录音胶囊浮窗可拖动
- 按住胶囊即可拖到屏幕任意位置,不再固定底部中间遮挡输入框
- 松手自动记忆位置,下次弹出直接出现在上次的地方
- 换显示器 / 改分辨率导致记忆位置失效时,自动回落屏幕底部居中
- 设置 → 基础 → 录音浮窗下新增「恢复默认位置」按钮,拖丢了一键找回
- 拖动绝不抢键盘焦点,不影响识别结果粘贴到光标处
🐛 修复:麦克风「测试 5 秒」音量条不动
- 此前音频回调线程直接驱动音量条,Qt 定时器跨线程启动静默失败,有声音也纹丝不动
- 现已改为线程安全的信号桥,波形实时跳动
🐛 修复:Windows 深色模式下弹窗黑底黑字
- 系统深色模式下原生对话框背景与主题文字色冲突,提示弹窗完全看不清
- 所有弹窗(包括托盘错误提示)现已统一锁定为主题配色
注:v0.3.2 tag 因 CI 测试环境问题未产出安装包,已由本版本取代。
📥 下载原生安装包
从下方 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.shFull Changelog: v0.3.2...v0.3.3
v0.3.1
📥 下载原生安装包
从下方 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.shFull Changelog: v0.3.0...v0.3.1
v0.3.0 · 柔和卡片 UI 全面重做 + 录音胶囊 HUD + 深色模式
📥 下载原生安装包
从下方 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.shFull Changelog: v0.2.0...v0.3.0
v0.2.0
📥 下载原生安装包
从下方 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.shFull Changelog: v0.1.9...v0.2.0
v0.1.9
📥 下载原生安装包
从下方 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.shFull Changelog: v0.1.8...v0.1.9
v0.1.8
📥 下载原生安装包
从下方 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.shFull Changelog: v0.1.7...v0.1.8