macOS
brew install whisperkit-clilocal Homebrew formula metadata
brew
Swift native on-device speech recognition with Whisper for Apple Silicon. Version 1.0.0 via Homebrew; verified 2026-05-12.
install
brew install whisperkit-clilocal Homebrew formula metadata
overview
Swift native on-device speech recognition with Whisper for Apple Silicon
history
WhisperKit CLI is the command-line face of Argmax's Swift-native on-device speech stack for Apple Silicon. It packages WhisperKit's Core ML-oriented Whisper inference into a tool for local transcription on macOS.
Argmax announced WhisperKit in beta after founding the company in November 2023, explaining that production demand for Whisper inference motivated its first open-source project. The beta was released under the MIT license and focused on letting Swift developers run Whisper in apps with minimal setup.
The current Argmax Open-Source SDK Swift repository was created on January 26, 2024. Its README now presents WhisperKit as one part of a broader on-device speech SDK, alongside SpeakerKit for diarization and TTSKit for text-to-speech.
WhisperKit's niche is Apple-platform specialization. Instead of being a universal C/C++ runtime like whisper.cpp, it leans into Swift, Core ML, Apple Silicon, and on-device execution for apps and command-line workflows.
The project grew around the broader shift from cloud-only speech APIs to local transcription for privacy, latency, and cost reasons. The repository reported more than 6,200 stars and more than 570 forks via GitHub's API on July 2, 2026, enough to make it a visible Apple-native Whisper implementation.
Argmax's own materials position WhisperKit as a developer SDK rather than just a demo. The CLI gives package-manager users a direct way to run the same stack from the terminal for transcription tests, batch workflows, and model evaluation.
Typical CLI use is to install `whisperkit-cli`, inspect transcription options, and run local audio through WhisperKit models. The Hugging Face model page for `argmaxinc/whisperkit-coreml` explicitly points users to installing the CLI with Homebrew and running `whisperkit-cli transcribe --help`.
In the package ecosystem, WhisperKit CLI is most attractive to macOS users who want Apple Silicon acceleration and Swift/Core ML alignment rather than the broad portability of whisper.cpp.
WhisperKit CLI represents the Apple-native branch of the local Whisper family: same broad speech-recognition lineage as OpenAI Whisper, but packaged for Core ML and on-device Apple hardware.
Its significance is less about being the oldest Whisper command-line tool and more about making the Apple Neural Engine/Core ML path accessible as a normal installable CLI.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
whisperkit-cli | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/argmaxinc/argmax-oss-swift
install metadata
| Package key | brew:whisperkit-cli |
|---|---|
| Version | 1.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/whisperkit-cli |
| Homepage | https://github.com/argmaxinc/argmax-oss-swift |
| Repository | https://github.com/argmaxinc/argmax-oss-swift |
| Upstream docs | https://app.argmaxinc.com/docs |
| License | MIT |
| Source archive | https://github.com/argmaxinc/argmax-oss-swift/archive/refs/tags/v1.0.0.tar.gz |
| Last updated | 2026-05-12T09:42:19+01:00 |
| Pulse | updated |
| Uses from macOS | swift |
| Bottle | available (on arm64_sequoia, arm64_sonoma, arm64_tahoe) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | whisperkit-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.