# Breeze

> **TL;DR.** Breeze is a Rust Windows service that auto-confirms Windows Hello credential dialogs after face recognition succeeds.

- **Category:** Developer Tools / Windows / Automation
- **Stage:** validating
- **Age:** 61 days
- **Origin date:** 2026-04-16
- **First detected:** 2026-04-18
- **Canonical URL:** https://earlyterms.com/term/breeze
- **Sources:** 6 primary URLs

## Definition

Breeze is a Rust Windows service that auto-confirms Windows Hello credential dialogs after face recognition succeeds. When a prompt appears for Okta Verify or sudo-style tools, it watches UI Automation focus events, locates the `Credential Dialog Xaml Host`, and clicks OK. PIN and fingerprint prompts are left alone.

Published on [GitHub as evan-choi/breeze-wh](https://github.com/evan-choi/breeze-wh) on April 16, 2026 and [posted to Show HN](https://news.ycombinator.com/item?id=47805987) the next day, it is a ~2 MB single-binary distributed on [crates.io as breeze-wh](https://crates.io/crates/breeze-wh). Matching uses AutomationId and ClassName, so it works across Windows display languages. Note: the name collides heavily with HubSpot Breeze, KDE Breeze, Breeze Airways, and others — this entry is the Windows Hello tool only.

## Example

A dev with the laptop camera on the left monitor and work on the right gets tired of glancing left to unlock, right to click OK. Install `breeze-wh` as a service, and every Okta Verify prompt recognizes the face and dismisses itself without the mouse trip.

## Analogy

A doorman who opens the door the moment he recognizes you, so you never have to reach for the handle.

## Why it's emerging now

evan-choi published the Rust crate `breeze-wh` on April 16, 2026 and a Show HN the next day. It scratches a specific itch — laptop-camera-plus-external-monitor users who hate the extra click — and joins a lineage of community Windows Hello tweaks (WSL-Hello-sudo, HelloSwitcher). Traction is thin but the niche is real.

## Related terms

- *parent:* Windows Hello
- *related:* Okta Verify
- *related:* WSL-Hello-sudo
- *related:* HelloSwitcher
- *related:* PowerToys
- *related:* UI Automation
- *related:* Credential Dialog Xaml Host
- *related:* WinHelloUnlock
- *related:* Windows Service
- *related:* Session 0

## Sources

1. [GitHub — evan-choi/breeze-wh](https://github.com/evan-choi/breeze-wh)
2. [crates.io — breeze-wh 0.1.8](https://crates.io/crates/breeze-wh)
3. [Show HN: Breeze, auto-confirm Windows Hello face recognition dialogs](https://news.ycombinator.com/item?id=47805987)
4. [Microsoft Learn — Windows Hello face authentication](https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/windows-hello-face-authentication)
5. [Prior art — nullpo-head/WSL-Hello-sudo](https://github.com/nullpo-head/WSL-Hello-sudo)
6. [Prior art — emoacht/HelloSwitcher](https://github.com/emoacht/HelloSwitcher)

---
_Generated by EarlyTerms · https://earlyterms.com/term/breeze_
