Skip to content

Astral Shuts Down pyx, Open-Sources the Part That Mattered

June 17, 2026·Tim Hopper · Markdown

Astral is winding down pyx, its hosted commercial registry, and open-sourcing the GPU index and prebuilt-wheel infrastructure underneath it, with the artifacts free. Charlie Marsh confirmed the plan on Talk Python #552, recorded about a month after the OpenAI acquisition closed.

The commercial layer was the part Astral could afford to lose. The open tools and the GPU-packaging engine are what survive. For anyone who feared the OpenAI deal would lock the good parts behind a paywall, that ordering is the reassuring signal.

What pyx sold

pyx launched in beta in August 2025 to fix the problem uv users keep hitting on GPU machines: installing PyTorch, CUDA, and libraries like FlashAttention that build against both. It served prebuilt wheels with hardware-aware selection, so the registry figured out which build matched the machine. It was the revenue answer for a venture-funded company giving away uv and Ruff, and it went unmentioned in the March acquisition announcement. Now its future is settled, with the service gone and the engineering public.

Why open-sourcing it beats a paywall

The usual fear when a big company buys critical open-source tooling is enclosure: the free thing gets starved while value moves behind a paywall. Shutting down pyx runs the other way. Marsh’s account is that venture funding forced the commercialization, and OpenAI’s backing removes the pressure.

I genuinely think it’s possible that we end up writing more open source here than we did at Astral.

Open GPU packaging is the piece worth the most. Installing CUDA-linked wheels correctly is one of the sharpest edges in Python, which is why the handbook keeps separate guides for PyTorch, vLLM, and RAPIDS, and why the wheel variants proposal exists. A free, open index helps every uv user on a GPU, not just the enterprises pyx would have billed.

The tools kept shipping

Marsh said uv’s release cadence held through the acquisition, ty is on track for a stable release later in 2026, and the team is clearing its feature backlog. Whether the trajectory holds is the open question, and one quarter under a new owner is thin evidence; the handbook’s long-term analysis of uv lays out the licensing and fork options that hold whatever OpenAI decides. Marsh’s answer is that trust gets settled by actions, not announcements, and open-sourcing pyx’s engine is one of them.

Learn More

Last updated on