# spark を Homebrew, apk, MacPorts, Nix, chocolatey, scoop でインストール

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

## インストール

```sh
sudo av install brew:spark
```

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

### macOS

- Homebrew (100%):

```sh
brew install spark
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install spark
```

  証拠: MacPorts ports tree: textproc/spark/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add spark
```

  証拠: Alpine Linux edge package indexes: spark from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#spark
```

  証拠: nixpkgs package indexes: spark from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Chocolatey (92%):

```sh
choco install Spark
```

  証拠: Chocolatey community package catalog: Spark from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','skaffold'

- Scoop (92%):

```sh
scoop install main/spark
```

  証拠: Scoop official bucket manifest trees: bucket/spark.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:spark
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.1
- **ソース概要:** Sparklines for the shell
- **ホームページ:** <https://zachholman.com/spark/>
- **リポジトリ:** <https://github.com/holman/spark>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- spark (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

spark is a small shell command for rendering sparklines in the terminal. It belongs to the Unix tradition of tiny composable filters: feed it numbers from another command and get a compact text graph back.

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

The public repository was created in 2011. The official README presents spark as a shell script that can be dropped somewhere on the user's PATH, with usage examples for direct numeric input, Git commit counts, earthquake feeds, source-code line lengths, and shell prompts.

### 採用の歴史

spark spread as a tiny developer-utility package because it is portable shell, easy to install, and visually memorable. The official README mentions Homebrew installation, while the supplied package data also lists APK, MacPorts, Nix, Scoop, and Chocolatey entries.

### 使われ方

Users run `spark` with numbers separated by spaces, commas, or other common delimiters. Its intended style is pipeline-friendly: combine tools such as `git`, `cut`, `awk`, `curl`, and `sed`, then pass the numeric stream to `spark` for a quick terminal visualization.

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

spark is beloved by package nerds as a one-file CLI that proves a package can be both tiny and useful. It is the sort of tool that turns up in dotfiles, shell demos, and package-manager indexes because it makes the command line feel more graphical without leaving text mode.

### タイムライン

- 2011: Public GitHub repository created.
- 2010s: README documents Homebrew installation and a wiki for collected usage examples.
- 2020s: The tool remains packaged across several package-manager ecosystems in the supplied input data.

### Related projects

- spark relates to command-line text visualization tools, Unix filters, shell prompt utilities, and the broader sparklines idea popularized for compact data display.

### ソース

- <https://api.github.com/repos/holman/spark>
- <https://github.com/holman/spark>
- <https://raw.githubusercontent.com/holman/spark/master/README.md>
- input.source_facts.package-manager


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

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

- Nix - spark: normalized package name match | nixpkgs package indexes: spark from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - spark - 2.8.3-r1: normalized package name match | Alpine Linux edge package indexes: spark from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Cross-platform IM client optimized for businesses and organizations. | https://www.igniterealtime.org/projects/spark/
- MacPorts - spark: normalized package name match | MacPorts ports tree: textproc/spark/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - Spark: normalized package name match | Chocolatey community package catalog: Spark from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','skaffold'
- Scoop - main/spark: normalized package name match | Scoop official bucket manifest trees: bucket/spark.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/spark.yml](https://github.com/mxcl/pkgdb/blob/main/combined/spark.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
