Show HN: Winpodx – run Windows apps on Linux as native windows

· ai-agents · Source ↗

TLDR

  • Winpodx wraps dockur/windows + FreeRDP RemoteApp to present Windows apps as individual native Linux windows with real icons and WM_CLASS, zero manual VM setup.

Key Takeaways

  • Stack: Podman/Docker container running Windows 11 25H2, FreeRDP RAIL for per-app windows, bearer-authed PowerShell HttpListener agent on 127.0.0.1:8765 for host-to-guest commands.
  • First launch auto-provisions everything (ISO download, Sysprep, OEM apply) in 5-10 min; subsequent app clicks resume an idle-suspended container.
  • Feature advantages over winapps/winboat: auto-suspend, 7-day password rotation, multi-DE HiDPI, multi-session RDP (up to 10), air-gapped install via --source --image-tar.
  • No GPU passthrough by default; DirectX-heavy apps are CPU-bound under QEMU software rendering – Wine + DXVK remains the right tool for games.
  • Qt6 GUI + CLI + tray; stdlib-only Python 3.11+ with tomli fallback; winpodx check exposes pod/RDP/agent/disk health as JSON.

Hacker News Comment Review

  • No substantive HN discussion yet.

Original | Discuss on HN