macOS
brew install marisalocal Homebrew formula metadata
brew
Matching Algorithm with Recursively Implemented StorAge. Version 0.3.1 via Homebrew; verified from local package data.
install
brew install marisalocal Homebrew formula metadata
sudo apt install libmarisa-devDebian stable package indexes · libmarisa-dev · source: deb.debian.org
sudo dnf install marisaFedora Rawhide package metadata · marisa · source: dl.fedoraproject.org
nix profile install nixpkgs#marisanixpkgs package indexes · pkgs/by-name/ma/marisa/package.nix · source: api.github.com
sudo pacman -S marisaArch Linux sync databases · marisa · source: geo.mirror.pkgbuild.com
sudo zypper install libmarisa0openSUSE Tumbleweed package metadata · libmarisa0 · source: download.opensuse.org
overview
Matching Algorithm with Recursively Implemented StorAge
history
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.
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 |
|---|---|---|---|
marisa-benchmark | cli | global executable | |
marisa-build | cli | global executable | |
marisa-common-prefix-search | cli | global executable | |
marisa-dump | cli | global executable | |
marisa-lookup | cli | global executable | |
marisa-predictive-search | cli | global executable | |
marisa-reverse-lookup | 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://github.com/s-yata/marisa-trie
install metadata
| Package key | brew:marisa |
|---|---|
| Version | 0.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/marisa |
| Homepage | https://github.com/s-yata/marisa-trie |
| Repository | https://github.com/s-yata/marisa-trie |
| Upstream docs | https://github.com/s-yata/marisa-trie#readme |
| License | BSD-2-Clause OR LGPL-2.1-or-later |
| Source archive | https://github.com/s-yata/marisa-trie/archive/refs/tags/v0.3.1.tar.gz |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-perlsource 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.