macOS
brew install couchdblocal Homebrew formula metadata
sudo port install couchdbMacPorts ports tree · databases/couchdb/Portfile · ソース: api.github.com
brew
couchdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install couchdblocal Homebrew formula metadata
sudo port install couchdbMacPorts ports tree · databases/couchdb/Portfile · ソース: api.github.com
sudo pacman -S couchdbArch Linux sync databases · couchdb · ソース: geo.mirror.pkgbuild.com
概要
Apache CouchDB database server
履歴
Apache CouchDB is an Apache document database built around JSON documents, an HTTP API, replication, and offline-first synchronization patterns.
The Apache CouchDB site presents the database as a system for multi-primary synchronization, HTTP/JSON access, and reliability from single-node deployments to clustered installations.
The Apache GitHub repository records the modern source location for the project, with the mirror created in 2009 and active development continuing through the 3.x series.
CouchDB became significant in the NoSQL era because its HTTP API and replication model made it usable directly by web, mobile, and synchronization-oriented applications. The official site points to user stories centered on replication, offline use, and reliability.
The Couch Replication Protocol is implemented by multiple projects and products, making CouchDB relevant beyond the server package itself.
Administrators run CouchDB as a database server and interact with it over HTTP, through cURL, client libraries, Fauxton, and bundled command-line tools such as `couchdb`, `remsh`, and `weatherreport`.
Configuration is layered through `default.ini`, `default.d`, `local.ini`, and `local.d`, with administrator credentials stored in the `[admins]` section of the loaded ini files rather than in the `_users` database.
For package maintainers, CouchDB is more than a single executable: packaging has to account for an Erlang-based service, layered ini configuration, administrator bootstrap, local data/state directories, and platform-specific macOS application paths.
セキュリティ状態
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.
Applications/Apache CouchDB.app/Contents/Resources/couchdbx-core/etc/Users/<your-user>/Library/Application Support/CouchDB2/etc/couchdb/Users/<your-user>/Library/Preferences/couchdb2-local.inietc/default.inietc/default.d/*.inietc/local.inietc/local.d/*.iniCredential-bearing paths to review before unattended agent runs.
/Users/<your-user>/Library/Application Support/CouchDB2/etc/couchdb/Users/<your-user>/Library/Preferences/couchdb2-local.inietc/local.inietc/local.d/*.ini/opt/couchdb/etc/local.ini/opt/couchdb/etc/local.d/10-admins.ini実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
couchdb | cli | グローバル実行可能ファイル | |
remsh | cli | グローバル実行可能ファイル | |
weatherreport | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:couchdb |
|---|---|
| バージョン | 3.5.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/couchdb |
| ホームページ | https://couchdb.apache.org/ |
| リポジトリ | https://github.com/apache/couchdb |
| 上流ドキュメント | https://docs.couchdb.org/en/stable |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://www.apache.org/dyn/closer.lua?path=couchdb/source/3.5.2/apache-couchdb-3.5.2.tar.gz |
| 最終更新 | 2026-05-20T14:53:57-04:00 |
| Pulse | updated |
| 依存関係 | icu4c@78, openssl@3 |
| ビルド依存関係 | autoconf, autoconf-archive, automake, erlang@28, libtool, pkgconf |
| macOS 提供ライブラリ | ncurses |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | CouchDB 3.x requires a set admin password set before startup. Add one to your $HOMEBREW_PREFIX/etc/local.ini before starting CouchDB e.g.: [admins] admin = youradminpassword |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | couchdb |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
couchdb 3.5.2-1
Document-oriented database that can be queried and indexed in a MapReduce fashion using JSON
sudo pacman -S couchdbcouchdb
sudo port install couchdbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.