# Installer openai-whisper avec Homebrew, Nix, MacPorts

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

```sh
sudo av install brew:openai-whisper
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openai-whisper
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install whisper
```

  Preuve: MacPorts ports tree: audio/whisper/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#openai-whisper
```

  Preuve: nixpkgs package indexes: openai-whisper from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:openai-whisper
- **Gestionnaire de paquets:** Homebrew
- **Version:** 20250625
- **Résumé source:** General-purpose speech recognition model
- **Page d'accueil:** <https://github.com/openai/whisper>
- **Dépôt:** <https://github.com/openai/whisper>
- **Dernière mise à jour:** 2026-07-05T21:07:55Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- whisper (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 20250625
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- September 16, 2022: the GitHub repository was created. December 6, 2022: the Whisper paper was submitted to arXiv. Later releases added model updates such as large-v3 and turbo, while keeping the package centered on the same CLI and Python API.

### Related projects

- Whisper depends on PyTorch and ffmpeg in normal use and uses OpenAI's tiktoken tokenizer. Its adoption also encouraged alternate runtimes and ports, most famously C/C++ implementations that target smaller machines and offline workflows.

### Sources

- <https://api.github.com/repos/openai/whisper>
- <https://arxiv.org/abs/2212.04356>
- <https://cdn.openai.com/papers/whisper.pdf>
- <https://formulae.brew.sh/formula/openai-whisper>
- <https://github.com/openai/whisper>


## Notes 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.


## Autres enregistrements de gestionnaires de paquets

- Nix - openai-whisper: normalized package name match | nixpkgs package indexes: openai-whisper from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- MacPorts - whisper: installed executable or alias match | MacPorts ports tree: audio/whisper/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/openai-whisper.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openai-whisper.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
