# 使用 Homebrew, Nix 安装 immudb

查看 immudb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:immudb
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install immudb
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#immudb
```

  证据: nixpkgs package indexes: pkgs/by-name/im/immudb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:immudb
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/immudb>
- **版本:** 1.11.1
- **来源摘要:** Lightweight, high-speed immutable database
- **主页:** <https://immudb.io/>
- **仓库:** <https://github.com/codenotary/immudb>
- **上游文档:** <https://docs.immudb.io/master>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/codenotary/immudb/archive/refs/tags/v1.11.1.tar.gz>
- **最后更新:** 2026-06-26T09:58:37Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- immuadmin (cli)
- immuclient (cli)
- immudb (cli)
- immuadmin (别名)
- immuclient (别名)
- immudb (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.11.1
- 管理器更新时间: 2026-06-26
- 本地数据: OK
- 上游仓库: https://github.com/codenotary/immudb
- 检测到的最新版本: v1.11.1 (当前)
## 项目历史与用法

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.

### 时间线

- 2019: Public GitHub repository created.
- 2020: v0.6.0 release series published on GitHub.
- 2021: v1.2 release line added rollback and expiration-oriented features in the project's release communications.
- 2025: v1.9.x release line emphasized SQL compatibility, security hardening, and performance work.

### Related projects

- AWS QLDB, Trillian-style transparency logs, append-only audit stores, and blockchain ledgers are adjacent systems in the tamper-evident data-history space.
- immuadmin and immuclient are companion commands distributed with the immudb package.

### 来源

- <https://api.github.com/repos/codenotary/immudb/releases>
- <https://docs.immudb.io/master/>
- <https://formulae.brew.sh/formula/immudb>
- <https://github.com/codenotary/immudb>
- <https://immudb.io/>
- input.json source_facts.package-manager


## 安全说明

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service

## 源数据库详情

- **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:** head, stable

## 其他软件包管理器记录

- Nix - immudb: normalized package name match | nixpkgs package indexes: pkgs/by-name/im/immudb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/zh-hans/pkg/brew/go/) - Build dependency declared by Homebrew.
- [couchdb](https://www.automicvault.com/zh-hans/pkg/brew/couchdb/) - Shares av.db curated category or tags: cli, data, database, document-database.
- [dolt](https://www.automicvault.com/zh-hans/pkg/brew/dolt/) - Shares av.db curated category or tags: cli, data, database, sql.
- [doltgres](https://www.automicvault.com/zh-hans/pkg/brew/doltgres/) - Shares av.db curated category or tags: cli, data, database, sql.
- [duckdb](https://www.automicvault.com/zh-hans/pkg/brew/duckdb/) - Shares av.db curated category or tags: cli, data, database, sql.
- [gdbm](https://www.automicvault.com/zh-hans/pkg/brew/gdbm/) - Shares av.db curated category or tags: cli, data, database, key-value.
- [lazysql](https://www.automicvault.com/zh-hans/pkg/brew/lazysql/) - Shares av.db curated category or tags: cli, data, database, sql.
- [mariadb](https://www.automicvault.com/zh-hans/pkg/brew/mariadb/) - Shares av.db curated category or tags: cli, data, database, sql.
- [monetdb](https://www.automicvault.com/zh-hans/pkg/brew/monetdb/) - Shares av.db curated category or tags: cli, data, database, sql.
- [orientdb](https://www.automicvault.com/zh-hans/pkg/brew/orientdb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, document, document-database.
- [tkrzw](https://www.automicvault.com/zh-hans/pkg/brew/tkrzw/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, key, key-value.

## Combined YAML source

View the package source record on GitHub. [combined/immudb.yml](https://github.com/automic-vault/db/blob/main/combined/immudb.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
