# chalk-cli を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:chalk-cli
```

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

### macOS

- Homebrew (100%):

```sh
brew install chalk-cli
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chalk
```

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

## パッケージ情報

- **パッケージキー:** brew:chalk-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 6.0.0
- **ソース概要:** Terminal string styling done right
- **ホームページ:** <https://github.com/chalk/chalk-cli>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- chalk (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

chalk-cli is the command-line wrapper for Chalk-style terminal text formatting. It lets shell users apply ANSI color and style formatting to arguments or standard input without writing a Node.js script.

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

The GitHub repository and npm package were created in July 2015. The README presents it as terminal string styling for the command line and points users to the main chalk package for supported styles.

GitHub releases show a v5 line in 2021 and 2023, followed by v6.0.0 in 2025.

### 採用の歴史

The package is published on npm as chalk-cli, and the Homebrew input identifies a Homebrew formula plus a Nix package mapping. Its adoption mostly follows the larger Chalk ecosystem rather than a separate application ecosystem.

### 使われ方

The CLI accepts one or more styles plus a string, or it can read piped input with --stdin. It also supports style templates and a demo mode for showing available Chalk styles.

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

chalk-cli is a small but tidy example of a JavaScript library becoming a Unix-style command. It matters to package nerds because it turns a popular Node terminal-formatting API into a composable shell filter.

### タイムライン

- 2015: GitHub repository and npm package created.
- 2021: v5.0.0 release published on GitHub.
- 2023: v5.0.1 release published.
- 2025: v6.0.0 release published.

### Related projects

- chalk/chalk is the API package that chalk-cli wraps and the README links for supported styles.

### ソース

- <https://github.com/chalk/chalk-cli#readme>
- <https://github.com/chalk/chalk-cli/releases>
- <https://api.github.com/repos/chalk/chalk-cli>
- <https://registry.npmjs.org/chalk-cli>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - chalk: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ch/chalk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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