# 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
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/cargo-nextest>
- **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>
- **Docs amont:** <https://nexte.st>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/nextest-rs/nextest/archive/refs/tags/cargo-nextest-0.9.140.tar.gz>
- **Dernière mise à jour:** 2026-07-05T23:45:03Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- cargo-nextest (cli)
- cargo-nextest (alias)

## Dépendances de compilation

- rust

## 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: 0.9.140
- gestionnaire mis à jour: 2026-07-05
- données locales: OK
- dépôt amont: https://github.com/nextest-rs/nextest
- dernière version détectée: cargo-nextest-0.9.140 (à jour)
## 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 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
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cargo-nextest
- **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

- 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

- [Package publisher tools](https://pkg.so/fr/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [cargo-hack](https://pkg.so/fr/brew/cargo-hack/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust, testing.
- [cargo-insta](https://pkg.so/fr/brew/cargo-insta/) - Shares pkgdb curated category or tags: cargo, cli, developer-tools, rust, testing.
- [pytest](https://pkg.so/fr/brew/pytest/) - Shares pkgdb curated category or tags: cli, developer-tools, test-runner, testing.
- [tox](https://pkg.so/fr/brew/tox/) - Shares pkgdb curated category or tags: ci, cli, developer-tools, testing.
- [lit](https://pkg.so/fr/brew/lit/) - Shares pkgdb curated category or tags: cli, developer-tools, test-runner, testing.
- [cargo-llvm-cov](https://pkg.so/fr/brew/cargo-llvm-cov/) - Shares pkgdb curated category or tags: cargo, ci, cli, developer-tools, rust.
- [nox](https://pkg.so/fr/brew/nox/) - Shares pkgdb curated category or tags: ci, cli, developer-tools, testing.
- [shelltestrunner](https://pkg.so/fr/brew/shelltestrunner/) - Shares pkgdb curated category or tags: cli, developer-tools, test-runner, testing.
- [cargo-nextest](https://pkg.so/fr/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
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
