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

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

## インストール

```sh
sudo av install brew:cspell
```

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

### macOS

- Homebrew (100%):

```sh
brew install cspell
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cspell
```

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

## パッケージ情報

- **パッケージキー:** brew:cspell
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cspell>
- **バージョン:** 10.0.1
- **ソース概要:** Spell checker for code
- **ホームページ:** <https://cspell.org>
- **上流ドキュメント:** <https://cspell.org>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://registry.npmjs.org/cspell/-/cspell-10.0.1.tgz>
- **最終更新:** 2026-06-01T13:13:33Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## 依存関係

- node

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 10.0.1
- マネージャ更新日: 2026-06-01
- ローカルデータ: OK
- 上流リポジトリ: https://cspell.org
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

CSpell is a spell checker for code, distributed as a Node-based CLI and library. Its niche is checking identifiers, comments, documentation, and source trees with dictionaries tuned for programming languages.

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

The package README says cspell is a command-line tool and library for spell checking code, and that it was initially built as the spell-checking service for the Code Spell Checker extension for Visual Studio Code. The top-level README describes the current repository as the CSpell mono-repo.

### 採用の歴史

CSpell moved from editor-extension infrastructure into a standalone CLI used in local projects and CI. The official docs document npm, Yarn, pnpm, Bun, npx, and GitHub Action use, while the repository lists packages for the CLI, library, bundled dictionaries, ESLint plugin, glob handling, trie tools, and related support libraries.

### 使われ方

Official docs show typical CLI usage such as cspell . or cspell lint patterns, plus configuration discovery from JSON, YAML, JavaScript, TypeScript, TOML, package.json, and .vscode files. The package README emphasizes code-aware parsing, CamelCase and snake_case handling, language-specific dictionaries, and custom word lists.

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

CSpell is interesting to packagers because it is both a user-facing CLI and a dependency graph of dictionary and parser packages. Homebrew packaging gives non-Node users a simple cspell executable, while npm remains the canonical upstream distribution channel.

### タイムライン

- 2017: npm package cspell 1.0.0 was published.
- 2023: GitHub releases show v7.3.1 in the available releases page.
- 2026: npm and Homebrew metadata list cspell 10.0.1 as current.

### Related projects

- The package README links CSpell to the Code Spell Checker extension for VS Code, and the repository lists cspell-dicts as the place for dictionary word changes.

### ソース

- <https://github.com/streetsidesoftware/cspell#readme>
- <https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell#readme>
- <https://cspell.org/docs/getting-started>
- <https://cspell.org/docs/Configuration>
- <https://cspell.org/docs/installation>
- <https://registry.npmjs.org/cspell>
- <https://formulae.brew.sh/formula/cspell>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./cspell.json
## ソースデータベース詳細

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

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

- Nix - cspell: normalized package name match | nixpkgs package indexes: pkgs/by-name/cs/cspell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [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.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [node](https://pkg.so/ja/brew/node/) - Runtime dependency declared by Homebrew.
- [pyspelling](https://pkg.so/ja/brew/pyspelling/) - Shares pkgdb curated category or tags: cli, developer-tools, quality, spell-checker.
- [pre-commit](https://pkg.so/ja/brew/pre-commit/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, linting.
- [typos-cli](https://pkg.so/ja/brew/typos-cli/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, spell-checker.
- [codespell](https://pkg.so/ja/brew/codespell/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, linting.
- [precious](https://pkg.so/ja/brew/precious/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, linting.
- [flake8](https://pkg.so/ja/brew/flake8/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, linting.
- [checkstyle](https://pkg.so/ja/brew/checkstyle/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, linting.
- [codebook-lsp](https://pkg.so/ja/brew/codebook-lsp/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, spell-checker.
- [cspell](https://pkg.so/ja/npm/cspell/) - Same normalized package name appears in another local ecosystem. Shared terms: checker, cli, code, code-quality, cspell.
- [cspell-cli](https://pkg.so/ja/npm/cspell-cli/) - Local package facts share a topical domain. Shared terms: checker, cli, code, code-quality, cspell.
- [cspell-gitignore](https://pkg.so/ja/npm/cspell-gitignore/) - Local package facts share a topical domain. Shared terms: cli, code, code-quality, cspell, developer.
- [cspell](https://pkg.so/ja/npm/cspell/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## ソース

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