Skip to content

WaveKey v1.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Sep 11:44
· 1 commit to main since this release

What you need

  • arm64 phones only. Almost every phone sold since ~2016 is arm64; a 32-bit device cannot install this.
  • Dictation needs a 482 MB model download on first run, from Settings. Until it finishes, the mic key falls back to your system recognizer where the platform has one.
  • About 1.0 GB of storage if you also install the optional refiner.

fix(ci): a comment is not a safe place for ${{ }}

Actions evaluates expressions inside run blocks too, so an empty one in a
shell comment made the whole workflow file unparseable. GitHub then names the
workflow by its path, fails every push in 0s, and — the part that mattered —
silently ran nothing at all for the v1.0-beta.3 tag.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com