Skip to content

Releases: ahref-org/voicekun

v1.2.0 — Open source initial release

20 Jun 02:36

Choose a tag to compare

Summary

First public open source release of VoiceKun under the MIT License.

This tag resets the repository history to a single clean initial commit suitable for public development.

Highlights

  • macOS 14+ menu bar voice input app (on-device speech recognition)
  • AI polish and local LLM via bundled llama-server (Apple Silicon / arm64)
  • OSS documentation: CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, MODEL_LICENSES
  • Build scripts for Developer ID export, notarization, and local install

Version

  • CFBundleShortVersionString: 1.2.0
  • CFBundleVersion: 2026061901

Build from source

See README.md and CONTRIBUTING.md.

For a signed, notarized DMG:

cp scripts/ExportOptions.plist.example scripts/ExportOptions.plist
cp .env.example .env
# configure team ID and notarization credentials
./scripts/bump-release-version.sh   # optional
./scripts/notarize.sh

Notes

  • Prebuilt Sparkle auto-update is disabled in the public source defaults (example.invalid feed URL, empty EdDSA public key). Distribution builds can configure these separately.
  • AI model weights (GGUF) are not included; see docs/MODEL_LICENSES.md.