Automic VaultAutomic Vault

brew

openai-whisper を Homebrew, Nix, MacPorts でインストール

openai-whisper のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install openai-whisper

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install whisper

MacPorts ports tree · audio/whisper/Portfile · ソース: api.github.com

概要

パッケージ概要

General-purpose speech recognition model

コマンドとエイリアス

  • whisper

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

保護ツール対応はまだ見つかっていません

openai-whisper に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 5 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
whispercliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版20250625
マネージャ更新日2026-07-05
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/openai/whisper

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:openai-whisper
バージョン20250625
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/openai-whisper
ホームページhttps://github.com/openai/whisper
リポジトリhttps://github.com/openai/whisper
上流ドキュメントhttps://github.com/openai/whisper#readme
ライセンスMIT
ソースアーカイブhttps://files.pythonhosted.org/packages/35/8e/d36f8880bcf18ec026a55807d02fe4c7357da9f25aebd92f85178000c0dc/openai_whisper-20250625.tar.gz
最終更新2026-07-05T21:07:55Z
Pulseupdated
依存関係certifi, ffmpeg, llvm, python@3.14, pytorch
ビルド依存関係cmake, pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopenai-whisper
Version Scheme0
Revision5
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

openai-whisper

nix profile install nixpkgs#openai-whisper
  • normalized package name match
  • 一致条件: Openai Whisper
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: openai-whisper from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
MacPorts94%

whisper

sudo port install whisper
  • installed executable or alias match
  • 一致条件: Whisper
MacPorts ports tree · api.github.com · MacPorts ports tree: audio/whisper/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment