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

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

## インストール

```sh
sudo av install brew:feedgnuplot
```

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

### macOS

- Homebrew (100%):

```sh
brew install feedgnuplot
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install feedgnuplot
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#feedgnuplot
```

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

## パッケージ情報

- **パッケージキー:** brew:feedgnuplot
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/feedgnuplot>
- **バージョン:** 1.64
- **ソース概要:** Tool to plot realtime and stored data from the command-line
- **ホームページ:** <https://github.com/dkogan/feedgnuplot>
- **リポジトリ:** <https://github.com/dkogan/feedgnuplot>
- **ライセンス:** GPL-1.0-or-later OR Artistic-1.0
- **ソースアーカイブ:** <https://github.com/dkogan/feedgnuplot/archive/refs/tags/v1.64.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- gnuplot

## macOS 提供ライブラリ

- perl

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.64
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dkogan/feedgnuplot
- 検出された最新: v1.64 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

feedgnuplot is a pipe-oriented command-line frontend to gnuplot. It lets users stream numbers from standard input or files and get quick plots without writing a full gnuplot script, which makes it especially useful in shell pipelines, monitoring one-liners, and exploratory data work.

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

The repository was created in 2009, and the README describes feedgnuplot as a flexible frontend to gnuplot for data from standard input or command-line files. Its examples show both stored-data plots and real-time plots such as network throughput sampled from /proc/net/dev.

The changelog shows steady evolution through the 2010s: better streaming plot control, the rename from feedGnuplot to feedgnuplot, shell completions, generic terminal support, histograms, time-format support, test coverage, Debian packaging cleanup, style controls, rangesize support, and later vnlog integration.

The 2020s releases continued to refine plotting behavior instead of turning the program into a full plotting environment. Changes include four-axis support, using expressions, color-bar labels, better hardcopy behavior, and ongoing fixes through the 1.64 release.

### 採用の歴史

The changelog notes that by version 1.27 the sample Debian packaging was removed because the program was in Debian proper. The supplied package facts now show Homebrew, Debian, Nix, and Ubuntu packages, which matches its niche: a small utility valued by users who already live in shells and gnuplot.

feedgnuplot also has a public talk history: the README links to a SCaLE 17x talk about feedgnuplot and vnlog. That is not mass-market adoption, but it is a strong signal of usage in the data-plumbing and command-line visualization community.

### 使われ方

The common pattern is to pipe generated or sampled tabular data into feedgnuplot and add flags for lines, points, streaming windows, labels, time parsing, hardcopy output, or arbitrary gnuplot commands. The tool handles the temporary gnuplot conversation so the user can stay in the shell.

It supports plain sequential data, explicit domains, curve IDs, vnlog headers, multi-value tuples for gnuplot styles, 3D data, time/date x domains, and passthrough options for advanced gnuplot commands. That makes it small but not toy-like: it is a bridge from quick shell data to real gnuplot capability.

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

feedgnuplot is a classic Unix glue package. gnuplot is powerful but script-heavy; feedgnuplot makes the 80 percent case fit naturally after awk, seq, sar, grep, or a custom program writing numbers.

Package nerds care because it embodies a packaging sweet spot: one executable, minimal UI, good manpage-style docs, shell completions, and enough flags to stay useful for years without replacing the underlying engine.

### タイムライン

- 2009: GitHub repository created.
- 2011: Main script renamed from feedGnuplot to feedgnuplot.
- 2013: Changelog notes feedgnuplot was in Debian proper.
- 2018: vnlog integration added.
- 2026: feedgnuplot 1.64 released.

### Related projects

- gnuplot is the plotting engine feedgnuplot drives.
- vnlog is a related Dima Kogan data-log format that feedgnuplot can interpret.
- Shell tools such as awk, seq, and sar are common data producers in feedgnuplot examples.

### ソース

- <https://github.com/dkogan/feedgnuplot>
- <https://raw.githubusercontent.com/dkogan/feedgnuplot/master/README.pod>
- <https://raw.githubusercontent.com/dkogan/feedgnuplot/master/Changes>
- <https://github.com/dkogan/feedgnuplot/blob/master/guide/guide.org>
- <https://api.github.com/repos/dkogan/feedgnuplot>
- <https://formulae.brew.sh/formula/feedgnuplot>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** feedgnuplot
- **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 - feedgnuplot - 1.62-1: normalized package name match | Debian stable package indexes: feedgnuplot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Pipe-oriented frontend to Gnuplot | https://github.com/dkogan/feedgnuplot
- Nix - feedgnuplot: normalized package name match | nixpkgs package indexes: pkgs/by-name/fe/feedgnuplot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - feedgnuplot - 1.62-1: normalized package name match | Ubuntu 24.04 LTS package indexes: feedgnuplot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Pipe-oriented frontend to Gnuplot | https://github.com/dkogan/feedgnuplot


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [gnuplot](https://pkg.so/ja/brew/gnuplot/) - Runtime dependency declared by Homebrew.
- [jp](https://pkg.so/ja/brew/jp/) - Shares pkgdb curated category or tags: cli, data-visualization, developer-tools.
- [pandoc-plot](https://pkg.so/ja/brew/pandoc-plot/) - Shares pkgdb curated category or tags: cli, data-visualization, developer-tools, plotting.
- [pocketbase](https://pkg.so/ja/brew/pocketbase/) - Shares pkgdb curated category or tags: cli, developer-tools, realtime.
- [youplot](https://pkg.so/ja/brew/youplot/) - Shares pkgdb curated category or tags: cli, data-visualization, developer-tools.
- [anycable-go](https://pkg.so/ja/brew/anycable-go/) - Shares pkgdb curated category or tags: cli, developer-tools, realtime.
- [ttyplot](https://pkg.so/ja/brew/ttyplot/) - Shares pkgdb curated category or tags: cli, developer-tools, plotting.
- [autobench](https://pkg.so/ja/brew/autobench/) - Shares pkgdb curated category or tags: cli, developer-tools, gnuplot.
- [git-cal](https://pkg.so/ja/brew/git-cal/) - Local package facts share a topical domain. Shared terms: cli, command-line, developer, developer-tools, line.

## Combined YAML source

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


## ソース

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