Skip to content

VoxKey 0.3.1

Choose a tag to compare

@rodrigouroz rodrigouroz released this 10 Sep 19:01
· 7 commits to main since this release

VoxKey 0.3.1

Public builds now exclude VoxKey diagnostic logging and inspection commands. The
website is available in English and Spanish. Requires Apple Silicon and macOS 26
or later. Internal build number: 10.

Diagnostics stay in internal builds

  • VoxKey diagnostic messages, logger setup, and inspection entrypoints are compiled
    only into explicitly internal builds. Public app, preview, and distribution
    builds exclude them, regardless of optimization level.
  • Packaging checks the emitted executable for diagnostic markers, so an accidental
    internal build flag cannot silently produce a public diagnostic build.
  • Sparkle system profiling is explicitly disabled at startup. VoxKey has no
    telemetry transport or analytics/crash-reporting SDK.
  • These changes apply to VoxKey's own diagnostics. macOS and dependencies can still
    emit system logs; this release does not promise zero logging across the process.

An English and Spanish website

  • The public website has English and Spanish pages with a language switcher.
  • Both pages describe model selection, multilingual dictation, privacy, installation,
    and the English-only grammar correction option, and link to the same release.
  • This translates the website; it does not translate the native app interface.

Validation and limits

All 233 app tests and nine artifact-privacy regression tests passed. Packaged
grammar controls were exercised, and all 28 VoxKey diagnostic markers were absent
from the public app. The downloaded
release is checked against its checksum, signing certificate, notarization ticket,
and Gatekeeper assessment before publication.

Editor compatibility still depends on the destination application's macOS
Accessibility support.