macOS
brew install marisalocal Homebrew formula metadata
brew
marisa のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install marisalocal Homebrew formula metadata
sudo apt install marisaDebian stable package indexes · marisa · ソース: deb.debian.org
sudo dnf install marisaFedora Rawhide package metadata · marisa · ソース: dl.fedoraproject.org
nix profile install nixpkgs#marisanixpkgs package indexes · pkgs/by-name/ma/marisa/package.nix · ソース: api.github.com
sudo pacman -S marisaArch Linux sync databases · marisa · ソース: geo.mirror.pkgbuild.com
sudo zypper install marisaopenSUSE Tumbleweed package metadata · marisa · ソース: download.opensuse.org
概要
Matching Algorithm with Recursively Implemented StorAge
履歴
MARISA is a compact static trie implementation whose name expands to Matching Algorithm with Recursively Implemented StorAge. The Homebrew package exposes libmarisa and its dictionary-building/search command-line tools rather than an end-user application.
The official repository describes MARISA as a static, space-efficient trie data structure and libmarisa as the C++ implementation. Its README emphasizes dictionary operations such as lookup, reverse lookup, common-prefix search, and predictive search, and compares the MARISA trie favorably against other trie implementations on an English Wikipedia title dataset.
The current GitHub repository was created in 2016 and still publishes source and binary-oriented build instructions with CMake. The project has continued with modern releases, including v0.3.1 in July 2025, after earlier 0.2.x and 0.3.x tags.
MARISA entered package-manager culture as a small native library plus utilities: the supplied Homebrew facts list packages in Homebrew, Debian/Ubuntu, Fedora, Nix, Arch, and openSUSE families. Its adoption is strongest where compact dictionaries and prefix search matter more than a standalone user interface.
The GitHub project has hundreds of stars and forks, indicating a modest but durable user base for a specialized data-structure library.
Typical CLI usage is to build a MARISA-based dictionary with marisa-build and inspect or query it with tools such as marisa-lookup, marisa-reverse-lookup, marisa-common-prefix-search, and marisa-predictive-search. Library users embed libmarisa when they need static dictionaries with compact storage and fast lookup behavior.
MARISA is the kind of formula package maintainers keep around because other software can depend on it quietly. It is not a broad Markdown-style tool; it is a compact C++ library with testable command-line utilities, a permissive/copyleft dual license, and cross-distro packaging.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
marisa-benchmark | cli | グローバル実行可能ファイル | |
marisa-build | cli | グローバル実行可能ファイル | |
marisa-common-prefix-search | cli | グローバル実行可能ファイル | |
marisa-dump | cli | グローバル実行可能ファイル | |
marisa-lookup | cli | グローバル実行可能ファイル | |
marisa-predictive-search | cli | グローバル実行可能ファイル | |
marisa-reverse-lookup | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/s-yata/marisa-trie
インストールメタデータ
| パッケージキー | brew:marisa |
|---|---|
| バージョン | 0.3.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/marisa |
| ホームページ | https://github.com/s-yata/marisa-trie |
| リポジトリ | https://github.com/s-yata/marisa-trie |
| 上流ドキュメント | https://github.com/s-yata/marisa-trie#readme |
| ライセンス | BSD-2-Clause OR LGPL-2.1-or-later |
| ソースアーカイブ | https://github.com/s-yata/marisa-trie/archive/refs/tags/v0.3.1.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | marisa |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libmarisa-dev 0.2.6-19
development files for libmarisa
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa-devlibmarisa-perl 0.2.6-19
Perl bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa-perllibmarisa0 0.2.6-19
C++ library to provide an implementation of MARISA
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa0marisa 0.2.6-19
command line tools for libmarisa
https://github.com/s-yata/marisa-trie
sudo apt install marisapython3-marisa 0.2.6-19
Python3 bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install python3-marisaruby-marisa 0.2.6-19
Ruby bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install ruby-marisamarisa
nix profile install nixpkgs#marisalibmarisa-dev 0.2.6-14ubuntu4
development files for libmarisa
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa-devlibmarisa-perl 0.2.6-14ubuntu4
Perl bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa-perllibmarisa0 0.2.6-14ubuntu4
C++ library to provide an implementation of MARISA
https://github.com/s-yata/marisa-trie
sudo apt install libmarisa0marisa 0.2.6-14ubuntu4
command line tools for libmarisa
https://github.com/s-yata/marisa-trie
sudo apt install marisapython3-marisa 0.2.6-14ubuntu4
Python3 bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install python3-marisaruby-marisa 0.2.6-14ubuntu4
Ruby bindings for MARISA
https://github.com/s-yata/marisa-trie
sudo apt install ruby-marisamarisa 0.3.0-8.fc45
Static and spece-efficient trie data structure library
https://github.com/s-yata/marisa-trie
sudo dnf install marisamarisa-devel 0.3.0-8.fc45
Development files for marisa
https://github.com/s-yata/marisa-trie
sudo dnf install marisa-develmarisa-perl 0.3.0-8.fc45
Perl language binding for marisa
https://github.com/s-yata/marisa-trie
sudo dnf install marisa-perlソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.