aicoolies logo

ty

Extremely fast Python type checker written in Rust

Share
open-sourceOpen Source
Visit Website →

ty is an extremely fast Python type checker built in Rust by Astral, the team behind Ruff and uv. It performs full type inference, supports PEP 695 type parameter syntax, and checks Python code orders of magnitude faster than mypy or pyright. ty completes the Astral Python toolchain alongside Ruff for linting and uv for package management, giving developers a unified Rust-powered development experience.

ty is the third major tool from Astral, completing their vision of rebuilding Python's core development toolchain in Rust for maximum performance. Where Ruff replaced flake8 and black for linting and formatting, and uv replaced pip and virtualenv for package management, ty targets mypy and pyright for type checking. The result is a type checker that can process large codebases in seconds rather than minutes, with full support for Python's type system including generics, protocols, and the latest PEP 695 syntax.

The type checker performs whole-program inference, understanding type narrowing through control flow, isinstance checks, and pattern matching. It integrates with existing type stubs from typeshed and supports inline type: ignore comments for gradual adoption. ty outputs clear, actionable error messages with code snippets and fix suggestions, following the same developer experience philosophy that made Ruff popular. Configuration lives in pyproject.toml alongside Ruff and uv settings.

Despite being relatively new, ty has already accumulated over 18,000 GitHub stars, reflecting strong developer demand for faster Python tooling. It is distributed under the MIT license and installs as a single binary with zero Python dependencies. For teams already using Ruff and uv, ty provides the final piece of a coherent, high-performance Python development stack that eliminates the overhead of managing multiple slow Python-based tools.

Pricing

Free and open source under MIT license

Platforms

macOS, Linux, Windows — single Rust binary, no Python deps

Categories

Tags

Use Cases

Alternatives

Related Tools

Safari MCP Server

Apple's Safari-native MCP server for web debugging agents

Safari MCP Server is Apple's safaridriver-based MCP server in Safari Technology Preview, giving compatible coding agents local access to Safari page content, console logs, network requests, screenshots, JavaScript evaluation, interactions, viewport controls, and accessibility/performance checks.

freeTelemetry
rampart

Rampart

Microsoft’s pytest-native red teaming framework for turning AI agent safety findings into CI tests.

RAMPART is an open-source Microsoft framework for safety and security testing of agentic AI applications. It brings red-team findings into a pytest-native workflow so teams can turn prompt injection, unsafe tool use, and behavioral boundary failures into repeatable regression tests. The strongest aicoolies angle is developer workflow: RAMPART makes agent safety part of CI/CD instead of a one-off security review.

open-sourceOpen Source
Requestly logo

Requestly

One tool for intercepting, mocking, and replaying HTTP — acquired by BrowserStack

Requestly is a BrowserStack-backed API client, HTTP interceptor, mock server, and session replay tool for frontend and QA teams. Its current product is commercial/API-client led, while the legacy interceptor/open-source code is AGPLv3. The free plan covers individual workflows, and Pro lists at $12/user/month monthly or $9/user/month annually for collaborative QA and frontend debugging teams.

freemium
Browserbase logo

Browserbase

Headless browser cloud built for AI agents

Browserbase is cloud infrastructure that runs headless Chromium browsers on demand for AI agents and automation workflows, exposing Playwright, Puppeteer, and Selenium endpoints with built-in session replay, residential proxies, CAPTCHA solving, and stealth fingerprints. It also hosts Stagehand and a Model Gateway, letting teams build browser-using agents without maintaining their own fleet of Kubernetes-managed Chromium instances.

freemium
Anchor Browser logo

Anchor Browser

Cloud browser infrastructure for AI agents

Anchor Browser provides secure cloud-managed browser infrastructure for computer-use agents. Deploy humanized Chromium instances that access any website while maintaining bot-detection evasion and authentication support. Features OmniConnect for authentication lifecycle management, Web Action Cache for deterministic workflows, and built-in VPN infrastructure. Includes free tier and paid plans supporting millions of concurrent browser sessions for scalable agent automation.

freemium
RagaAI Catalyst logo

RagaAI Catalyst

AI testing and evaluation for agents and LLM apps

RagaAI Catalyst is a comprehensive Python SDK for observability, monitoring, and evaluation of LLM and agentic applications. Provides agent tracing with execution graph visualization, self-hosted dashboard with analytics, synthetic data generation, multi-metric evaluation framework, and guardrail management. Built for teams running production RAG systems and AI agents who need systematic testing, debugging, and performance optimization workflows.

open-sourceOpen Source