# crate-ci/typos

Source code spell checker

Repository: https://github.com/crate-ci/typos
Canonical: https://ross.abutalabs.com/products/typos
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: spell-checker, rust, cli, code-quality
Last push: 2026-08-20T21:20:36+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 84, longevity 100
- inputs: {"age_days": 2696, "days_push": 13, "days_rel": 30, "gap_med": 4.5, "n_releases_24m": 87}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4113, forks 183 (observed 2026-08-28T04:08:35.764690+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: linter, cli, developer-tools, code-review, ci-cd
- domain: developer-tools, version-control, testing
- platform: cli, cross-platform, windows, rust
- tags: spell-checker, code-quality, pre-commit, monorepo, typo-fixing, command-line, linux, macos

## Member repositories
- crate-ci/typos (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:35.764690+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:11.052352+00:00, confidence not recorded.
  - readme: https://github.com/crate-ci/typos (fetched 2026-08-28T04:08:35.764690+00:00, sha b0dac48177e4)
  - registry_crates: https://crates.io/api/v1/crates/typos (fetched 2026-08-29T09:14:36.765754+00:00, sha 59f721d0c663)
- Data as of 2026-08-30T08:39:29.467469+00:00.
