Introduction

ReCaptcha.Desktop is an open source library to access Google's reCAPTCHA API on all majpr windows desktop frameworks including WPFopen in new window, WInUI3open in new window, UWPopen in new window, WinFormsopen in new window. ReCaptcha.Desktop focuses on simplicity and stability, which means you can get started with just a few lines of code.

ReCaptcha.Desktop is fast and reliable. It uses Microsoft's official WebView2open in new window library on each specific plattform and the offical Google reCAPTCHA widget/APIopen in new window to bring you the best performance and stability. Not only is ReCaptcha.Desktop fast but also highly customizable. You are able to change about anything - from themes to fundamental components.

How it works

Since Google does not officially support any .NET desktop framework, ReCaptcha.Desktop has to use a WebView2open in new window to display a custom reCAPTCHA widget. But don't worry, ReCaptcha.Desktop is still fast and the user doesn't see any of the fancy actions. A window appears only when manual user input is requested by Google.

Information

  • ReCaptcha.Desktop.WPF: .NET 6.0
  • ReCaptcha.Desktop.WinUI: .NET 6.0
  • ReCaptcha.Desktop.UWP: Target: Windows 11 (10.0; Build 22000) / Minimum: Windows 10, version 1809 (10.0; Build 17763)
  • ReCaptcha.Desktop.WinForms: .NET 6.0

  • ReCaptcha.Desktop.WPF.Sample: .NET 6.0
  • ReCaptcha.Desktop.WinUI.Sample: .NET 6.0
  • ReCaptcha.Desktop.UWP.Sample: Target: Windows 11 (10.0; Build 22000) / Minimum: Windows 10, version 1809 (10.0; Build 17763)
  • ReCaptcha.Desktop.WinForms.Sample: .NET 6.0

Dependencies