macOS
brew install typos-clilocal Homebrew formula metadata
brew
typos-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install typos-clilocal Homebrew formula metadata
sudo apk add typosAlpine Linux edge package indexes · typos · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#typosnixpkgs package indexes · pkgs/by-name/ty/typos/package.nix · ソース: api.github.com
sudo pacman -S typosArch Linux sync databases · typos · ソース: geo.mirror.pkgbuild.com
scoop install main/typosScoop official bucket manifest trees · bucket/typos.json · ソース: api.github.com
winget install --id Crate-CI.Typos -eWindows Package Manager source index · Crate-CI.Typos · ソース: cdn.winget.microsoft.com
概要
Source code spell checker
履歴
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.
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.
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.
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.
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.
セキュリティ状態
typos-cli に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
file supplied via --config PATHtypos.toml_typos.toml.typos.tomlCargo.tomlpyproject.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
typos | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/crate-ci/typos
インストールメタデータ
| パッケージキー | brew:typos-cli |
|---|---|
| バージョン | 1.48.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/typos-cli |
| ホームページ | https://github.com/crate-ci/typos |
| リポジトリ | https://github.com/crate-ci/typos |
| 上流ドキュメント | https://github.com/crate-ci/typos#readme |
| ライセンス | Apache-2.0 OR MIT |
| ソースアーカイブ | https://github.com/crate-ci/typos/archive/refs/tags/v1.48.0.tar.gz |
| 最終更新 | 2026-06-30T22:09:34Z |
| Pulse | updated |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
typos
nix profile install nixpkgs#typostypos 1.47.1-r0
Source code spell checker
https://github.com/crate-ci/typos
sudo apk add typostypos-doc 1.47.1-r0
Source code spell checker (documentation)
https://github.com/crate-ci/typos
sudo apk add typos-doctypos 1.47.2-1
Source code spell checker
https://github.com/crate-ci/typos
sudo pacman -S typosmain/typos
scoop install main/typosCrate-CI.Typos
winget install --id Crate-CI.Typos -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.