Key Takeaways
- OpenAI is acquiring Astral, whose tools already power millions of Python developer workflows worldwide.
- Codex has grown to 2 million weekly active users, with usage up 5x since January 2026.
- OpenAI plans to keep Astral's tools open source after the deal closes.
OpenAI announced on March 19 that it will acquire Astral, bringing the company's open source Python developer tools into the Codex ecosystem. Company officials say the acquisition will accelerate Codex development and expand AI capabilities across the software development lifecycle.
Astral's tools — uv, Ruff and ty — power millions of developer workflows and have become foundational to modern Python development. OpenAI says it plans to continue supporting Astral's open source products after the deal closes.
Codex itself has seen 3x user growth and 5x usage increase since the start of 2026, with over 2 million weekly active users. This acquisition will enable AI agents to work more directly with the tools developers already use.
"Astral's tools are used by millions of Python developers. By bringing their expertise and ecosystem to OpenAI, we're accelerating our vision for Codex as the agent most capable of working across the entire software developer lifecycle."
- Thibault Sottiaux
Codex Lead, OpenAI
Table of Contents
- Inside Astral's Toolkit: What Codex Gains from the Deal
- What's Driving Demand for Autonomous Coding Platforms
Inside Astral's Toolkit: What Codex Gains from the Deal
Astral brings three widely adopted open source tools to OpenAI's Codex platform, each targeting a distinct pain point in the Python development workflow.
| Tool | What It Does |
|---|---|
| uv | Simplifies dependency and environment management |
| Ruff | Provides fast linting and formatting |
| ty | Helps enforce type safety across codebases |
What's Driving Demand for Autonomous Coding Platforms
AI coding platforms have evolved well beyond simple autocomplete.
Modern systems now support multi-agent workflows capable of handling complex, multi-step tasks with minimal human intervention — from visual verification and project reasoning to autonomous task execution. Underpinning much of this is the Model Context Protocol, which standardizes how AI applications connect to external tools and data sources, including CLI access.
Enterprise adoption is accelerating, though the data reveals how much of the work is already running on autopilot.
According to OpenAI's own API figures, 77% of conversations are fully automated, and 44% of traffic involves computer or mathematical tasks. For IT leaders weighing adoption, the top concerns are:
- Data security (50%)
- Integration with legacy systems (48%)
- Cost savings (44%)
The productivity case is increasingly hard to ignore — more than half of software professionals say AI coding tools have made them more productive, with some reporting gains as high as 74%.
The caveat: without adequate human oversight, automated code generation can drift toward being outdated or inaccurate, a challenge that foundational tooling like Astral's is designed to help address