Skip to content

uvws v0.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:24

uvws v0.7.1

✨ What's new

  • Bigger window-drag area — the strip along the top of the window (and
    sidebar) is now taller, so there's more room to grab and move the window.
  • Removed the Python version card added in 0.7.0 — it overlapped with the
    existing Python Interpreter setting and the .venv it creates, which was
    more confusing than helpful. Pin a Python version with a .python-version
    file if you need one; uv still honors it.

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.