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
- FAIR Plugin 1.1.0
- FAIR Plugin 1.0.0
- FAIR Plugin 0.4.1
- FAIR Plugin 0.4.0
- FAIR Plugin 0.3.0
- FAIR Plugin 0.2.0
Latest WordPress + FAIR Versions
- WordPress 6.8.3 + FAIR 1.1.0
- WordPress 6.7.4 + FAIR 1.1.0
- WordPress 6.6.4 + FAIR 1.1.0
- WordPress 6.5.7 + FAIR 1.1.0
- WordPress 6.4.7 + FAIR 1.1.0
- WordPress 6.3.7 + FAIR 1.1.0
- WordPress 6.2.8 + FAIR 1.1.0
- WordPress 6.1.9 + FAIR 1.1.0
- WordPress 6.0.11 + FAIR 1.1.0
- WordPress 5.9.12 + FAIR 1.1.0
- WordPress 5.8.12 + FAIR 1.1.0
- WordPress 5.7.14 + FAIR 1.1.0
- WordPress 5.6.16 + FAIR 1.1.0
- WordPress 5.5.17 + FAIR 1.1.0
- WordPress 5.4.18 + FAIR 1.1.0
- WordPress 5.3.20 + FAIR 1.1.0
- WordPress 5.2.23 + FAIR 1.1.0
- WordPress 5.1.21 + FAIR 1.1.0
- WordPress 5.0.24 + FAIR 1.1.0
- WordPress 4.9.28 + FAIR 1.1.0
- WordPress 4.8.27 + FAIR 1.1.0
- WordPress 4.7.31 + FAIR 1.1.0
API Documentation
/api/latest→ Latest FAIR plugin metadata (JSON)/api/wordpress→ Latest WordPress+FAIR build metadata (JSON)/api/versions→ List of all FAIR plugin versions (JSON)/health→ Basic health check ("ok")