# Installer mender-artifact avec Homebrew, apt, Nix

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

## installation

```sh
sudo av install brew:mender-artifact
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mender-artifact
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mender-artifact
```

  Preuve: Debian stable package indexes: mender-artifact from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#mender-artifact
```

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

## Faits du paquet

- **Clé du paquet:** brew:mender-artifact
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/mender-artifact>
- **Version:** 4.4.1
- **Résumé source:** CLI tool for managing Mender artifact files
- **Page d'accueil:** <https://mender.io>
- **Dépôt:** <https://github.com/mendersoftware/mender-artifact>
- **Docs amont:** <https://mender.io>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/mendersoftware/mender-artifact/archive/refs/tags/4.4.1.tar.gz>
- **Dernière mise à jour:** 2026-07-29T17:04:53+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- mender-artifact (cli)
- mender-artifact (alias)

## Dépendances

- dosfstools
- e2fsprogs
- mtools
- openssl@3

## Dépendances de compilation

- go
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 4.4.1
- gestionnaire mis à jour: 2026-07-29
- données locales: OK
- dépôt amont: https://github.com/mendersoftware/mender-artifact
- dernière version détectée: 4.4.1 (à jour)
## Historique du projet et usages

mender-artifact is the library and CLI for working with Mender Artifact files, the .mender archives used by Mender's over-the-air update system. Mender documentation defines an Artifact as a tar-based archive containing versioning data, extensions, metadata, and one or more payload files. The GitHub project describes artifacts as wrappers that can carry binaries, metadata, checksums, signatures, and scripts used during deployments.

### Historique du projet

The tool grew around the practical lifecycle of embedded-Linux updates: create an Artifact, validate it, inspect or dump it, sign it, and preserve metadata while modifying update payloads. Release notes show the format and tooling maturing through signing support in 2017, artifact format v3 documentation and image/artifact modification work in 2018, update-module read/write support in 2019, safer handling of signed and compressed artifacts in 2021, and cloud/HSM-oriented signing additions such as GCP KMS support in 2022.

### Modes d'utilisation

In package-manager terms, mender-artifact is a workstation tool rather than a device daemon. Developers and CI pipelines use it to package operating-system and application updates before upload to a Mender server; Mender's GitHub Actions documentation builds on that flow by uploading artifacts and triggering deployments from CI.

### Sources

- <https://docs.mender.io/artifact-creation/ci-cd/github-actions>
- <https://docs.mender.io/artifact-creation/create-an-artifact>
- <https://docs.mender.io/overview/artifact>
- <https://docs.mender.io/release-information/release-notes-changelog/mender-artifact>
- <https://github.com/mendersoftware/mender-artifact>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mender-artifact
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - mender-artifact - 3.9.0+ds1-2+b5: normalized package name match | Debian stable package indexes: mender-artifact from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utility to generate .mender artifacts | https://github.com/mendersoftware/mender-artifact
- Nix - mender-artifact: normalized package name match | nixpkgs package indexes: pkgs/by-name/me/mender-artifact/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mender-artifact - 3.9.0+ds1-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mender-artifact from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utility to generate .mender artifacts | https://github.com/mendersoftware/mender-artifact


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [openssl@3](https://pkg.so/fr/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [e2fsprogs](https://pkg.so/fr/brew/e2fsprogs/) - Runtime dependency declared by Homebrew.
- [mtools](https://pkg.so/fr/brew/mtools/) - Runtime dependency declared by Homebrew.
- [dosfstools](https://pkg.so/fr/brew/dosfstools/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [mender-cli](https://pkg.so/fr/brew/mender-cli/) - Shares the same upstream homepage.
- [fwup](https://pkg.so/fr/brew/fwup/) - Shares pkgdb curated category or tags: cli, embedded-linux, software-updates, system.
- [mactop](https://pkg.so/fr/brew/mactop/) - Shares pkgdb curated category or tags: cli, go, system.
- [gdu](https://pkg.so/fr/brew/gdu/) - Shares pkgdb curated category or tags: cli, go, system.
- [witr](https://pkg.so/fr/brew/witr/) - Shares pkgdb curated category or tags: cli, go, system.
- [hostess](https://pkg.so/fr/brew/hostess/) - Shares pkgdb curated category or tags: cli, go, system.
- [g-ls](https://pkg.so/fr/brew/g-ls/) - Shares pkgdb curated category or tags: cli, go, system.
- [cpuid](https://pkg.so/fr/brew/cpuid/) - Shares pkgdb curated category or tags: cli, go, system.
- [dwarfs](https://pkg.so/fr/brew/dwarfs/) - Local package facts share a topical domain. Shared terms: cli, linux, openssl, openssl-3, system.

## Combined YAML source

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


## Sources

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