macOS
brew install immudblocal Homebrew formula metadata
brew
Lightweight, high-speed immutable database. Version 1.11.1 via Homebrew; verified 2026-06-26.
install
brew install immudblocal Homebrew formula metadata
nix profile install nixpkgs#immudbnixpkgs package indexes · pkgs/by-name/im/immudb/package.nix · source: api.github.com
overview
Lightweight, high-speed immutable database
history
immudb is Codenotary's Go database for tamper-evident data history. It combines database interfaces familiar to application developers with cryptographic proofs intended to let clients detect server-side history changes.
The public repository was created in 2019 and the project reached public 0.6.x releases in 2020. The README frames the core problem as mutable database transactions and logs: immudb instead appends versions and makes the resulting history cryptographically verifiable.
The project evolved from a key-value store into a broader database surface. Its documentation describes key-value, SQL, and document-database modes, plus server, replica, and embedded-library deployments.
immudb's adoption has been strongest in audit-log, compliance, artifact, sensor-data, transaction, and software-supply-chain use cases, all called out by the project README. The official repository also advertises large Docker Hub pull counts, which is a useful signal for a service-oriented database distributed as containers as well as packages.
Homebrew and Nix package metadata expose immudb as a CLI/server package with immudb, immuadmin, and immuclient commands. That makes it easy to experiment with a tamper-evident database from a developer laptop without adopting a hosted service.
Typical usage is to run immudb as a server, administer it with immuadmin, and connect with immuclient or application SDKs. Developers use it when they want an append-preserving history, verifiable reads, or an embedded immutable store without operating a blockchain network.
The project is often evaluated beside ledgers and append-only audit systems rather than general OLTP databases, because its package identity is about proof of history as much as data storage.
For package nerds, immudb is interesting because it compresses a heavy idea, verifiable data history, into ordinary package-manager install shapes: a daemon, an admin CLI, and a client CLI. It is also a Go database that can be used as either a standalone service or an embedded dependency.
security posture
broad file, network, media, or database tool signal. 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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
immuadmin | cli | global executable | |
immuclient | cli | global executable | |
immudb | 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://github.com/codenotary/immudb
install metadata
| Package key | brew:immudb |
|---|---|
| Version | 1.11.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/immudb |
| Homepage | https://immudb.io/ |
| Repository | https://github.com/codenotary/immudb |
| Upstream docs | https://docs.immudb.io/master |
| License | Apache-2.0 |
| Source archive | https://github.com/codenotary/immudb/archive/refs/tags/v1.11.1.tar.gz |
| Last updated | 2026-06-26T09:58:37Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | immudb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
immudb
nix profile install nixpkgs#immudbsource 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.