Add FCaptcha to Captchas section

This commit is contained in:
Chris Portscheller 2026-02-28 11:06:31 -06:00
parent dea19c4f23
commit 03ef8b2458
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ Google captchas use cookies to track users and rank their IPs.
- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
- [Private Captcha](https://github.com/PrivateCaptcha/PrivateCaptcha) - Privacy-first and self-hosted Proof-of-Work CAPTCHA alternative, made in EU.
- [FCaptcha](https://github.com/WebDecoy/FCaptcha) - Self-hosted CAPTCHA that detects bots, vision AI agents, and headless browsers through behavioral analysis and SHA-256 proof of work. No tracking, no cookies, no external dependencies. Servers in Go, Python, and Node.js.
[Back to top 🔝](#contents)