# Installer cargo-make avec Homebrew, apk, Nix, pacman

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

## installation

```sh
sudo av install brew:cargo-make
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cargo-make
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-make
```

  Preuve: Alpine Linux edge package indexes: cargo-make from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-make
```

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

- pacman (92%):

```sh
sudo pacman -S cargo-make
```

  Preuve: Arch Linux sync databases: cargo-make from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:cargo-make
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.37.24
- **Résumé source:** Rust task runner and build tool
- **Page d'accueil:** <https://sagiegurari.github.io/cargo-make/>
- **Dépôt:** <https://github.com/sagiegurari/cargo-make>
- **Dernière mise à jour:** 2026-06-15T10:20:11-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cargo-make (alias)
- makers (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cargo-make is a Rust task runner and build tool. Its official documentation describes TOML task files that define flows for formatting, building, testing, documentation, benches, security validation, and other project automation.

### Historique du projet

The crate first appeared on crates.io in June 2017 as version 0.1.0. The official documentation presents both cargo-make, invoked as cargo make, and makers, a standalone executable with the same features.

### Historique d'adoption

cargo-make is packaged broadly for a Rust CLI tool: the input facts list apk, Homebrew, Nix, and Arch packages, and the official docs mention Arch installation and binary releases. Crates.io reported 3,466,972 downloads when checked on 2026-06-30.

### Modes d'utilisation

Users normally create a Makefile.toml, define tasks under [tasks.*], and run a flow such as cargo make my-flow. The tool also supports predefined flows, workspace behavior, profiles, environment variables, conditions, plugins, and CI examples.

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

It gives Rust packages a TOML-native automation layer that travels with the repository, filling the same cultural space as make, npm scripts, and task runners while staying close to Cargo conventions.

### Chronologie

- 2017: First crates.io release 0.1.0.
- 2025: Crates.io latest version 0.37.24.
- 2026: Homebrew stable version 0.37.24.

### Related projects

- Related tools include Cargo, traditional make, language-specific task runners, and cargo-make's standalone makers executable.

### Sources

- <https://api.github.com/repos/sagiegurari/cargo-make>
- <https://github.com/sagiegurari/cargo-make>
- <https://sagiegurari.github.io/cargo-make>
- <https://crates.io/api/v1/crates/cargo-make>
- <https://formulae.brew.sh/api/formula/cargo-make.json>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: Makefile.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - cargo-make: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-make/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cargo-make - 0.37.24-r0: normalized package name match | Alpine Linux edge package indexes: cargo-make from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Rust task runner and build tool | https://github.com/sagiegurari/cargo-make
- apk - cargo-make-bash-completion - 0.37.24-r0: normalized package name match | Alpine Linux edge package indexes: cargo-make-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for cargo-make | https://github.com/sagiegurari/cargo-make
- pacman - cargo-make - 0.37.24-2: normalized package name match | Arch Linux sync databases: cargo-make from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Rust task runner and build tool | https://github.com/sagiegurari/cargo-make


## Liens liés

- [cargo-make](https://pkg.so/fr/pkg/cargo/cargo-make/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

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


## Sources

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