# ent mit Homebrew, apt, MacPorts, Nix installieren

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

## Installation

```sh
sudo av install brew:ent
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ent
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ent
```

  Evidenz: MacPorts ports tree: math/ent/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install ent
```

  Evidenz: Debian stable package indexes: ent from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ent
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/en/ent/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:ent
- **Paketmanager:** Homebrew
- **Version:** 1.0
- **Quellzusammenfassung:** Pseudorandom number sequence test program
- **Homepage:** <https://www.fourmilab.ch/random/>
- **Repository:** <https://github.com/psm14/ent>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ent (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.0
## Projektgeschichte und Nutzung

ent is John Walker's command-line program for applying statistical tests to byte streams, mainly to inspect pseudorandom number generators, compression output, encrypted data, and other files where information density matters.

### Projektgeschichte

The official Fourmilab page describes ent as a pseudorandom number sequence test program that reads a file or standard input and reports entropy, optimum compression estimate, chi-square distribution, arithmetic mean, Monte Carlo value for pi, and serial correlation.

The page frames the tool around practical comparisons of generated data, including examples contrasting compressed files, Unix `rand()` output, an improved generator, and radioactive-decay random data from Fourmilab's HotBits service.

### Adoptionsgeschichte

ent is a small but widely repackaged scientific CLI. The input metadata lists it in Homebrew, Debian, Ubuntu, MacPorts, and Nix, reflecting its utility as a compact randomness and entropy smoke test in Unix-style workflows.

### Wie es verwendet wird

Users run `ent` on a file or pipe data to standard input, optionally using flags for byte/bit-oriented output, counts, folding, terse CSV-style output, or stdin handling. The program is commonly used to sanity-check random generators, compressed data, encrypted data, and test fixtures.

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

ent is package-nerd friendly because it is tiny, public-domain in Homebrew metadata, scriptable, and easy to compare across systems. It gives quick statistical signals without requiring a larger cryptography or statistics suite.

### Zeitleiste

- 1990s-2000s: Fourmilab page documents ent as a standalone pseudorandom sequence test utility.
- 2010s: Third-party GitHub mirror created for source availability, while Fourmilab remains the official documentation source.
- 2020s: Package metadata shows continuing availability in Homebrew and several Unix package collections.

### Related projects

- The official page relates ent to Fourmilab HotBits, Unix `rand()`, Park-Miller style pseudorandom generators, and statistical references such as Knuth and Hamming.

### Quellen

- <https://www.fourmilab.ch/random>
- <https://formulae.brew.sh/formula/ent>
- <https://github.com/psm14/ent>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - ent - 1.2debian-3: normalized package name match | Debian stable package indexes: ent from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | pseudorandom number sequence test program | http://www.fourmilab.ch/random/
- Nix - ent: normalized package name match | nixpkgs package indexes: pkgs/by-name/en/ent/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ent - 1.2debian-3: normalized package name match | Ubuntu 24.04 LTS package indexes: ent from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | pseudorandom number sequence test program | http://www.fourmilab.ch/random/
- MacPorts - ent: normalized package name match | MacPorts ports tree: math/ent/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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