macOS
brew install couchdblocal Homebrew formula metadata
sudo port install couchdbMacPorts ports tree · databases/couchdb/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.