OpenPorte is a community-maintained fork of the ALTCHA Spam Protection
plugin for WordPress (version 1), which provides a free, open source,
self-hostable, privacy-friendly CAPTCHA alternative based on a proof-
of-work mechanism — no cookies, no tracking, GDPR-friendly by design.
For the list of contributors, refer to our GitHub project: Contributors.
The original ALTCHA WordPress plugin (v1) was open source (GPLv2). Its
authors have since released a version 2/3 which is no longer open source,
and some features that were free in v1 are now paid. They no longer
maintain v1 and recommend that users migrate to v2/v3. See the official
project at https://altcha.org for their offering.
OpenPorte continues the v1 line as free software (GPLv2 or later) for users
who want to stay on a fully open-source, self-hosted solution. It is a
faithful fork: existing v1 installations can switch to OpenPorte and keep
their settings (see Upgrading).
OpenPorte is backward-compatible with ALTCHA v1:
[altcha] shortcode keeps working (alongside the new [openporte]).altcha_* filters and actions keep firing as deprecated aliases.See the Deprecations section for the full list of compatibility aliases and
what they map to.
Deactivate the old ALTCHA plugin, then install and activate OpenPorte. Your
existing configuration is detected and copied into the OpenPorte settings on
first activation; the original ALTCHA settings are left untouched, so you can
roll back to ALTCHA v1 without losing anything. Do not run both plugins at the
same time.
The following ALTCHA-era identifiers are kept as aliases for backward
compatibility and are scheduled for removal in a future release:
[altcha] shortcode — use [openporte].altcha/v1 REST namespace — use openporte/v1.altcha_* filters and actions — now firing through WordPress’ deprecatedopenporte_* equivalents.AltchaPlugin class and the ALTCHA_VERSION / ALTCHA_WIDGET_VERSIONOpenPortePlugin and the OPENPORTE_* constants.OpenPorte prioritizes user privacy by avoiding the use of cookies and fingerprinting techniques.
This plugin remains fully contained within your WordPress installation, eliminating any reliance on external services.
OpenPorte verifies submissions in one of two modes, selected in the settings
(API Mode):
The paid altcha.org regional SaaS classifier offered by earlier versions has
been removed; both remaining modes are free and self-hostable.
This plugin requires the WordPress REST API. If you are using any “Disable REST API” plugins, ensure that the endpoint /altcha/v1/challenge (marked for deprecation) and /openporte/v1/challenge are allowed.
[openporte] shortcode, or the deprecated [altcha] alias)All source code for the plugin, and the ALTCHA widget is available on GitHub. In the repository, you’ll also find versions of non-minified JavaScript and CSS assets: