macOS
brew install immudblocal Homebrew formula metadata
brew
immudb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install immudblocal Homebrew formula metadata
nix profile install nixpkgs#immudbnixpkgs package indexes · pkgs/by-name/im/immudb/package.nix · ソース: api.github.com
概要
Lightweight, high-speed immutable database
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
immuadmin | cli | グローバル実行可能ファイル | |
immuclient | cli | グローバル実行可能ファイル | |
immudb | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/codenotary/immudb
インストールメタデータ
| パッケージキー | brew:immudb |
|---|---|
| バージョン | 1.11.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/immudb |
| ホームページ | 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 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
immudb
nix profile install nixpkgs#immudbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.