Ross ROSS = Recommend OSS · open-source software intelligence for agents

hunspell/hunspell

The most popular spellchecking library. observed · 2026-08-28

github.com/hunspell/hunspell · homepage · C++ · LGPL-2.1 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 98
  • Release rhythm 50
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4101
  • days_rel: 120
  • days_push: 17
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2572 stars · 278 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Hunspell is a free spell checker and morphological analyzer library and command-line tool written in C++, licensed under LGPL/GPL/MPL. It powers spell checking in LibreOffice, Firefox, Chrome, and macOS, with support for complex morphology, compounding, stemming, and Unicode.

Use cases

  • add spell checking to my application
  • check spelling of words in multiple languages
  • stem words and analyze morphology in text
  • get spelling suggestions for misspelled words
  • spell check LaTeX or HTML documents from the command line
  • support agglutinative languages with rich morphology in a spellchecker

When to choose

  • you need a mature, widely adopted spell checking engine with C/C++ APIs
  • you need support for languages with complex morphology or compounding
  • you want a battle-tested checker used by browsers and office suites
  • you need a command-line spell checker with format-aware parsing

When to avoid

  • you need grammar checking rather than spelling
  • you want a pure high-level scripting solution without C++ dependencies (though bindings exist)
  • you need statistical/neural spell correction beyond dictionary-based suggestions

Facets

library · maturity stable

nlp parser cli developer-tools windows cross-platform cli spellcheck spell-checker stemming morphological-analysis dictionaries c-plus-plus natural-language-processing localization linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
hunspell/hunspellmain82

For agents

markdown · JSON · MCP: product_card(name="hunspell/hunspell")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem