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

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

## インストール

```sh
sudo av install brew:spigot
```

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

### macOS

- Homebrew (100%):

```sh
brew install spigot
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install spigot
```

  証拠: Debian stable package indexes: spigot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#spigot
```

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

## パッケージ情報

- **パッケージキー:** brew:spigot
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/spigot>
- **バージョン:** 20260410
- **ソース概要:** Command-line streaming exact real calculator
- **ホームページ:** <https://www.chiark.greenend.org.uk/~sgtatham/spigot/>
- **リポジトリ:** <https://git.tartarus.org/?p=simon%2Fspigot.git>
- **上流ドキュメント:** <https://www.chiark.greenend.org.uk/~sgtatham/spigot>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot-20260410.ed81b83.tar.gz>
- **最終更新:** 2026-04-11T00:53:41Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- spigot (cli)
- spigot (エイリアス)

## ビルド依存関係

- cmake

## macOS 提供ライブラリ

- ncurses

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 20260410
- マネージャ更新日: 2026-04-11
- ローカルデータ: OK
- 上流リポジトリ: https://www.chiark.greenend.org.uk/~sgtatham/spigot/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

spigot is Simon Tatham's command-line exact real calculator, aimed at producing verified digits from mathematical expressions rather than fast floating-point approximations.

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

The official page describes spigot as a streaming exact real calculator named after Jeremy Gibbons's unbounded spigot algorithm for digits of pi, expanded to support more output modes and input numbers.

### 採用の歴史

The project is distributed from the author's site as a Unix source archive and Windows executable, with official development sources in a Tartarus git repository. The input package facts show it packaged in Homebrew, Debian, Nix, and Ubuntu.

### 使われ方

The manual documents an expression language, output modes, rounding modes, file and pipe input, and a Unix man-page appendix. Its niche is slow but exact calculation, especially for many digits, numerically fragile expressions, or cross-checking another system.

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

For package people, spigot is the pleasing sort of small CLI that rewards being packaged: mathematically specialized, scriptable, source-distributed, and useful as a reproducibility check when ordinary calculators hide rounding behavior.

### タイムライン

- 2026: Official page offered source archive spigot-20260410.ed81b83.tar.gz and was last modified on April 10.
- 2026: Official page documented the Tartarus git repository as the latest development source.

### Related projects

- Jeremy Gibbons's unbounded spigot algorithm
- Unix calculators
- exact real arithmetic tools

### ソース

- <https://www.chiark.greenend.org.uk/~sgtatham/spigot/>
- <https://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot.html>
- input source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

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

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

- Debian apt - spigot - 0.2017-01-15.gdad1bbc6-1+b1: normalized package name match | Debian stable package indexes: spigot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Exact real calculator | http://www.chiark.greenend.org.uk/~sgtatham/spigot/
- Nix - spigot: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/spigot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - spigot - 0.2017-01-15.gdad1bbc6-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: spigot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Exact real calculator | http://www.chiark.greenend.org.uk/~sgtatham/spigot/


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/ja/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [libqalculate](https://www.automicvault.com/ja/pkg/brew/libqalculate/) - Shares av.db curated category or tags: calculator, cli, math, science.
- [rink](https://www.automicvault.com/ja/pkg/brew/rink/) - Shares av.db curated category or tags: calculator, cli, science.
- [aamath](https://www.automicvault.com/ja/pkg/brew/aamath/) - Shares av.db curated category or tags: cli, math, science.
- [asciitex](https://www.automicvault.com/ja/pkg/brew/asciitex/) - Shares av.db curated category or tags: cli, math, science.
- [calc](https://www.automicvault.com/ja/pkg/brew/calc/) - Shares av.db curated category or tags: calculator, cli, science.
- [ginac](https://www.automicvault.com/ja/pkg/brew/ginac/) - Shares av.db curated category or tags: cli, math, science.
- [gnu-units](https://www.automicvault.com/ja/pkg/brew/gnu-units/) - Shares av.db curated category or tags: calculator, cli, science.
- [numbat](https://www.automicvault.com/ja/pkg/brew/numbat/) - Shares av.db curated category or tags: calculator, cli, science.
- [tweak](https://www.automicvault.com/ja/pkg/brew/tweak/) - Local package facts share a topical domain. Shared terms: cli, command-line, line.

## Combined YAML source

View the package source record on GitHub. [combined/spigot.yml](https://github.com/automic-vault/db/blob/main/combined/spigot.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
