macOS
brew install mecablocal Homebrew formula metadata
sudo port install mecabMacPorts ports tree · textproc/mecab/Portfile · ソース: api.github.com
brew
mecab のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install mecablocal Homebrew formula metadata
sudo port install mecabMacPorts ports tree · textproc/mecab/Portfile · ソース: api.github.com
sudo apt install mecabDebian stable package indexes · mecab · ソース: deb.debian.org
sudo dnf install mecabFedora Rawhide package metadata · mecab · ソース: dl.fedoraproject.org
nix profile install nixpkgs#mecabnixpkgs package indexes · pkgs/by-name/me/mecab/package.nix · ソース: api.github.com
概要
Yet another part-of-speech and morphological analyzer
履歴
MeCab is a Japanese part-of-speech and morphological analyzer. The official documentation describes it as an open-source engine developed through the Kyoto University Graduate School of Informatics and NTT Communication Science Laboratories joint research unit project.
MeCab was designed to be independent of language, dictionary, and corpus, using Conditional Random Fields for parameter estimation. Its documentation contrasts this with ChaSen's hidden Markov model and states that MeCab is faster on average than ChaSen, Juman, and KAKASI.
The release history in the official documentation starts with MeCab 0.90 as the initial release on 2006-03-26. Version 0.93 in July 2006 changed the license to a GPL, LGPL, or BSD triple-license model, and later releases added faster dictionary compilation, HMM training support, partial parsing APIs, retraining, and user dictionary cost estimation.
Official downloads separate the engine from dictionaries such as IPA, Juman, and UniDic, and list bindings for Perl, Ruby, Python, and Java. The input package facts show broad package-manager coverage across Homebrew, Debian, Ubuntu, Fedora, MacPorts, and Nix, reflecting MeCab's long-lived role as infrastructure for Japanese NLP.
The docs cover direct parsing, wakati output, output-format customization, character-set changes, N-best output, adding words, dictionary format details, unknown-word handling, partial parsing, soft-wakati output, the C/C++ library interface, and script-language bindings. The command-line tools `mecab` and `mecab-config` expose those capabilities to packages and build scripts.
MeCab is a classic package-manager NLP dependency: small native engine, separate dictionaries, command-line interface, C/C++ library, and bindings. It is especially important because many downstream Japanese text tools depend on the stable `mecab` executable and dictionary layout rather than embedding an analyzer.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
mecab | cli | グローバル実行可能ファイル | |
mecab-config | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://taku910.github.io/mecab/
インストールメタデータ
| パッケージキー | brew:mecab |
|---|---|
| バージョン | 0.996 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mecab |
| ホームページ | https://taku910.github.io/mecab/ |
| リポジトリ | https://github.com/taku910/mecab |
| 上流ドキュメント | https://taku910.github.io/mecab |
| ライセンス | GPL-2.0-only OR LGPL-2.1-only OR BSD-3-Clause |
| ソースアーカイブ | https://deb.debian.org/debian/pool/main/m/mecab/mecab_0.996.orig.tar.gz |
| 最終更新 | 2026-06-16T20:46:20Z |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mecab |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libmecab-dev 0.996-15.1+b6
Header files of Mecab
https://taku910.github.io/mecab/
sudo apt install libmecab-devlibmecab-java 0.996-15.1
mecab binding for Java - java classes
https://taku910.github.io/mecab/
sudo apt install libmecab-javalibmecab-jni 0.996-15.1+b6
mecab binding for Java - native interface
https://taku910.github.io/mecab/
sudo apt install libmecab-jnilibmecab-perl 0.996-15.1+b6
Mecab binding for Perl
https://taku910.github.io/mecab/
sudo apt install libmecab-perllibmecab2 0.996-15.1+b6
Libraries of Mecab
https://taku910.github.io/mecab/
sudo apt install libmecab2mecab 0.996-15.1+b6
Japanese morphological analysis system
https://taku910.github.io/mecab/
sudo apt install mecabmecab-utils 0.996-15.1+b6
Support programs of Mecab
https://taku910.github.io/mecab/
sudo apt install mecab-utilspython3-mecab 0.996-15.1+b6
Mecab binding for Python3
https://taku910.github.io/mecab/
sudo apt install python3-mecabruby-mecab 0.996-15.1+b6
Mecab binding for Ruby language
https://taku910.github.io/mecab/
sudo apt install ruby-mecabmecab
nix profile install nixpkgs#mecablibmecab-dev 0.996-14ubuntu4
Header files of Mecab
https://taku910.github.io/mecab/
sudo apt install libmecab-devlibmecab-java 0.996-14ubuntu4
mecab binding for Java - java classes
https://taku910.github.io/mecab/
sudo apt install libmecab-javalibmecab-jni 0.996-14ubuntu4
mecab binding for Java - native interface
https://taku910.github.io/mecab/
sudo apt install libmecab-jnilibmecab-perl 0.996-14ubuntu4
Mecab binding for Perl
https://taku910.github.io/mecab/
sudo apt install libmecab-perllibmecab2 0.996-14ubuntu4
Libraries of Mecab
https://taku910.github.io/mecab/
sudo apt install libmecab2mecab 0.996-14ubuntu4
Japanese morphological analysis system
https://taku910.github.io/mecab/
sudo apt install mecabソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.