macOS
brew install opensearchlocal Homebrew formula metadata
brew
opensearch のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install opensearchlocal Homebrew formula metadata
nix profile install nixpkgs#opensearchnixpkgs package indexes · pkgs/by-name/op/opensearch/package.nix · ソース: api.github.com
sudo pacman -S opensearchArch Linux sync databases · opensearch · ソース: geo.mirror.pkgbuild.com
sudo apt install libopensearch-javaUbuntu 24.04 LTS package indexes · libopensearch-java · ソース: archive.ubuntu.com
概要
Open source distributed and RESTful search engine
履歴
OpenSearch is an Apache-2.0 distributed search and analytics engine based on Apache Lucene. It indexes and queries text, logs, metrics, traces, vectors, and operational data, and it forms the engine side of the OpenSearch suite together with OpenSearch Dashboards.
AWS announced OpenSearch in April 2021 as a community-driven open source fork of Elasticsearch and Kibana, derived from Elasticsearch 7.10.2 and Kibana 7.10.2. The project also became the home for features from Open Distro for Elasticsearch, including security, alerting, machine learning, SQL, index state management, and related functionality.
The public fork work began before announcement. OpenSearch maintainers said they started preparing the codebase for public release on January 21, 2021, migrated 7.10 branch history for attribution, and removed code incompatible with Apache License 2.0.
OpenSearch 1.0 reached general availability in July 2021 as the first production-ready release. In September 2024, AWS transferred OpenSearch into the OpenSearch Software Foundation under the Linux Foundation, a governance change intended to support vendor-neutral collaboration around search, analytics, observability, and vector database software.
OpenSearch attracted early public support from organizations that depended on Apache-licensed Elasticsearch-compatible software, including Red Hat, SAP, Capital One, and Logz.io in the launch announcement. The project later gained a Linux Foundation home with premier members including AWS, SAP, and Uber.
Managed service adoption is an important part of the project's footprint. Amazon OpenSearch Service provides hosted OpenSearch clusters and supports OpenSearch plus legacy Elasticsearch OSS up to 7.10, making the open source package and the cloud service part of the same migration story for many operators.
Developers and operators run OpenSearch clusters for full-text search, log analytics, observability, security analytics, application search, and vector or hybrid retrieval workloads. The official getting-started documentation describes OpenSearch as a distributed search and analytics engine based on Apache Lucene, with fielded search, multi-index search, scoring, sorting, and aggregations.
The Homebrew package exposes the server plus administrative helpers such as `opensearch-plugin`, `opensearch-keystore`, and `opensearch-shard`. In practice that means a local package install can run a development node, test plugins, manage secure settings, or inspect shard-level data without a full managed service.
OpenSearch is package-nerd catnip because it is a fork where packaging, licensing, compatibility, and ecosystem governance are inseparable. The formula ships a JVM search server, plugin interface, config tree, and operational commands whose version must align with Dashboards and client libraries.
Its upgrade paths from Elasticsearch OSS and Open Distro make it a live example of package lineage: one dependency graph, one API surface, and one file-format ecosystem had to be carried across a fork while preserving operator trust.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/opensearch/opensearch.yml/usr/share/opensearch/config/opensearch.yml/path/to/opensearch-3.7.0/config/opensearch.yml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
opensearch | cli | グローバル実行可能ファイル | |
opensearch-keystore | cli | グローバル実行可能ファイル | |
opensearch-plugin | cli | グローバル実行可能ファイル | |
opensearch-shard | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/opensearch-project/OpenSearch
インストールメタデータ
| パッケージキー | brew:opensearch |
|---|---|
| バージョン | 3.7.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/opensearch |
| ホームページ | https://github.com/opensearch-project/OpenSearch |
| リポジトリ | https://github.com/opensearch-project/OpenSearch |
| 上流ドキュメント | https://docs.opensearch.org/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/opensearch-project/OpenSearch.git |
| 最終更新 | 2026-06-22T14:05:44-07:00 |
| Pulse | updated |
| 依存関係 | openjdk@25 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 定義済み |
| サービス | declared |
| 注意点 | Data: $HOMEBREW_PREFIX/var/lib/opensearch/ Logs: $HOMEBREW_PREFIX/var/log/opensearch/opensearch_homebrew.log Plugins: $HOMEBREW_PREFIX/var/opensearch/plugins/ Config: $HOMEBREW_PREFIX/etc/opensearch/ |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | opensearch |
| 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 パッケージリンクとは分けて表示されます。
opensearch
nix profile install nixpkgs#opensearchlibopensearch-java 2.4.1+dfsg-2
text search engine library
sudo apt install libopensearch-javaopensearch 3.6.0-3
Open source distributed and RESTful search engine
https://docs.opensearch.org/latest/about/
sudo pacman -S opensearchソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.