Skip to content

uvws v0.5.1

Choose a tag to compare

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

uvws v0.5.1

✨ What's new

  • Fixed "Open Folder" — the button failed with "Not allowed to open path"
    because the opener path scope was empty. It now opens any project folder in
    your OS file manager.
  • Download page polish — all four download cards (macOS ×2, Windows, Linux)
    now sit on one row, each with its OS logo.

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.