macOS
brew install libcouchbaselocal Homebrew formula metadata
brew / rank 6841
C library for Couchbase. Version 3.3.19 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#libcouchbase.
install
brew install libcouchbaselocal Homebrew formula metadata
sudo apk add libcouchbaseAlpine Linux edge package indexes · libcouchbase · source: dl-cdn.alpinelinux.org
sudo dnf install libcouchbaseFedora Rawhide package metadata · libcouchbase · source: dl.fedoraproject.org
nix profile install nixpkgs#libcouchbasenixpkgs package indexes · pkgs/by-name/li/libcouchbase/package.nix · source: api.github.com
overview
C library for Couchbase
history
libcouchbase is the Couchbase C SDK and low-level C client library. It speaks Couchbase cluster protocols, provides synchronous and asynchronous APIs, and ships the `cbc` command family for administration, diagnostics, data access, and benchmarking.
The Couchbase repository describes libcouchbase as the C client library for Couchbase, responsible for connecting to a cluster and executing data operations. Its README also shows the library's long-standing cross-platform shape: Linux, OS X/macOS, and Windows support, with asynchronous integrations for libuv, libev, libevent, select, and Windows IOCP.
Couchbase documentation treats libcouchbase as both the C SDK and as infrastructure for other SDKs. The getting-started guide states that older versions of the Node.js, PHP, and Python SDKs used libcouchbase to communicate with Couchbase Server.
Adoption came from two directions: direct C applications using Couchbase, and language SDKs or extensions that used the C client underneath. Couchbase's package documentation lists apt and yum repositories, Homebrew installation, Windows archives, and source builds, which made the library a normal dependency in both server deployments and developer workstations.
Developers link against the C SDK for key-value, query, management, and cluster operations, while operators and package users often meet libcouchbase through the `cbc-*` tools. The official docs point to `cbc` and `cbc-pillowfight` as examples, and Homebrew exposes a large set of `cbc-` utilities.
libcouchbase is interesting to package nerds because it is not just a leaf CLI: it is a database client ABI, a tool bundle, and historically a foundation for higher-level Couchbase SDKs. Packaging it correctly means caring about TLS, event-loop backends, server compatibility, and command-line tools in one formula.
security posture
No matching local secret-handling manifest was found for libcouchbase. Package metadata is still published here so future coverage has a stable package URL.
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.
~/.cbcrcCredential-bearing paths to review before unattended agent runs.
~/.cbcrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cbc-admin | cli | global executable | |
cbc-bucket-create | cli | global executable | |
cbc-bucket-delete | cli | global executable | |
cbc-bucket-flush | cli | global executable | |
cbc-bucket-list | cli | global executable | |
cbc-cat | cli | global executable | |
cbc-collection-id | cli | global executable | |
cbc-collection-manifest | cli | global executable | |
cbc-connstr | cli | global executable | |
cbc-create | cli | global executable | |
cbc-decr | cli | global executable | |
cbc-gen | cli | global executable | |
cbc-hash | cli | global executable | |
cbc-incr | cli | global executable | |
cbc-keygen | cli | global executable | |
cbc-lock | cli | global executable | |
cbc-mcversion | cli | global executable | |
cbc-n1ql | cli | global executable | |
cbc-n1qlback | cli | global executable | |
cbc-observe | cli | global executable | |
cbc-observe-seqno | cli | global executable | |
cbc-pillowfight | cli | global executable | |
cbc-ping | cli | global executable | |
cbc-proxy | cli | global executable | |
cbc-rm | cli | global executable | |
cbc-role-list | cli | global executable | |
cbc-stats | cli | global executable | |
cbc-strerror | cli | global executable | |
cbc-subdoc | cli | global executable | |
cbc-touch | cli | global executable | |
cbc-unlock | cli | global executable | |
cbc-user-delete | cli | global executable | |
cbc-user-list | cli | global executable | |
cbc-user-upsert | cli | global executable | |
cbc-verbosity | cli | global executable | |
cbc-version | cli | global executable | |
cbc-view | cli | global executable | |
cbc-watch | cli | global executable | |
cbc-write-config | 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.
https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html
install metadata
| Package key | brew:libcouchbase |
|---|---|
| Version | 3.3.19 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libcouchbase |
| Homepage | https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html |
| Repository | https://github.com/couchbase/libcouchbase |
| Upstream docs | https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html |
| License | Apache-2.0 |
| Source archive | https://packages.couchbase.com/clients/c/libcouchbase-3.3.19.tar.gz |
| Dependencies | libev, libevent, libuv, openssl@3 |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libcouchbase |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
libcouchbase
nix profile install nixpkgs#libcouchbaselibcouchbase 3.3.18-r0
C client library for Couchbase
https://developer.couchbase.com/community
sudo apk add libcouchbaselibcouchbase-dev 3.3.18-r0
C client library for Couchbase (development files)
https://developer.couchbase.com/community
sudo apk add libcouchbase-devlibcouchbase-doc 3.3.18-r0
C client library for Couchbase (documentation)
https://developer.couchbase.com/community
sudo apk add libcouchbase-doclibcouchbase-libev 3.3.18-r0
C client library for Couchbase (libev backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libevlibcouchbase-libevent 3.3.18-r0
C client library for Couchbase (libevent backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libeventlibcouchbase-libuv 3.3.18-r0
C client library for Couchbase (libuv backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libuvlibcouchbase-utils 3.3.18-r0
C client library for Couchbase (command line utilities)
https://developer.couchbase.com/community
sudo apk add libcouchbase-utilslibcouchbase 3.3.18-6.fc45
Client and protocol library for the Couchbase project
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbaselibcouchbase-devel 3.3.18-6.fc45
Couchbase client library - Header files
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-devellibcouchbase-libev 3.3.18-6.fc45
Couchbase client library - libev IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libevlibcouchbase-libevent 3.3.18-6.fc45
Couchbase client library - libevent IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libeventlibcouchbase-libuv 3.3.18-6.fc45
Couchbase client library - libuv IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libuvlibcouchbase-tools 3.3.18-6.fc45
Couchbase client tools
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-toolssource 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.