Skip to content

uvws v0.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:01

uvws v0.7.0

✨ What's new

  • Per-project Python version — a new Python version card in the Config
    tab lists the CPython versions uv knows about (installed ones flagged). Click
    one to pin it to the project (.python-version); if it isn't installed yet,
    uv downloads it first. Since everything runs through uv run, the pin is
    picked up automatically on the next launch.

Downloads

Platform File
macOS (Apple Silicon) .dmg (aarch64)
macOS (Intel) .dmg (x64)
Windows .msi / .exe
Linux .AppImage / .deb / .rpm

⚠️ macOS First Launch

macOS may show a security warning because the app is not notarized.
Right-click the app → Open → Click Open in the dialog.
You only need to do this once.

🐧 Linux First Launch

For the AppImage, make it executable first: chmod +x uvws_*.AppImage, then run it.
(.deb / .rpm install via your package manager.) AppImage may require
libfuse2 on some distros: sudo apt install libfuse2.

Prerequisites

  • uv must be installed on your system.