Skip to content

uvws v0.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:37

uvws v0.6.0

✨ What's new

  • Theme picker — choose System / Light / Dark in Settings (click the
    uvws logo, top-left). Previously the app only followed your OS appearance;
    now you can pin it. "System" still tracks OS changes live.
  • Window transparency — a new slider makes the whole app window translucent
    so your desktop shows through (macOS & Linux). At 100% it looks exactly as
    before; drag it down for a see-through window.
  • UI glass strength — a second slider tunes how translucent the in-app
    glass panels are, independent of the window transparency.

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.