| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
macOS has Hover Text. Windows should too.
HoverText is a local Windows accessibility app for visually impaired and low-vision users. It combines Hover Text-style reading, UI Automation text capture, optional OCR, and cursor-following magnification so small text stays readable without switching to a full-screen zoom workflow.
Apple platforms include a useful accessibility feature called Hover Text: point at text, press a key, and read a larger version without losing context.
Windows users deserve the same kind of lightweight help. HoverText is built to fill that gap on Windows: it brings cursor-following, high-contrast floating text to everyday apps without forcing a full-screen magnifier or changing how people work.
For most users, download the standalone EXE from the latest release:
https://github.com/ferhas/hovertext/releases/latest/download/HoverText-win-x64.exe
For development, run from source:
.\.dotnet\dotnet.exe run --project .\src\HoverText.App\HoverText.App.csprojOr run the built executable:
.\src\HoverText.App\bin\Debug\net8.0-windows10.0.19041.0\HoverText.App.exe.\.dotnet\dotnet.exe test .\HoverText.slnThe repository also includes a GitHub Actions workflow that builds and tests the solution on Windows.
OCR support is optional and uses the Tesseract CLI. If tesseract.exe is available in PATH, or installed at C:\Program Files\Tesseract-OCR\tesseract.exe, HoverText will enable the OCR fallback automatically. Otherwise, it falls back to pixel magnification.
HoverText is designed as a local Windows utility:
Please see SECURITY.md before sharing bug reports that include screenshots or screen recordings.
Accessibility feedback is especially valuable. Good reports include the Windows version, display scaling, the app being tested, and whether the text was normal UI text, web content, tooltip text, or image-based text.
See CONTRIBUTING.md, SUPPORT.md, and the GitHub issue templates for details.
HoverText is an early Windows accessibility utility. The core experience is already usable, and the next milestones are packaging, broader app compatibility, and smoother installation.
Contributions, issue reports, and accessibility feedback are welcome.
| Back | FazBrowse Home | New Git URL |