# ent を Homebrew, apt, MacPorts, Nix でインストール

ent のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ent
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ent
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:ent
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0
- **ソース概要:** Pseudorandom number sequence test program
- **ホームページ:** <https://www.fourmilab.ch/random/>
- **リポジトリ:** <https://github.com/psm14/ent>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ent (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
