# Installer cargo-nextest avec Homebrew, apk, Nix, pacman, winget

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cargo-nextest
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-nextest
```

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

- Nix (92%):

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

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

- pacman (92%):

```sh
sudo pacman -S cargo-nextest
```

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

### Windows

- winget (92%):

```sh
winget install --id nextest.cargo-nextest -e
```

  Preuve: Windows Package Manager source index: nextest.cargo-nextest from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:cargo-nextest
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.9.140
- **Résumé source:** Next-generation test runner for Rust
- **Page d'accueil:** <https://nexte.st>
- **Dépôt:** <https://github.com/nextest-rs/nextest>
- **Dernière mise à jour:** 2026-07-05T23:45:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cargo-nextest (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cargo-nextest is the cargo-facing binary for Nextest, a next-generation Rust test runner. The official repository README describes cargo-nextest as a newer, faster Cargo test runner and points users to nexte.st for documentation.

### Historique du projet

The cargo-nextest crate first appeared on crates.io in February 2022 as version 0.9.0. The repository README says the project is derived from diem-devtools, while the documentation positions it as a replacement runner for Rust test workflows.

### Historique d'adoption

cargo-nextest has broad package-manager reach in the input facts: apk, Homebrew, Nix, Arch, and winget. Crates.io reported 11,087,886 downloads when checked on 2026-06-30, reflecting heavy use in Rust CI and local test loops.

### Modes d'utilisation

Users run cargo nextest run to execute tests, configure repository behavior in .config/nextest.toml, and optionally use user config for personal UI preferences. The docs cover profiles, retries, timeouts, test groups, per-test overrides, archives, and integrations.

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

It is significant because it rethinks the default cargo test experience around fast execution, structured configuration, CI behavior, and machine-readable metadata, making test running a first-class package workflow rather than a fixed Cargo subcommand behavior.

### Chronologie

- 2022: First crates.io release 0.9.0.
- 2026: Crates.io latest version 0.9.138 and Homebrew stable version 0.9.138.

### Related projects

- Related projects include Cargo's built-in test runner, nextest-runner, nextest-metadata, nextest-filtering, cargo-llvm-cov integration, and the earlier diem-devtools codebase.

### Sources

- <https://api.github.com/repos/nextest-rs/nextest>
- <https://github.com/nextest-rs/nextest>
- <https://nexte.st/docs>
- <https://crates.io/api/v1/crates/cargo-nextest>
- <https://formulae.brew.sh/api/formula/cargo-nextest.json>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour cargo-nextest. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: .config/nextest.toml, $XDG_CONFIG_HOME/nextest/config.toml, ~/.config/nextest/config.toml
- Windows: .config\nextest.toml, %APPDATA%\nextest\config.toml, %XDG_CONFIG_HOME%\nextest\config.toml, %HOME%\.config\nextest\config.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - cargo-nextest: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-nextest/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cargo-nextest - 0.9.110-r0: normalized package name match | Alpine Linux edge package indexes: cargo-nextest from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A next-generation test runner for Rust | https://nexte.st/
- pacman - cargo-nextest - 0.9.140-1: normalized package name match | Arch Linux sync databases: cargo-nextest from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A next-generation test runner for Rust. | https://github.com/nextest-rs/nextest
- winget - nextest.cargo-nextest: normalized package name match | Windows Package Manager source index: nextest.cargo-nextest from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

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

## Combined YAML source

View the package source record on GitHub. [combined/cargo-nextest.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-nextest.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
