crate-ci/typos
Source code spell checker observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.5
- age_days: 2696
- days_rel: 30
- days_push: 13
- n_releases_24m: 87
Adoption not part of the score
4113 stars · 183 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
typos is a fast source code spell checker written in Rust that finds and corrects spelling mistakes in codebases. It is designed for low false positives so it can run on pull requests and monorepos, with integrations for GitHub Actions and pre-commit.
Use cases
- find spelling mistakes in my source code
- auto-fix typos across a repository
- add a spell check step to CI for pull requests
- check a monorepo for typos quickly
- run a spell checker as a pre-commit hook
- ignore intentional identifiers like names and acronyms in spell checking
When to choose
- you need fast spell checking that scales to large monorepos
- you want low false positives suitable for PR checks
- you need CI or pre-commit integration for typo detection
- you want automatic typo correction with configurable ignores
When to avoid
- you need grammar or prose-quality checking, not just spelling
- you need natural-language document spell checking with rich formatting support
- you require a GUI-based spell checking workflow
Facets
cli-tool · maturity active
linter cli developer-tools code-review ci-cd developer-tools version-control testing cli cross-platform windows rust spell-checker code-quality pre-commit monorepo typo-fixing command-line linux macos
2 sources
- readme: https://github.com/crate-ci/typos · fetched 2026-08-28 · b0dac48177e4
- registry_crates: https://crates.io/api/v1/crates/typos · fetched 2026-08-29 · 59f721d0c663
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| crate-ci/typos | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem