Download

From mediawiki.org


Latest release

This is a zip file. It can be extracted on most operating systems without installing any additional software, and is generally recommended for Windows users.

We also provide a tarball (tar.gz file). If you use 7-Zip, it is recommended to update to the latest version to decompress the tarball (.tar.gz file). This is due to a bug with the PAX format in earlier versions. macOS users should note The Unarchiver has a bug which corrupts filenames in tarballs. Archive Utility can be used instead.


License

MediaWiki is free software licensed under version 2 of the GNU General Public License. Because MediaWiki is licensed free of charge, there is no warranty, to the extent permitted by applicable law. Read the full text of the GNU GPL version 2 for details.

System Requirements

MediaWiki requires PHP 7.3.19/7.4.3+ and either MySQL 5.5.8+, MariaDB, SQLite or PostgreSQL. For more information, please read the pages on system requirements and compatibility.

MediaWiki is not compatible with PHP 7.3.0 - 7.3.18 and 7.4.0 - 7.4.2 due to an upstream bug. Use PHP 7.3.19+ or 7.4.3+ instead. See task T246594 for more information.
Warning Warning: MediaWiki is not yet compatible with PHP 8. See task T248925 for more information.

Download from Git instead

Active MediaWiki developers should instead download from Git to get the latest version of the MediaWiki software. The git repository has earlier versions of the software, so it is possible to switch to ("check out") a particular release.

Signature downloads

Notes

Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .

Alternatives to manual installation

Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services; repositories of some distros also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).

What next?

Stay up to date with releases, and keep your server secure!

Legacy releases

If your MediaWiki installation is heavily modified, it may be difficult to incorporate the latest official changes/updates to MediaWiki. To support such users, we maintain old branches of our code for up to a year for the legacy release and up to three years for the legacy long term support release.

Development releases

If you want to run on the latest development (i.e. alpha) version, you can either download it as mediawiki-master.tar.gz, or download from Git.

From Git you can either download the complete repository (about 528 MiB)

git clone https://gerrit.wikimedia.org/r/mediawiki/core.git

or the latest revision only (about 85 MiB; this is often called a shallow clone: less time and smaller downloads).[1]

git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git

You can also view the latest source code in your browser.

Old releases

You can find tarballs (with extension *.tar.gz) of all versions of MediaWiki back to March 2005 (the earliest being MediaWiki 1.3.11) in the MediaWiki download archives.

Installation assistance

References

  1. This could cause reference problems when you later use "git pull" to upgrade your shallow clone and the newer revision refers to older revisions which are not yet downloaded to your system. In such a case you can simply download more - increase the depth value - or all revisions later, or make a fresh shallow clone.

See also