All releases

OpenAVC v0.24.1

August 5, 2026

OpenAVC 0.24.1 fixes the browser's own sign-in dialog appearing over the UI Builder on systems with an admin password set.

Fixes

  • Opening the UI Builder on a system with an admin password no longer triggers the browser's native sign-in dialog. The panel canvas makes an unauthenticated fallback request whose 401 carried a Basic challenge, which Chrome answers with its own prompt. Requests made by web pages now receive a plain 401 the application handles itself, while direct navigation and command-line clients keep the standard challenge.