macOS
brew install groongalocal Homebrew formula metadata
sudo port install groongaMacPorts ports tree · databases/groonga/Portfile · 来源: api.github.com
安装
brew install groongalocal Homebrew formula metadata
sudo port install groongaMacPorts ports tree · databases/groonga/Portfile · 来源: api.github.com
sudo apt install groongaDebian stable package indexes · groonga · 来源: deb.debian.org
sudo dnf install groongaFedora Rawhide package metadata · groonga · 来源: dl.fedoraproject.org
nix profile install nixpkgs#groonganixpkgs package indexes · pkgs/by-name/gr/groonga/package.nix · 来源: api.github.com
概览
Fulltext search engine and column store
历史
Groonga is an open source full-text search engine and column-oriented DBMS packaged for command-line and server use. In package-manager terms it sits in an unusual but useful space: it is both a standalone search/database executable and the C library foundation for language bindings and storage-engine integrations.
The project is especially significant for Japanese and multilingual search because its design combines inverted indexes, instant updates, n-gram and word tokenizers, read-lock-free reads, geo search, and column-store aggregation in one embeddable engine.
Groonga grew out of the Senna search-engine lineage. The Groonga news archive records a 'Senna -> groonga' transition on 2009-01-14, followed by 0.x releases in 2010 and the Groonga 1.0.0 release on 2010-08-29.
The 2.0.0 release announcement in 2012 framed the major-version bump as a signal that Groonga had become practical enough for wider use after steady feature additions and bug fixes. From that point the project kept a long-running monthly-ish release culture, visible in the official news archive across the 2.x through later numbered series.
The core documentation describes Groonga as both a fast full-text search engine based on inverted indexes and a column-oriented DBMS. It exposes basic functionality as a C library, provides a server command, and is used by related projects as a library, a server, or a storage engine.
Groonga adoption spread through integrations rather than only through the standalone executable. The official related-projects page lists Mroonga for MySQL, PGroonga for PostgreSQL, Rroonga for Ruby, Nroonga for Node.js, Perl/PHP/Haskell/GObject bindings, client libraries, server utilities, and command-line helpers.
The official users page documents production-style uses such as PatentField using Groonga and Mroonga for full-text search, drilldown search, near search, snippets, and column-store features over large patent data, plus smaller web and command-line tools using Rroonga, Mroonga, and other bindings.
For package ecosystems, Groonga matters because the same engine appears as a direct package, a dependency of database extensions, and a dependency of language bindings. Installing the formula can support standalone experiments, local indexing tools, or native dependencies for higher-level search stacks.
The Homebrew package installs the `groonga` command and related tooling. Users can create and query Groonga databases directly, run the built-in server, or use the C library and protocol endpoints through bindings and clients.
Groonga is commonly chosen when an application needs immediate index updates, concurrent reads while updating, multilingual tokenization choices, drilldown/aggregation, or geo search without handing all data to a separate general-purpose search cluster.
The project has no general user credential file in the official package-level curation. Configuration is more database/server specific than a single dotfile convention, so this batch leaves config and credentials locations null.
Groonga is package-nerd interesting because it is a native C search engine with a broad integration surface: command-line executable, embeddable library, database storage-engine base, PostgreSQL extension base, and language-binding target.
Its release cadence and source-package archive make it visible in Unix packaging culture: distributors can package the core engine once, then layer Mroonga, PGroonga, Rroonga, and other related packages on top.
It also represents a non-English-first search problem space in package indexes. Tokenizers, MeCab integration, n-gram behavior, and Japanese/Chinese-friendly search are not add-ons; they are central to why the package exists.
安全态势
没有找到 groonga 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
groonga | cli | 全局可执行文件 | |
groonga-suggest-create-dataset | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/groonga/groonga
安装元数据
| 软件包键 | brew:groonga |
|---|---|
| 版本 | 16.0.8 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/groonga |
| 主页 | https://groonga.org/ |
| 仓库 | https://github.com/groonga/groonga |
| 上游文档 | https://groonga.org/docs |
| 许可证 | LGPL-2.1-or-later |
| 源码归档 | https://github.com/groonga/groonga/releases/download/v16.0.8/groonga-16.0.8.tar.gz |
| 最后更新 | 2026-07-14T06:50:51Z |
| Pulse | updated |
| 依赖 | lz4, mecab, mecab-ipadic, msgpack, onigmo, simdjson, zstd |
| 构建依赖 | cmake, pkgconf |
| macOS 提供的库 | libedit |
| 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 | groonga |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
groonga 15.0.4+dfsg-2
Fulltext search engine (metapackage for library use)
sudo apt install groongagroonga-bin 15.0.4+dfsg-2
Commands for Groonga
sudo apt install groonga-bingroonga-doc 15.0.4+dfsg-2
Documentation of Groonga
sudo apt install groonga-docgroonga-examples 15.0.4+dfsg-2
Examples of Groonga
sudo apt install groonga-examplesgroonga-munin-plugins 15.0.4+dfsg-2
munin-node plugins for Groonga
sudo apt install groonga-munin-pluginsgroonga-plugin-suggest 15.0.4+dfsg-2
Suggest plugin for Groonga
sudo apt install groonga-plugin-suggestgroonga-server-common 15.0.4+dfsg-2
Fulltext search engine (metapackage for server use)
sudo apt install groonga-server-commongroonga-server-gqtp 15.0.4+dfsg-2
Fulltext search engine (metapackage for GQTP server use)
sudo apt install groonga-server-gqtpgroonga-server-http 15.0.4+dfsg-2
Fulltext search engine (metapackage for HTTP server use)
sudo apt install groonga-server-httpgroonga-token-filter-stem 15.0.4+dfsg-2
Stemming token filter for Groonga
sudo apt install groonga-token-filter-stemgroonga-tokenizer-mecab 15.0.4+dfsg-2
MeCab tokenizer for Groonga
sudo apt install groonga-tokenizer-mecablibgroonga-dev 15.0.4+dfsg-2
Development files to use Groonga as a library
sudo apt install libgroonga-devlibgroonga0t64 15.0.4+dfsg-2
Library files for Groonga
sudo apt install libgroonga0t64groonga
nix profile install nixpkgs#groongagroonga 13.1.1+dfsg-1.1build2
Fulltext search engine (metapackage for library use)
sudo apt install groongagroonga-bin 13.1.1+dfsg-1.1build2
Commands for Groonga
sudo apt install groonga-bin来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.