Skip to content
Griffen Fargo edited this page May 11, 2026 · 10 revisions

Local-first WordPress tooling.

This wiki serves as the main source of truth for using, configuring, and extending localpress.

What is localPress?

localPress is a CLI tool that processes WordPress media on your local machine and syncs results back to a remote WordPress site via the REST API. No cloud SaaS, no recurring credits, no WordPress plugin required.

Quick Start

  1. Install: brew install gfargo/localpress/localpress
  2. Connect: localpress init --url https://your-site.com
  3. Audit: localpress audit
  4. Optimize: localpress optimize --unoptimized --apply

Core Concepts

  • Local processing: Your laptop's CPU/GPU does the work
  • WordPress integration: Works via Application Passwords (built into WP core)
  • Idempotent operations: Safe to run repeatedly
  • Always undoable: Every destructive op is snapshotted locally and reversible via localpress undo
  • Vision AI built in: Local Ollama vision model generates alt text, titles, descriptions, tags, and content-type classification
  • AI agent ready: First-party MCP server + companion markdown skill

Documentation Sections

Need Help?

Clone this wiki locally