Developer Tools
OpenAI Acquires Python Tooling Startup Astral, Bringing Rust-Powered Speed to Codex
The makers of uv, ruff, and ty — Rust-based Python tools 10–100x faster than their predecessors — will integrate into OpenAI’s Codex platform, now used by more than two million developers.
OpenAI announced plans to acquire Astral, the open-source Python tooling startup whose Rust-based tools have reshaped how millions of developers write, lint, and package Python code. Astral’s flagship products — the uv package manager, the ruff linter and formatter, and the ty type checker — routinely deliver 10–100x speed improvements over traditional Python-native equivalents like pip, flake8, and mypy. The acquisition will fold Astral’s engineering team into OpenAI’s Codex effort, which has grown past two million active users and is increasingly positioned as the company’s second major product line behind ChatGPT. Financial terms were not disclosed.
The deal draws an immediate parallel to Anthropic’s 2025 acquisition of the Bun JavaScript runtime for its Claude Code product. Both moves signal a clear thesis: that AI coding assistants are only as good as the toolchains they orchestrate, and that owning the fastest, most reliable development infrastructure is a durable competitive advantage. By integrating uv’s near-instant dependency resolution and ruff’s sub-second linting directly into Codex, OpenAI can offer an end-to-end Python development experience where the AI not only writes code but manages the entire project lifecycle — from environment setup to formatting to type-checking — at speeds that feel instantaneous.
For the broader Python ecosystem, the acquisition raises both promise and concern. Astral’s tools are open source under permissive licenses, and OpenAI has pledged to maintain them as community projects. But the concentration of critical developer infrastructure under a handful of AI giants — OpenAI now controlling Python tooling, Anthropic owning the leading JavaScript runtime — marks a new phase in the AI-tooling convergence. The era when AI companies competed solely on model quality is giving way to one where they compete on the full stack of developer experience, from the language server to the deployment pipeline.