macOS
brew install mecablocal Homebrew formula metadata
sudo port install mecabMacPorts ports tree · textproc/mecab/Portfile · source: api.github.com
brew
Yet another part-of-speech and morphological analyzer. Version 0.996 via Homebrew; verified 2026-06-16.
install
brew install mecablocal Homebrew formula metadata
sudo port install mecabMacPorts ports tree · textproc/mecab/Portfile · source: api.github.com
sudo apt install libmecab-devDebian stable package indexes · libmecab-dev · source: deb.debian.org
sudo dnf install mecabFedora Rawhide package metadata · mecab · source: dl.fedoraproject.org
nix profile install nixpkgs#mecabnixpkgs package indexes · pkgs/by-name/me/mecab/package.nix · source: api.github.com
overview
Yet another part-of-speech and morphological analyzer
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mecab | cli | global executable | |
mecab-config | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://taku910.github.io/mecab/
install metadata
| Package key | brew:mecab |
|---|---|
| Version | 0.996 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mecab |
| Homepage | https://taku910.github.io/mecab/ |
| Repository | https://github.com/taku910/mecab |
| Upstream docs | https://taku910.github.io/mecab |
| License | GPL-2.0-only OR LGPL-2.1-only OR BSD-3-Clause |
| Source archive | https://deb.debian.org/debian/pool/main/m/mecab/mecab_0.996.orig.tar.gz |
| Last updated | 2026-06-16T20:46:20Z |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 mecabsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.