Skip to content

uvws v0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 19:04

uvws v0.5.0

✨ What's new

  • Linux support — uvws now builds and runs on Linux. Releases ship
    .AppImage (auto-updatable), .deb, and .rpm. (See the first-launch note
    below for the AppImage.)
  • Open project folder — a new Open Folder button in the project header
    opens the project's working directory in your OS file manager
    (Finder / Explorer / your Linux file manager).
  • uv install gate & onboarding — uvws now detects whether Astral's uv is
    installed and offers a one-click install, plus a friendlier empty state so the
    very first run isn't blocked by a missing dependency.

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.