Forgot your password?
typodupeerror
Businesses Open Source

OpenAI Acquires Developer Tooling Startup Astral (cnbc.com) 7

OpenAI announced it's acquiring developer tooling startup Astral to strengthen its Codex AI coding assistant, which has over 2 million weekly users and has seen a three-fold increase in user growth since the start of the year. CNBC reports: "Through it all, though, our goal remains the same: to make programming more productive. To build tools that radically change what it feels like to build software," Astral's founder and CEO Charlie Marsh wrote in a blog post. The company's acquisition of Astral is still subject to customary closing conditions, including regulatory approval.
This discussion has been archived. No new comments can be posted.

OpenAI Acquires Developer Tooling Startup Astral

Comments Filter:
  • by AcidFnTonic ( 791034 ) on Thursday March 19, 2026 @01:05PM (#66049898) Homepage

    Strengthen by removing competition

  • I'm a fan of "ruff" and had hopes for moving some stuff to "uv" - I guess it's time to rethink that.

    • by ratbag ( 65209 )

      Indeed. I've been using `uv` for a year and don't really want to lose it, but this is surely game over.

      Also, why didn't OpenAI just get someone to vibe equivalent tools into existence for them? I sure ain't buying their dog food.

  • It would be better to create AI tools that made software more secure, bug-free and efficient
    More productive tools to creating bloated, inefficient, bug-ridden, insecure slop doesn't help

  • Some background from personal use of Astral's products ...

    Astral makes a tool called uv [astral.sh], for Python.

    It offers one solution to an important problem in the Python ecosystem.
    Certain projects require certain versions of Python.
    You may end up with two projects that you need on the same machine, but with different Python versions.

    For example, you want to run Home Assistant and AppDaemon.
    Using uv, you can have two separate virtual environments (venv) each with its own version of Python.

    It is also lightning speed f

The best laid plans of mice and men are held up in the legal department.

Working...