Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Monthly downloads exceed 100 million! Tool chain acquired by OpenAI in acquisition package! Python package management powerhouse uv now belongs to OpenAI!
Source: Quantum Bit
OpenAI makes a big move—its Python package management tool uv is about to be acquired.
OpenAI and Astral, the developer of uv, simultaneously announced that they have reached an acquisition agreement.
Regarding this deal, Astral founder and CEO Charlie Marsh said his goal in founding the company was to improve programming efficiency and create a tool that can “completely change the Python user experience.”
Marsh believes that joining OpenAI is an important step toward this goal.
Integrating into the CodeX team to continue supporting open source
The specific amount of this transaction between OpenAI and Astral has not been disclosed, but it has already attracted widespread attention from the developer community.
The most concerned question is what will happen to Astral’s high-frequency open-source tools in the future.
According to the arrangements announced by both parties, before the acquisition is officially completed and regulatory approval is obtained, OpenAI and Astral will continue to operate as two independent companies.
Once the deal is finalized, Astral’s team will transfer entirely to OpenAI and join the Codex team responsible for code generation.
As for open-source tools like uv, Ruff, and ty that developers rely on daily, both companies have given clear commitments.
OpenAI stated that after the acquisition, it will continue to support these open-source products.
Charlie Marsh, founder of Astral, also confirmed that they will stick to the current open-source route and work with the entire Python community to improve the tools.
Based on maintaining existing open-source projects, both sides also revealed the direction of technical integration after the merger.
After joining the Codex team, Astral will collaborate with OpenAI to explore deeper functional integration.
OpenAI aims to enhance current AI capabilities, moving beyond simple code generation, and further participating in the entire software development workflow.
Future AI will assist in planning code changes, running testing tools, verifying results, and handling post-deployment software maintenance, effectively improving overall programming and software development efficiency.
Although both sides have made clear commitments, it cannot completely dispel the doubts and concerns of the developer community.
Some netizens commented that OpenAI’s move is similar to Microsoft’s strategy of acquiring GitHub—controlling the toolchain to keep developers within their ecosystem.
However, some casual onlookers asked in OpenAI’s comment section, “What does Astral do?”
Who is Astral?
Astral is a startup specializing in developing Python open-source tools. Its core contributions include three highly used developer tools:
The first is uv, a package management tool mainly solving dependency and environment management issues.
It can directly replace traditional tools like pip and Poetry, using underlying algorithms to resolve dependencies in milliseconds and automatically manage virtual environments, greatly simplifying project setup and operation.
The second is Ruff, a very fast code checking and formatting tool.
It combines code style checking with automatic formatting, running hundreds of times faster than previous tools, with over 800 validation rules built-in. It supports automatic fixing of redundant imports and syntax errors, allowing developers to instantly clean up their codebase.
The third is ty, which is used for strict type safety checks across large codebases.
It performs global type safety scans in complex codebases, helping programmers intercept potential type crashes early in development.
These three tools are written in Rust, helping developers easily manage project progress and ensure code quality, with high speed and intuitive operation.
After years of development, these tools have surpassed 100 million downloads per month, becoming indispensable helpers for hundreds of millions of developers and a fundamental part of modern Python development.
The founder of Astral, who developed these tools, is Charlie Marsh.
He comes from a purely technical background. This is his first startup, motivated by a straightforward goal: to make programmers’ coding more efficient.
He initially aimed to create a set of fast, stable, user-friendly, and well-integrated tools to fundamentally change the real experience of writing Python.
When he launched the product three years ago, he mentioned that even a 1% increase in productivity across the Python community would accumulate to an astonishing effect over time.
During development, Astral’s technical potential attracted funding from well-known investment firms.
Casey Aylward from Accel led the seed and Series A funding rounds, followed by Jennifer Li from Andreessen Horowitz leading the Series B.
These investors showed full trust in Charlie Marsh, who started as a solo technical founder. With their support, Astral quickly grew into an important player in the Python developer tools field.
After joining OpenAI, Astral will also become part of OpenAI’s ecosystem.