Skip to content

OpenQuack v2.0.0-alpha.21 — faster transcription + onboarding polish opt-in

Latest

Choose a tag to compare

@larryxiao larryxiao released this 24 Jun 05:07
d53ca53

What's new

  • Transcription speed restored — the ANE (Apple Neural Engine) regression from alpha.20 is fixed. Transcription is fast again on all chips.
  • Onboarding walks you through AI polish — if you want cleaner transcripts (grammar fixes, filler-word cleanup via on-device LLM), onboarding now offers an opt-in step so you don't have to dig through Settings.
  • Release cadence + feature flags — internal plumbing: new unvalidated features will ship behind a flag (dark) instead of live, reducing the chance of a rollback.

Install / upgrade

```sh

Fresh install

brew tap larryxiao/openquack https://github.com/larryxiao/openquack
brew install --cask openquack

Upgrade

brew upgrade --cask openquack
```

Or use the in-app updater (Settings → Check for updates).