Skip to content

Releases: bunhine0452/uvws

uvws v0.7.1

16 Jun 13:24

Choose a tag to compare

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.

uvws v0.7.0

16 Jun 12:01

Choose a tag to compare

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.

uvws v0.6.0

16 Jun 10:37

Choose a tag to compare

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.

uvws v0.5.1

14 Jun 19:30

Choose a tag to compare

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.

uvws v0.5.0

14 Jun 19:04

Choose a tag to compare

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.

uvws v0.4.1

07 Jun 04:30

Choose a tag to compare

uvws v0.4.1

✨ What's new

  • Fixed the app icon — it had a white background plate behind it; the
    icon is now properly transparent everywhere (app icon and favicons).
  • Update notifications now render the release notes instead of showing
    raw markdown, so you can clearly see what changed.

Downloads

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

⚠️ 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.

Prerequisites

  • uv must be installed on your system.

uvws v0.4.0

07 Jun 03:35

Choose a tag to compare

uvws v0.4.0

✨ What's new

  • Share via public link + QR — expose a running local server through a cloudflared quick tunnel in one click. Non-blocking panel with link, QR, copy/open, and a dedicated Stop button.
  • Resource monitor — live per-project CPU and memory usage with an inline sparkline.
  • Native notifications — get notified when a server is ready or crashes.
  • Dependency doctor — check for outdated packages and upgrade them (per package or all at once) from the Dependencies tab.
  • New app icon.
  • Update notifications now render release notes nicely (no more raw markdown).

⚠️ 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.

Prerequisites

  • uv must be installed on your system.

uvws v0.3.1

06 Jun 12:37
931610c

Choose a tag to compare

uvws v0.3.1

Downloads

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

⚠️ 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.

Prerequisites

  • uv must be installed on your system.

uvws v0.3.0

06 Jun 12:00
ce9c23f

Choose a tag to compare

uvws v0.3.0

Downloads

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

⚠️ 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.

Prerequisites

  • uv must be installed on your system.

uvws v0.2.2

03 Jun 08:33

Choose a tag to compare

uvws v0.2.2

여러 서버를 동시에 돌릴 때의 상태 표시를 바로잡고 다듬은 릴리즈입니다.

🐞 버그 수정

  • 다른 프로젝트로 전환해도 실행 중인 서버 상태가 유지됩니다. 이전에는 프로젝트를 클릭하면 실제로 돌아가는 서버인데도 초록불이 사라지고 "중지됨"처럼 보였습니다. (설정 저장·추가·삭제 응답이 실행 상태를 Stopped로 덮어쓰던 문제 — 이제 모든 응답이 레지스트리 기준 실행 상태/포트를 반영합니다.)

🎨 UI 개선

  • 사이드바에서 실행 중인 프로젝트는 선택하지 않아도 표시됩니다 — 펄스(살아있는) 초록 점 + :포트. 여러 서버를 동시에 띄울 때 무엇이 어느 포트로 켜져 있는지 한눈에 확인할 수 있습니다.

Downloads

Platform File
macOS (Apple Silicon, M1~M4) uvws_0.2.2_aarch64.dmg
macOS (Intel) uvws_0.2.2_x64.dmg
Windows 10+ uvws_0.2.2_x64-setup.exe

기존 사용자는 앱의 About → 업데이트 확인으로 바로 받을 수 있습니다.

⚠️ macOS 첫 실행

공증되지 않은 앱이라 보안 경고가 뜰 수 있습니다.

  • "손상된 앱" 오류: 터미널에서 xattr -cr /Applications/uvws.app 실행 후 재시도
  • 일반 경고: 앱 우클릭 → Open → Open

Prerequisites

  • uv 가 설치되어 있어야 합니다.