# hunspell を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget でインストール

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

## インストール

```sh
sudo av install brew:hunspell
```

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

### macOS

- Homebrew (100%):

```sh
brew install hunspell
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hunspell
```

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

### Linux

- apk (92%):

```sh
sudo apk add hunspell
```

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

- Debian apt (92%):

```sh
sudo apt install hunspell
```

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

- dnf (92%):

```sh
sudo dnf install hunspell
```

  証拠: Fedora Rawhide package metadata: hunspell from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#hunspell
```

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

- pacman (92%):

```sh
sudo pacman -S hunspell
```

  証拠: Arch Linux sync databases: hunspell from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install hunspell
```

  証拠: openSUSE Tumbleweed package metadata: hunspell from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id FSFhu.Hunspell -e
```

  証拠: Windows Package Manager source index: FSFhu.Hunspell from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:hunspell
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/hunspell>
- **バージョン:** 1.7.3
- **ソース概要:** Spell checker and morphological analyzer
- **ホームページ:** <https://hunspell.github.io>
- **リポジトリ:** <https://github.com/hunspell/hunspell>
- **上流ドキュメント:** <https://hunspell.github.io>
- **ライセンス:** MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
- **ソースアーカイブ:** <https://github.com/hunspell/hunspell/releases/download/v1.7.3/hunspell-1.7.3.tar.gz>
- **最終更新:** 2026-05-08T19:07:41Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- affixcompress (cli)
- analyze (cli)
- chmorph (cli)
- hunspell (cli)
- hunzip (cli)
- hzip (cli)
- ispellaff2myspell (cli)
- makealias (cli)
- munch (cli)
- unmunch (cli)
- wordforms (cli)
- wordlist2hunspell (cli)
- affixcompress (エイリアス)
- analyze (エイリアス)
- chmorph (エイリアス)
- hunspell (エイリアス)
- hunzip (エイリアス)
- hzip (エイリアス)
- ispellaff2myspell (エイリアス)
- makealias (エイリアス)
- munch (エイリアス)
- unmunch (エイリアス)
- wordforms (エイリアス)
- wordlist2hunspell (エイリアス)

## 依存関係

- gettext
- readline

## ビルド依存関係

- coreutils
- gettext

## macOS 提供ライブラリ

- ncurses

## インストール挙動

- post-install フック: 未定義
- 注意点: Dictionary files (*.aff and *.dic) should be placed in ~/Library/Spelling/ or /Library/Spelling/. Homebrew itself provides no dictionaries for Hunspell, but you can download compatible dictionaries from other sources, such as https://cgit.freedesktop.org/libreoffice/dictionaries/tree/ .
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.7.3
- マネージャ更新日: 2026-05-08
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/hunspell/hunspell
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Hunspell is a spell checker, morphological analyzer, library, and command-line tool. Its official materials describe support for Unicode, compounding, complex morphology, stemming, morphological generation, custom dictionaries, an Ispell-like terminal interface, pipe mode, and C/C++ APIs.

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

Hunspell's code base descends from OpenOffice.org's MySpell library by Kevin Hendricks, which the Hunspell README describes as a C++ reimplementation of Geoff Kuenning's International Ispell spell checking and affixation work. László Németh developed Hunspell's main library and command-line features, extending the MySpell lineage with richer morphology, compounding, affix handling, suggestion logic, and language-specific behavior.

The official site records project sponsorship history, including Budapest Technical University Media Research Centre support in 2003-2005 and FSF.hu Foundation sponsorship, and the AUTHORS file names László Németh as author, Kevin Hendricks as MySpell author, and Caolán McNamara as maintainer and distinguished contributor.

### 採用の歴史

Hunspell became infrastructure rather than just a standalone command. The official site says it is used by LibreOffice, OpenOffice.org, Mozilla Firefox and Thunderbird, Google Chrome, macOS, InDesign, memoQ, Opera, SDL Trados, Linux distributions, and other tools. The batch metadata also shows broad package-manager coverage across Homebrew, Debian, Ubuntu, Fedora, Arch, openSUSE, MacPorts, Nix, Alpine, winget, and related ecosystems.

### 使われ方

Command-line users run `hunspell` interactively, in pipe mode, or against files with dictionaries made of `.aff` and `.dic` files. Developers use libhunspell through C/C++ APIs and language bindings, while dictionary maintainers use companion tools such as affixcompress, unmunch, wordforms, wordlist2hunspell, analyze, and related utilities.

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

For package nerds, Hunspell is a deep dependency hiding in plain sight: a spell-checking engine packaged as both CLI and library, with dictionaries often shipped separately and consumed by office suites, browsers, editors, NLP tools, and operating systems. It is also a reminder that language support packages often matter as much as the executable package itself.

### タイムライン

- 2003-2005: Official site records BME MOKK sponsorship of Hunspell development.
- 2015: hunspell/hunspell GitHub repository created.
- 2016: v1.4.0 release published in GitHub Releases metadata.
- 2018: v1.7.0 release published with suggestion, SPELLML, morphology, and compounding improvements.
- 2026: v1.7.3 release notes record security, fuzzing, Unicode, build, and correctness fixes.

### Related projects

- Related projects include MySpell, International Ispell, OpenOffice.org, LibreOffice, Firefox, Thunderbird, Chrome, macOS spelling services, Enchant, Weblate translations, and Hunspell/MySpell dictionary repositories.

### ソース

- Official Hunspell site, repository README, AUTHORS, NEWS, GitHub repository and release metadata, and Homebrew package metadata supplied in the batch input.


## セキュリティノート

hunspell に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** hunspell
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** freeling
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - hunspell - 1.7.2+really1.7.2-10+b4: normalized package name match | Debian stable package indexes: hunspell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker and morphological analyzer (program) | https://hunspell.github.io/
- Debian apt - hunspell-tools - 1.7.2+really1.7.2-10+b4: normalized package name match | Debian stable package indexes: hunspell-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tools for hunspell | https://hunspell.github.io/
- Debian apt - libhunspell-1.7-0 - 1.7.2+really1.7.2-10+b4: normalized package name match | Debian stable package indexes: libhunspell-1.7-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker and morphological analyzer (shared library) | https://hunspell.github.io/
- Debian apt - libhunspell-dev - 1.7.2+really1.7.2-10+b4: normalized package name match | Debian stable package indexes: libhunspell-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker and morphological analyzer (development) | https://hunspell.github.io/
- Debian apt - libhunspell-private-dev - 1.7.2+really1.7.2-10: normalized package name match | Debian stable package indexes: libhunspell-private-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker and morphological analyzer (private headers) | https://hunspell.github.io/
- Nix - hunspell: normalized package name match | nixpkgs package indexes: pkgs/by-name/hu/hunspell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hunspell - 1.7.2+really1.7.2-10build3: normalized package name match | Ubuntu 24.04 LTS package indexes: hunspell from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | spell checker and morphological analyzer (program) | https://hunspell.github.io/
- Ubuntu apt - hunspell-tools - 1.7.2+really1.7.2-10build3: normalized package name match | Ubuntu 24.04 LTS package indexes: hunspell-tools from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | tools for hunspell | https://hunspell.github.io/
- Ubuntu apt - libhunspell-1.7-0 - 1.7.2+really1.7.2-10build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libhunspell-1.7-0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | spell checker and morphological analyzer (shared library) | https://hunspell.github.io/
- Ubuntu apt - libhunspell-dev - 1.7.2+really1.7.2-10build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libhunspell-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | spell checker and morphological analyzer (development) | https://hunspell.github.io/
- Ubuntu apt - libhunspell-private-dev - 1.7.2+really1.7.2-10build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libhunspell-private-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | spell checker and morphological analyzer (private headers) | https://hunspell.github.io/
- apk - hunspell - 1.7.3-r0: normalized package name match | Alpine Linux edge package indexes: hunspell from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Spell checker and morphological analyzer library and program | https://hunspell.github.io/
- apk - hunspell-dev - 1.7.3-r0: normalized package name match | Alpine Linux edge package indexes: hunspell-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Spell checker and morphological analyzer library and program (development files) | https://hunspell.github.io/
- apk - hunspell-doc - 1.7.3-r0: normalized package name match | Alpine Linux edge package indexes: hunspell-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Spell checker and morphological analyzer library and program (documentation) | https://hunspell.github.io/
- apk - hunspell-lang - 1.7.3-r0: normalized package name match | Alpine Linux edge package indexes: hunspell-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package hunspell | https://hunspell.github.io/
- apk - libhunspell - 1.7.3-r0: normalized package name match | Alpine Linux edge package indexes: libhunspell from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Spell checker and morphological analyzer library and program (libraries) | https://hunspell.github.io/


## 関連リンク

- [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.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [coreutils](https://pkg.so/ja/brew/coreutils/) - Build dependency declared by Homebrew.
- [cargo-spellcheck](https://pkg.so/ja/brew/cargo-spellcheck/) - Popular package that depends on this formula.
- [glib](https://pkg.so/ja/brew/glib/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [harfbuzz](https://pkg.so/ja/brew/harfbuzz/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [pango](https://pkg.so/ja/brew/pango/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [libarchive](https://pkg.so/ja/brew/libarchive/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [ada-url](https://pkg.so/ja/brew/ada-url/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [libdeflate](https://pkg.so/ja/brew/libdeflate/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [libdatrie](https://pkg.so/ja/brew/libdatrie/) - Shares pkgdb curated category or tags: cli, developer-tools, library.
- [vite-bundle-analyzer](https://pkg.so/ja/npm/vite-bundle-analyzer/) - Executable or command metadata overlaps with this package. Shared terms: analyze, analyzer, cli, developer, developer-tools.
- [codebook-lsp](https://pkg.so/ja/brew/codebook-lsp/) - Local package facts share a topical domain. Shared terms: checker, cli, developer, developer-tools, spell.
- [ltex-ls](https://pkg.so/ja/brew/ltex-ls/) - Local package facts share a topical domain. Shared terms: checker, cli, developer, developer-tools, spell.

## Combined YAML source

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