pkg.soopen package index

brew / 順位 6959

cmu-pocketsphinx を Homebrew, apt, dnf, MacPorts, Nix, zypper, scoop でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cmu-pocketsphinx

local Homebrew formula metadata

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

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

Linux

Debian apt確認済み · 92%
sudo apt install pocketsphinx

Debian stable package indexes · pocketsphinx · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install pocketsphinx

Fedora Rawhide package metadata · pocketsphinx · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#pocketsphinx

nixpkgs package indexes · pkgs/by-name/po/pocketsphinx/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install pocketsphinx

openSUSE Tumbleweed package metadata · pocketsphinx · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install extras/pocketsphinx

Scoop official bucket manifest trees · bucket/pocketsphinx.json · ソース: api.github.com

概要

パッケージ概要

Lightweight speech recognition engine for mobile devices

コマンドとエイリアス

  • pocketsphinx
  • pocketsphinx_batch
  • pocketsphinx_jsgf2fsg
  • pocketsphinx_lm_convert
  • pocketsphinx_lm_eval
  • pocketsphinx_mdef_convert
  • pocketsphinx_pitch

履歴

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

PocketSphinx is a compact open source speech recognizer from the CMU Sphinx family, distributed as a C library, command-line tools, and Python package.

プロジェクトの歴史

The official README describes PocketSphinx as one of Carnegie Mellon University's open source large-vocabulary, speaker-independent continuous speech recognition engines. It also explains that the underlying algorithms and models are old but remain useful because they are compact and efficient.

The README traces lineage to Sphinx-II and older CMU systems released as free software, and credits David Huggins-Daines with creating PocketSphinx by adding speed and memory optimizations, fixed-point computation, JSGF support, portability, and a more coherent API.

採用の歴史

PocketSphinx's adoption came from being usable offline and on constrained systems long before cloud speech APIs were routine. The input package facts show packaging across Homebrew, Debian/Ubuntu GStreamer integration, Fedora, MacPorts, Nix, Scoop, and openSUSE, while the official Python docs document `pip install pocketsphinx`.

使われ方

The official README documents a `pocketsphinx` command that reads mono 16-bit PCM audio from standard input or files and outputs recognition results, along with subcommands for live recognition, single-utterance recognition, alignment, configuration, and sox integration. The Read the Docs site documents Python usage with `LiveSpeech`.

パッケージ好きにとっての重要性

PocketSphinx is package-nerd significant because it packages a historically important offline speech recognizer across C, CLI, Python, audio I/O, models, and GStreamer-style integration. Its modern 5.x line also removed SphinxBase as a separate dependency, simplifying one of the classic packaging pain points.

タイムライン

  • 2014-04: Current GitHub repository created.
  • 2022-10: v5.0.0 release published.
  • 2023-12: v5.0.3 release published.
  • 2025-01: v5.0.4 release published.
  • 2026-06: v5.1.1 release published.

Related projects

  • PocketSphinx is part of the CMU Sphinx family and is related to Sphinx-II, older CMU speech-recognition systems, GStreamer packaging, Read the Docs Python bindings, and audio tools such as sox and PortAudio.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
pocketsphinx実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_batch実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_jsgf2fsg実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_lm_convert実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_lm_eval実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_mdef_convert実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
pocketsphinx_pitch実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版5.1.1
マネージャ更新日2026-06-06
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cmu-pocketsphinx
バージョン5.1.1
パッケージマネージャHomebrew
ホームページhttps://cmusphinx.github.io/
リポジトリhttps://github.com/cmusphinx/pocketsphinx
最終更新2026-06-06T20:42:29Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

MacPorts94%

pocketsphinx

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

gstreamer1.0-pocketsphinx 0.8+5prealpha+1-15+b4

Speech recognition tool - GStreamer plugin

http://cmusphinx.sourceforge.net/

sudo apt install gstreamer1.0-pocketsphinx
  • Section: sound
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 5 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gstreamer1.0-pocketsphinx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libpocketsphinx-dev 0.8+5prealpha+1-15+b4

Speech recognition tool - front-end library development files

http://cmusphinx.sourceforge.net/

sudo apt install libpocketsphinx-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpocketsphinx-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libpocketsphinx3 0.8+5prealpha+1-15+b4

Speech recognition tool - front-end library

http://cmusphinx.sourceforge.net/

sudo apt install libpocketsphinx3
  • Section: libs
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 2 依存関係
  • 1 任意依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpocketsphinx3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

pocketsphinx 0.8+5prealpha+1-15+b4

Speech recognition tool

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx
  • Section: sound
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pocketsphinx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

pocketsphinx-en-us 0.8+5prealpha+1-15

Speech recognition tool - US English language model

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx-en-us
  • Section: sound
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pocketsphinx-en-us from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

pocketsphinx-testdata 0.8+5prealpha+1-15

Speech recognition tool - test data for pocketsphinx

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx-testdata
  • Section: libdevel
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pocketsphinx-testdata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

swig-pocketsphinx 0.8+5prealpha+1-15

Speech recognition tool - pocketsphinx swig helpers

http://cmusphinx.sourceforge.net/

sudo apt install swig-pocketsphinx
  • Section: interpreters
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: swig-pocketsphinx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

pocketsphinx

nix profile install nixpkgs#pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/po/pocketsphinx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

gstreamer1.0-pocketsphinx 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - GStreamer plugin

http://cmusphinx.sourceforge.net/

sudo apt install gstreamer1.0-pocketsphinx
  • Section: universe/sound
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 5 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gstreamer1.0-pocketsphinx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libpocketsphinx-dev 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - front-end library development files

http://cmusphinx.sourceforge.net/

sudo apt install libpocketsphinx-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpocketsphinx-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libpocketsphinx3 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - front-end library

http://cmusphinx.sourceforge.net/

sudo apt install libpocketsphinx3
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: pocketsphinx
  • 2 依存関係
  • 1 任意依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpocketsphinx3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

pocketsphinx 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx
  • Section: universe/sound
  • Architecture: amd64
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pocketsphinx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

pocketsphinx-en-us 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - US English language model

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx-en-us
  • Section: universe/sound
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pocketsphinx-en-us from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

pocketsphinx-testdata 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - test data for pocketsphinx

http://cmusphinx.sourceforge.net/

sudo apt install pocketsphinx-testdata
  • Section: universe/libdevel
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pocketsphinx-testdata from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

swig-pocketsphinx 0.8.0+real5prealpha+1-15ubuntu5

Speech recognition tool - pocketsphinx swig helpers

http://cmusphinx.sourceforge.net/

sudo apt install swig-pocketsphinx
  • Section: universe/interpreters
  • Architecture: all
  • Source Package: pocketsphinx
  • installed executable or alias match
  • 一致条件: Pocketsphinx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: swig-pocketsphinx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

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

使用ソース

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