# Installer typos-cli avec Homebrew, apk, Nix, pacman, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de typos-cli pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:typos-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install typos-cli
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add typos
```

  Preuve: Alpine Linux edge package indexes: typos from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#typos
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ty/typos/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S typos
```

  Preuve: Arch Linux sync databases: typos from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/typos
```

  Preuve: Scoop official bucket manifest trees: bucket/typos.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Crate-CI.Typos -e
```

  Preuve: Windows Package Manager source index: Crate-CI.Typos from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:typos-cli
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/typos-cli>
- **Version:** 1.49.0
- **Résumé source:** Source code spell checker
- **Page d'accueil:** <https://github.com/crate-ci/typos>
- **Dépôt:** <https://github.com/crate-ci/typos>
- **Licence:** Apache-2.0 OR MIT
- **Archive source:** <https://github.com/crate-ci/typos/archive/refs/tags/v1.48.0.tar.gz>
- **Dernière mise à jour:** 2026-08-03T19:37:32Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- typos (cli)
- typos (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.49.0
- gestionnaire mis à jour: 2026-08-03
- données locales: OK
- dépôt amont: https://github.com/crate-ci/typos
- dernière version détectée: v1.48.0 (à jour)
## Historique du projet et usages

typos-cli is the command-line package for `typos`, a Rust source-code spell checker. Its upstream README emphasizes two package-nerd requirements: it is fast enough for monorepos and has low enough false positives to run on pull requests.

### Historique du projet

The crate-ci/typos repository was created in April 2019. The changelog shows the project reached 1.0.0 in May 2021, after earlier 0.x releases, and continued with frequent dictionary and correctness updates into 2026.

The official design document explains the central choice that shaped the tool: unlike dictionary-distance spell checkers, typos uses known misspelling corrections to keep automated correction and CI use low-noise. Its source-code focus includes identifier splitting for snake_case, CamelCase, acronyms, hashes, escapes, UUIDs, and other code-shaped text.

The README documents a full command-line workflow: plain `typos` for reporting, `typos --write-changes` for automatic fixes, `--diff` for patches, `--format json` for machine-readable output, and `--dump-config`, `--files`, `--identifiers`, and `--words` for debugging.

### Historique d'adoption

Official docs present typos as both a standalone binary and an integration target. The README lists pre-built GitHub releases, `cargo install typos-cli --locked`, Homebrew, Conda, and Pacman installation paths, and it links official integration docs for GitHub Actions and pre-commit.

The batch input shows broader package-manager coverage across apk, Homebrew, Nix, Pacman, Scoop, and Winget. Upstream release metadata shows v1.48.0 published in June 2026, so the package is actively maintained in the current package-manager ecosystem.

### Modes d'utilisation

In package and CI workflows, typos is used as a repository check that fails on known spelling mistakes while avoiding noisy guesses. Developers can tune false positives in `_typos.toml` or related config files, extend identifiers and words, disable content checking for localized files, and use JSON Lines output for custom integrations.

### Pourquoi les passionnés de paquets s'y intéressent

typos-cli is significant because it packages source-code-aware spell checking as a fast, reproducible binary that fits package-manager, pre-commit, and CI habits. For maintainers who care about low-friction quality gates, its value is that it can be installed like any other dev tool and run unattended on large repositories.

### Chronologie

- 2019: Public GitHub repository created.
- 2021: 1.0.0 released.
- 2024: Ongoing 1.x release train continued.
- 2026: v1.48.0 released with June 2026 dictionary updates.

### Related projects

- The official comparison document compares typos with client9/misspell, codespell, scspell3k, and topy. The README also points to editor and CI integrations including GitHub Actions, pre-commit, Visual Studio Code, typos-lsp, and GitLab Code Quality.

### Sources

- <https://api.github.com/repos/crate-ci/typos>
- <https://api.github.com/repos/crate-ci/typos/releases>
- <https://github.com/crate-ci/typos#readme>
- <https://github.com/crate-ci/typos/blob/master/CHANGELOG.md>
- <https://github.com/crate-ci/typos/blob/master/docs/comparison.md>
- <https://github.com/crate-ci/typos/blob/master/docs/design.md>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour typos-cli. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: file supplied via --config PATH, typos.toml, _typos.toml, .typos.toml, Cargo.toml, pyproject.toml
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - typos: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ty/typos/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - typos - 1.47.1-r0: installed executable or alias match | Alpine Linux edge package indexes: typos from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Source code spell checker | https://github.com/crate-ci/typos
- apk - typos-doc - 1.47.1-r0: installed executable or alias match | Alpine Linux edge package indexes: typos-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Source code spell checker (documentation) | https://github.com/crate-ci/typos
- pacman - typos - 1.49.0-1: installed executable or alias match | Arch Linux sync databases: typos from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Source code spell checker | https://github.com/crate-ci/typos
- Scoop - main/typos: installed executable or alias match | Scoop official bucket manifest trees: bucket/typos.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Crate-CI.Typos: installed executable or alias match | Windows Package Manager source index: Crate-CI.Typos from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [prek](https://pkg.so/fr/brew/prek/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, rust.
- [cspell](https://pkg.so/fr/brew/cspell/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, spell-checker.
- [air](https://pkg.so/fr/brew/air/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, rust.
- [codebook-lsp](https://pkg.so/fr/brew/codebook-lsp/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, spell-checker.
- [jscpd](https://pkg.so/fr/brew/jscpd/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, source-code.
- [selene](https://pkg.so/fr/brew/selene/) - Shares pkgdb curated category or tags: cli, code-quality, developer-tools, rust.
- [uv](https://pkg.so/fr/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [ripgrep](https://pkg.so/fr/brew/ripgrep/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [typos-lsp](https://pkg.so/fr/brew/typos-lsp/) - Package names and metadata indicate a similar tool family. Shared terms: checker, cli, developer, developer-tools, spell.
- [codespell](https://pkg.so/fr/brew/codespell/) - Local package facts share a topical domain. Shared terms: cli, code, code-quality, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/typos-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/typos-cli.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
