Skip to content

Voca 0.5.0

Latest

Choose a tag to compare

@ZMXJJ ZMXJJ released this 12 May 13:25

Voca 0.5.0

中文说明(点此展开完整中文介绍) · Chinese release notes (expand)

Voca 0.5.0

本版本带来两项核心更新:正式支持 Windows 平台 以及 跨端框架的底层接口拆解与性能优化

Windows 平台支持

  • Windows 安装器:提供 NSIS 安装包(Voca-x.y.z-x64-setup.exe),按用户安装,无需管理员权限。
  • NVIDIA GPU 推理:Windows 版本当前仅支持 NVIDIA GPU(CUDA)进行推理,暂不支持 CPU 推理。
  • 系统要求:Windows 10 22H2 / Windows 11(x86_64),需配备 NVIDIA 显卡。

底层接口拆解与性能优化

  • 对 Tauri 跨端框架的底层接口进行了部分拆解与重构,减少前后端通信开销。
  • 优化了命令调用链路与状态同步机制,提升整体响应速度与运行流畅度。

下载

在本 Release 的 Assets 中下载:

平台 文件
macOS (Apple Silicon) Voca_0.5.0_aarch64.dmg
Windows (x86_64) Voca_0.5.0_x64-setup.exe

安装提示

macOS

  1. 打开 .dmg,将 Voca 拖入「应用程序」。
  2. 首次启动按引导完成环境与模型下载。
  3. 若遇 Gatekeeper 提示,参见 README_zh.md 中的 quarantine 说明。

Windows

  1. 双击安装包,按提示完成安装,从开始菜单启动 Voca。
  2. 首次启动按引导完成环境与模型下载即可使用。
  3. 当前 Windows 版本仅支持 NVIDIA GPU 推理,请确保已安装 NVIDIA 显卡。

校验(SHA-256)

下载后可在终端核对(文件名须与 Assets 一致):

shasum -a 256 Voca_0.5.0_aarch64.dmg
shasum -a 256 Voca_0.5.0_x64-setup.exe

期望输出:

d951d42b5cbcd400097772a8c26fb0ceb831b14a4f23798cc437af73302d95aa  Voca_0.5.0_aarch64.dmg
6d33688484d055eada839952ce83068a6df42b0cd1302c827b4765ec18f31014  Voca_0.5.0_x64-setup.exe

致谢

感谢 @salokrwhite 为 Windows 平台适配提供的支持与贡献。

相关链接

This release brings two major updates: official Windows support and cross-platform framework performance improvements through internal API refactoring.

Windows Support

  • Windows installer: Ships as an NSIS installer (Voca-x.y.z-x64-setup.exe), per-user install with no admin rights required.
  • NVIDIA GPU inference: The Windows build currently requires an NVIDIA GPU (CUDA) for inference; CPU-only mode is not yet supported.
  • Requirements: Windows 10 22H2 / Windows 11 (x86_64) with an NVIDIA GPU.

Internal API Refactoring & Performance

  • Decomposed and restructured low-level interfaces in the Tauri cross-platform framework, reducing frontend–backend communication overhead.
  • Optimized the command invocation pipeline and state synchronization, improving overall responsiveness and runtime fluency.

Downloads

Download from this release's Assets:

Platform File
macOS (Apple Silicon) Voca_0.5.0_aarch64.dmg
Windows (x86_64) Voca_0.5.0_x64-setup.exe

Installation

macOS

  1. Open the .dmg and drag Voca into Applications.
  2. Follow the first-launch wizard for environment & model setup.
  3. If Gatekeeper blocks the app, see the quarantine notes in README.md.

Windows

  1. Run the installer, then launch Voca from the Start menu.
  2. Follow the first-launch wizard for environment & model setup.
  3. The Windows build currently requires an NVIDIA GPU for inference.

Checksums (SHA-256)

Verify the downloaded files (filenames must match Assets):

shasum -a 256 Voca_0.5.0_aarch64.dmg
shasum -a 256 Voca_0.5.0_x64-setup.exe

Expected:

d951d42b5cbcd400097772a8c26fb0ceb831b14a4f23798cc437af73302d95aa  Voca_0.5.0_aarch64.dmg
6d33688484d055eada839952ce83068a6df42b0cd1302c827b4765ec18f31014  Voca_0.5.0_x64-setup.exe

Acknowledgments

Thanks to @salokrwhite for contributing to Windows platform support.

Links