macOS
brew install openai-whisperlocal Homebrew formula metadata
sudo port install whisperMacPorts ports tree · audio/whisper/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de openai-whisper pour les workflows d'agents IA.
installation
brew install openai-whisperlocal Homebrew formula metadata
sudo port install whisperMacPorts ports tree · audio/whisper/Portfile · Source: api.github.com
nix profile install nixpkgs#openai-whispernixpkgs package indexes · openai-whisper · Source: raw.githubusercontent.com
aperçu
General-purpose speech recognition model
historique
Whisper is OpenAI's open-source automatic speech recognition package and command-line tool. It wraps a family of sequence-to-sequence Transformer models trained for transcription, language identification, and speech translation, exposing them through both a Python API and the `whisper` executable.
The public repository was created on September 16, 2022, around OpenAI's release of Whisper as code plus model weights under the MIT license. The accompanying paper, submitted to arXiv on December 6, 2022, framed Whisper as a robustness-first speech-recognition system trained at web scale rather than a narrowly benchmark-tuned ASR model.
Whisper's design used a single multitask token interface for speech recognition, speech translation, spoken-language identification, and voice activity detection. That made the package unusually self-contained for an ASR release: users could install the Python package, ensure ffmpeg was available, choose a model size, and transcribe local audio without training a model or calling a hosted API.
The project became a major reference point for local and open speech transcription because OpenAI released both inference code and model weights. The model family also fed a wider ecosystem of ports, front ends, batch transcribers, and integrations, including downstream implementations optimized for smaller devices or different runtimes.
Homebrew, MacPorts, and Nix packaging made the command-line workflow convenient for Unix-like systems. In package-nerd terms, `openai-whisper` sits at the intersection of Python packaging, system multimedia dependencies through ffmpeg, and model artifact distribution.
Developers use the `whisper` command to transcribe audio files, specify model sizes, set input languages, and request translation into English. Python users load a model with `whisper.load_model()` and call `transcribe()` for scripts, pipelines, notebooks, and media-processing jobs.
The README documents six model-size families plus English-only variants for some sizes, with memory and speed tradeoffs. That packaging shape matters because installing the package is only one part of operating it; users also choose model weights, hardware, ffmpeg availability, and task settings.
Whisper is a rare package-manager entry that installs a small CLI front end for very large model artifacts. It demonstrates how ML tools blur the usual package boundary: the executable is ordinary Python software, while most practical value comes from downloaded weights and GPU/CPU runtime behavior.
It also made speech recognition feel like a normal developer dependency. For many users, `brew install openai-whisper` or `pip install openai-whisper` turned multilingual ASR from a cloud service integration into a local command-line primitive.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour openai-whisper. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
whisper | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/openai/whisper
métadonnées d'installation
| Clé du paquet | brew:openai-whisper |
|---|---|
| Version | 20250625 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/openai-whisper |
| Page d'accueil | https://github.com/openai/whisper |
| Dépôt | https://github.com/openai/whisper |
| Docs amont | https://github.com/openai/whisper#readme |
| Licence | MIT |
| Archive source | https://files.pythonhosted.org/packages/35/8e/d36f8880bcf18ec026a55807d02fe4c7357da9f25aebd92f85178000c0dc/openai_whisper-20250625.tar.gz |
| Dernière mise à jour | 2026-07-05T21:07:55Z |
| Pulse | updated |
| Dépendances | certifi, ffmpeg, llvm, python@3.14, pytorch |
| Dépendances de compilation | cmake, pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | openai-whisper |
| Version Scheme | 0 |
| Revision | 5 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
openai-whisper
nix profile install nixpkgs#openai-whisperwhisper
sudo port install whisperpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.