Skip to main content

cosmofy 0.2.0 #

Now using uv!

cosmofy 0.2.0 is available. So many things came together for this release:

  1. Three open source developers I follow (William McGuan, Simon Willison, and Charlie Marsh) were all in a twitter thread where the concept of something like cosmofy was mentioned.
  2. I learned how to make CLIs sort of work the way Astral's tools do.
  3. I learned just how many crazy options GNU ls supports.

If you have uv installed you can use cosmofy:

uvx cosmofy

# or install it
uv tool install cosmofy

Read more.

Release Notes 0.2.0 - 2025-12-24T03:14:02Z #

This release represents a very large shift from bundling individual python files to using uv to bundle entire venv directories. The behavior of the CLI is now much more similar to uv in form and function.

Fixed

Changed

Added

Removed

Security