hunspell
brew install hunspell
v1.7.3
MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
Spell checker and morphological analyzer library and CLI tool written in C++.
Why you might care
Hunspell powers spell-checking in LibreOffice, Firefox, and Thunderbird. Use it as a standalone CLI tool or link it into applications that need multi-language spell-checking with morphological analysis. It's the de facto standard for open-source spell-checking across different character encodings and complex morphologies.
4.6k
30-day installs · #632
11.7k
90-day · #753
40.0k
365-day · #769
Runtime dependencies
Build dependencies
Links
- https://hunspell.github.io
- Brew formula source: Formula/h/hunspell.rb
Caveats
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/ .
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"aspell",
"ispell",
"enchant"
],
"build_dependencies": [
"gettext",
"coreutils"
],
"categories": [
"library",
"text-processor"
],
"caveats": "Dictionary files (*.aff and *.dic) should be placed in\n~/Library/Spelling/ or /Library/Spelling/. Homebrew itself\nprovides no dictionaries for Hunspell, but you can download\ncompatible dictionaries from other sources, such as\nhttps://cgit.freedesktop.org/libreoffice/dictionaries/tree/ .\n",
"conflicts_with": [
"freeling"
],
"dependencies": [
"readline",
"gettext"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Spell checker and morphological analyzer",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:43+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "hunspell",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://hunspell.github.io",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Hunspell: About",
"installs_30d": 4646,
"installs_365d": 40044,
"installs_90d": 11652,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later",
"llm_generated_at": "2026-06-20T23:46:01+00:00",
"llm_model": "claude-haiku-4-5",
"name": "hunspell",
"oldnames": [],
"one_liner": "Spell checker and morphological analyzer library and CLI tool written in C++.",
"optional_dependencies": [],
"rank_30d": 632,
"rank_365d": 769,
"rank_90d": 753,
"raw_hash": "92c2a8267d641d9c",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/h/hunspell.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"ncurses"
],
"version_head": null,
"version_stable": "1.7.3",
"versioned_formulae": [],
"why_use_this": "Hunspell powers spell-checking in LibreOffice, Firefox, and Thunderbird. Use it as a standalone CLI tool or link it into applications that need multi-language spell-checking with morphological analysis. It\u0027s the de facto standard for open-source spell-checking across different character encodings and complex morphologies."
}