Installing ProcessWire

Information on how to download and install a new copy of ProcessWire from a ZIP file, from GitHub, or with Composer.

Installing ProcessWire

Requirements

Before installing, please double check that your server meets the following minimum requirements:

  • A Unix or Windows-based web server running Apache or 100% compatible.
  • PHP 8.x is recommended. PHP 7.x versions are also supported.
  • PDO database support in PHP.
  • MySQL 5.6+ or newer (equivalent MariaDB versions also supported).
  • Apache must have mod_rewrite enabled and must support .htaccess files.
  • PHP's bundled GD 2 library or ImageMagick library

Installation from ZIP file

Download the latest version of ProcessWire (ZIP file).

Unzip the ProcessWire installation file to the location where you want it installed on your web server.

Load the location that you unzipped (or uploaded) the files to in your web browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation.

Installation from GitHub

Git clone ProcessWire to the place where you want to install it (from the command line):

git clone https://github.com/processwire/processwire.git

Load the location where you installed ProcessWire into your browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation.

Installation with Composer and Packagist

ProcessWire is available from Packagist and can be installed using Composer by typing the following from the command line:

composer create-project processwire/processwire

If you prefer, you can pull ProcessWire into an existing project (which will place it into the /vendor/ directory):

composer require processwire/processwire

Other installation options

See our download page for additional download and installation options.

Latest news

  • ProcessWire Weekly #559
    The 559th issue of ProcessWire Weekly brings in all the latest news from the ProcessWire community. Modules, sites, and more. Read on!
    Weekly.pw / 25 January 2025
  • ProcessWire 3.0.244 new main/master version
    ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details.
    Blog / 18 January 2025
  • Subscribe to weekly ProcessWire news

“To Drupal, or to ProcessWire? The million dollar choice. We decided to make an early switch to PW. And in retrospect, ProcessWire was probably the best decision we made. Thanks are due to ProcessWire and the amazing system and set of modules that are in place.” —Unni Krishnan, Founder of PigtailPundits