Releases.
Public releases of Husk. Detailed notes for each version live on the corresponding GitHub Release; this page is the index.
- v0.1.5 2026-06-06 Minor
Auto-update from inside Husk. Settings now has an About tab showing the installed version with a one-click "Check for updates" button — Husk asks GitHub for the latest stable release, downloads the new binary, and atomically replaces husk.exe on the spot. Restart to start using it; HuskData/ (bookmarks, vault, profiles, history) is preserved across the swap. From v0.1.5 onward, future updates land without re-downloading the zip or hunting for the download page.
- v0.1.4 2026-06-02 Patch
Paste / Paste-and-go from the URL bar's right-click menu now work. They had been broken because the Win32 popup callback breaks Chromium's user-activation signal — both document.execCommand('paste') and navigator.clipboard.readText() silently bailed. The clipboard is now read on the Rust side, where no such gate applies, and the text is shipped to the URL bar directly. Download page also exposes a standalone husk.exe so existing users can update in place without re-extracting the full zip — your HuskData/ folder (bookmarks, vault, profiles, history) is preserved.
- v0.1.3 2026-05-29 Patch
OAuth popups now open as real popup windows sized to the page's request (instead of as tabs). Firebase Auth and postMessage-based OAuth now work: the popup's window.opener is correctly wired to the parent so tokens land where they should. Vault save prompt is non-intrusive in all states — no more auto-opening the sidebar on a routine login. Credentials entered in OAuth popups are never offered for save (they belong to the identity provider, not the parent site).
- v0.1.1 2026-05-28 Patch
OAuth popups now close themselves after auth (Google / Microsoft / GitHub / Apple). Taskbar pin identity (AUMID) is now per install location, so two Husk binaries on the same machine no longer collide.
- v0.1.0 2026-05-27 First public release
First binary published. Privacy core, network privacy, power tools, plausible deniability. Pre-launch audit completed. Portable build only.
Older versions, when they exist, will appear above the current one. For commit-level history, see husk-crypto on GitHub — the rest of Husk's source is closed.