# counts mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für counts in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install counts
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:counts
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/counts>
- **Version:** 1.0.7
- **Quellzusammenfassung:** Tool for ad hoc profiling
- **Homepage:** <https://github.com/nnethercote/counts>
- **Repository:** <https://github.com/nnethercote/counts>
- **Lizenz:** Unlicense
- **Quellarchiv:** <https://github.com/nnethercote/counts/archive/refs/tags/1.0.7.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- counts (cli)
- counts (Alias)

## Build-Abhängigkeiten

- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.0.7
- lokale Daten: OK
- Upstream-Repository: https://github.com/nnethercote/counts
- neueste erkannte Version: 1.0.7 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/de/brew/rust/) - Build dependency declared by Homebrew.
- [py-spy](https://pkg.so/de/brew/py-spy/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiling.
- [samply](https://pkg.so/de/brew/samply/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiling, rust.
- [memray](https://pkg.so/de/brew/memray/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiling.
- [qcachegrind](https://pkg.so/de/brew/qcachegrind/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [snakeviz](https://pkg.so/de/brew/snakeviz/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [async-profiler](https://pkg.so/de/brew/async-profiler/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiling.
- [cargo-flamegraph](https://pkg.so/de/brew/cargo-flamegraph/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, profiling, rust.
- [parca](https://pkg.so/de/brew/parca/) - Shares pkgdb curated category or tags: cli, developer-tools, profiling.
- [chars](https://pkg.so/de/brew/chars/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, processing, rust.

## Combined YAML source

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


## Quellen

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