# Installer counts avec Homebrew

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

## installation

```sh
sudo av install brew:counts
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install counts
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:counts
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.7
- **Résumé source:** Tool for ad hoc profiling
- **Page d'accueil:** <https://github.com/nnethercote/counts>
- **Dépôt:** <https://github.com/nnethercote/counts>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- counts (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

counts is a Rust command-line tool for ad hoc profiling by tallying repeated text lines and presenting frequency and weighted-frequency summaries.

### Historique du projet

The public repository was created in 2018. The README positions `counts` as an improved alternative to the Unix `sort | uniq -c` pipeline for profiling data gathered from logging print statements.

The project reached a 1.0.0 release in 2023 and continued with later 1.0.x releases.

### Historique d'adoption

Official installation is through `cargo install counts`, with Homebrew adding a binary-package route for users who prefer system package managers.

### Modes d'utilisation

The tool is commonly used by inserting temporary logging into a program, piping or saving those logs, and then using `counts` to aggregate hot paths, loop counts, allocation sizes, or other domain-specific measurements.

The README includes a Firefox heap allocator instrumentation example, showing `counts` applied to millions of log lines and weighted byte totals.

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

For package nerds, `counts` is interesting because it deliberately packages a Unix-pipeline-shaped workflow as a fast single-purpose Rust binary: no daemon, no config, and no profiler integration required.

### Chronologie

- 2018: Public GitHub repository created.
- 2020: 0.1.2 release published.
- 2023: 1.0.0 release published.
- 2026: 1.0.7 release published.

### Related projects

- Rust
- cargo install
- sort
- uniq

### Sources

- <https://github.com/nnethercote/counts>
- <https://api.github.com/repos/nnethercote/counts>
- <https://github.com/nnethercote/counts/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## Sources

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