Download

From MediaWiki.org
Jump to: navigation, search

Other languages:
Qafár af 6% • ‎العربية 9% • ‎বাংলা 15% • ‎brezhoneg 3% • ‎bosanski 27% • ‎català 3% • ‎čeština 100% • ‎dansk 58% • ‎Deutsch 100% • ‎Ελληνικά 33% • ‎English 100% • ‎español 100% • ‎suomi 27% • ‎français 73% • ‎galego 55% • ‎עברית 9% • ‎हिन्दी 9% • ‎Հայերեն 39% • ‎Bahasa Indonesia 76% • ‎italiano 33% • ‎日本語 100% • ‎ქართული 21% • ‎ಕನ್ನಡ 24% • ‎한국어 100% • ‎Lëtzebuergesch 6% • ‎മലയാളം 3% • ‎Bahasa Melayu 45% • ‎Nederlands 24% • ‎occitan 58% • ‎polski 64% • ‎پښتو 24% • ‎português 36% • ‎português do Brasil 97% • ‎русский 97% • ‎svenska 9% • ‎ไทย 48% • ‎ئۇيغۇرچە / Uyghurche 48% • ‎українська 0% • ‎Tiếng Việt 100% • ‎吴语 33% • ‎粵語 39% • ‎中文 97%

Latest release

MediaWiki Flower
Fundamental Introduction to MediaWiki

Contents


All other topics

  • See navigation on the left
  • This is a .tar.gz file. If you are on Windows, you can use 7-Zip to decompress it.
  • Release notes
  • Installing / Upgrading / Configuration
  • Note: the last stable release doesn't contain all bug fixes to the stable branch: you can try its last snapshot, but almost surely not all the fixes for the known bugs in the stable release have yet been included in such snapshot.

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 5.3.2+ and either MySQL 5.0.2+ or one of the other three possible stores. For more information, please read the pages on system requirements and compatibility.

Other downloads

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.

Notes

  • PHP 5 support has been required since MediaWiki 1.7 – if you are using PHP 4, you should upgrade now! PHP 4 is no longer supported by the PHP group and has many bugs and vulnerabilities. Many shared hosting providers offer both PHP 4 and PHP 5, running simultaneously. If you cannot upgrade, you can use MediaWiki 1.6.12 (download). Note that this version is no longer supported.
  • MySQL 5 support is required since MediaWiki 1.19 – if you are using an older version of MySQL and cannot upgrade, you can use MediaWiki 1.18.6 (download). Note that this version is no longer supported.

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?

Subscribe to our release announcements mailing list

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 (1.22.8) and up to three years for the legacy long term support release (1.19.17).

Development releases

If you want to run on the latest development (i.e. alpha) version, you either download Nightlies, or download from Git.

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

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

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

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

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

Old releases

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

To browse, including even older versions, see the tags of the Git repository.

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