Skip to content

v1.0.0 — First standalone release

Choose a tag to compare

@NerdSnipe NerdSnipe released this 20 Aug 04:56
· 2 commits to master since this release

On-device voice dictation, command routing, and AI-assisted rewriting for macOS, as a standalone Swift package with no dependency on any host app.

What's included

  • Local ASR via Apple's SFSpeechRecognizer/SpeechAnalyzer, or downloadable on-device models (Whisper, Parakeet, Nemotron, Cohere Transcribe) via CoreML
  • Global hotkey activation — hold-to-record, toggle, or double-tap
  • Command routing via a configurable wake word, and an AI-backed edit mode for rewriting selected text
  • Notch/bottom overlay with live transcript and waveform
  • History, stats, and custom dictionary, all local file-based persistence

This release

  • Fixes a crash in every transcription provider when microphone permission isn't yet granted — all AVAudioEngine-based providers now check authorization before touching inputNode, surfacing a catchable error instead of a hard crash.

Example app

See the README for AICompleteChat, a full-source, on-device AI chat app that wires AiVoiceKit into DesignFoundation/DesignFoundationPro.

License

GPLv3 (derivative of FluidVoice by Aether AI Studio / altic-dev) — see LICENSE.