FAIR plugin downloads

FAIR (Federated and Independent Repositories) is a project from FAIR.pm and the Linux Foundation.

Download latest release (FAIR Plugin 1.1.0) Download latest build (WordPress 6.8.3 + FAIR 1.1.0)

WP-CLI usage

Automatic installation of the FAIR plugin depending on whether WordPress is multisite:

if wp core is-installed --network > /dev/null 2>&1; then
  wp plugin install https://fairpm.org/plugin --force --activate-network
else
  wp plugin install https://fairpm.org/plugin --force --activate
fi

Install WordPress including the FAIR plugin

wp core download https://fairpm.org/wordpress --force

Available Releases

Latest WordPress + FAIR Versions

API Documentation