macOS
brew install couchdblocal Homebrew formula metadata
sudo port install couchdbMacPorts ports tree · databases/couchdb/Portfile · source: api.github.com
brew
Apache CouchDB database server. Version 3.5.2 via Homebrew; verified 2026-05-20.
install
brew install couchdblocal Homebrew formula metadata
sudo port install couchdbMacPorts ports tree · databases/couchdb/Portfile · source: api.github.com
sudo pacman -S couchdbArch Linux sync databases · couchdb · source: geo.mirror.pkgbuild.com
overview
Apache CouchDB database server
history
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.iniexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
couchdb | cli | global executable | |
remsh | cli | global executable | |
weatherreport | 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.
install metadata
| Package key | brew:couchdb |
|---|---|
| Version | 3.5.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/couchdb |
| Homepage | https://couchdb.apache.org/ |
| Repository | https://github.com/apache/couchdb |
| Upstream docs | https://docs.couchdb.org/en/stable |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=couchdb/source/3.5.2/apache-couchdb-3.5.2.tar.gz |
| Last updated | 2026-05-20T14:53:57-04:00 |
| Pulse | updated |
| Dependencies | icu4c@78, openssl@3 |
| Build dependencies | autoconf, autoconf-archive, automake, erlang@28, libtool, pkgconf |
| Uses from macOS | ncurses |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | 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 |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 couchdbsource 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.