ty
brew install ty
v0.0.51
MIT
Extremely fast Python type checker written in Rust, designed as a complement to existing type checkers.
Why you might care
ty provides rapid feedback on Python type errors during development, with performance optimized for large codebases. It complements tools like mypy or pyright rather than replacing them, focusing on speed and pragmatic type checking. As a Rust binary, it installs as a single executable with no runtime dependencies.
2.7k
30-day installs · #838
6.9k
90-day · #956
11.3k
365-day · #1358
Build dependencies
Links
- https://docs.astral.sh/ty/
- Brew formula source: Formula/t/ty.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"mypy",
"pyright",
"pyre",
"pytype"
],
"build_dependencies": [
"rust"
],
"categories": [
"type-checker",
"linter"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Extremely fast Python type checker, written in Rust",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:08+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "ty",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://docs.astral.sh/ty/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "ty",
"installs_30d": 2701,
"installs_365d": 11301,
"installs_90d": 6898,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:47:20+00:00",
"llm_model": "claude-haiku-4-5",
"name": "ty",
"oldnames": [],
"one_liner": "Extremely fast Python type checker written in Rust, designed as a complement to existing type checkers.",
"optional_dependencies": [],
"rank_30d": 838,
"rank_365d": 1358,
"rank_90d": 956,
"raw_hash": "2ca7828c16432717",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/t/ty.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.0.51",
"versioned_formulae": [],
"why_use_this": "ty provides rapid feedback on Python type errors during development, with performance optimized for large codebases. It complements tools like mypy or pyright rather than replacing them, focusing on speed and pragmatic type checking. As a Rust binary, it installs as a single executable with no runtime dependencies."
}