# Installer immudb avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de immudb pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install immudb
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:immudb
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.11.1
- **Résumé source:** Lightweight, high-speed immutable database
- **Page d'accueil:** <https://immudb.io/>
- **Dépôt:** <https://github.com/codenotary/immudb>
- **Dernière mise à jour:** 2026-06-26T09:58:37Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- immuadmin (alias)
- immuclient (alias)
- immudb (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.11.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

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

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

View the package source record on GitHub. [combined/immudb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/immudb.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
