This page is a translated version of the page Download and the translation is 72% complete.
Outdated translations are marked like this.

The latest release

Download MediaWiki 1.41.0 (.zip)

Download .tar.gz instead

Help with downloading

Most computers can extract a zip file without additional software.

Users of 7-Zip: Note that prior to 2021, 7-Zip was unable to extract .tar.gz files correctly (T257102). It is recommended to update to the latest version first.

Users of macOS: Note that The Unarchiver is unable to extract .tar.gz files correctly (T258716). Archive Utility can be used instead.

All versions

To users of MediaWiki versions 1.38 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki.

License

MediaWiki is free software licensed under version 2 (or later version) 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.4.3+, a webserver software, and either MariaDB 10.3.0+, MySQL 5.7.0+, SQLite 3.8.0+ or PostgreSQL 10.0+. Using MariaDB or MySQL is recommended as Wikipedia uses MariaDB. Any other database servers are less tested and you may likely run into some bugs.

For more information, please read the pages on system requirements and compatibility.

MediaWiki is not compatible with PHP 7.4.0 - 7.4.2 due to an upstream bug. Use PHP 7.4.3+ instead. See task T246594 for more information.
If using PHP 8, it is recommended to use MediaWiki 1.38.4 or higher. PHP 8 is not in use by Wikimedia wikis, and thus gets less testing, but other groups do use MediaWiki with PHP 8 without issue. If you encounter any bugs when using MediaWiki with PHP 8, please report them. See task T248925 for more information.


Download via command line

To download MediaWiki 1.41.0 in a terminal on a Linux machine using wget, use one of the following commands:

wget https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Alternatively, using cURL:

curl -O https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Dounlaid fae Git insteid

Acteeve MediaWiki deveelopers shid dounlaid fae Git insteid tae get the latest version o the MediaWiki saffware. The git repositrie haes earlier versions o the saffware, sae ye can switch tae ("check oot") ae pairteecular release. Developers downloading from Git will also need to manually install dependencies via Composer .

Keep in mind that you are downloading the latest alpha version of MediaWiki, which is not recommended for production use! Although this can be used in production, it is more likely to contain bugs.

Developers wanting to install MediaWiki locally to have an environment for development of MediaWiki core or extensions should also read How to become a MediaWiki hacker for further instructions.

Signature dounlaids

Alternateeves tae the manual instawation

Some uisers micht prefer tae skip manual instawation bi uisin ae pre-integratit MediaWiki saffware appliance or hoastin servaces; mairower, repositries o some distros increasinglie affer packages fer MediaWiki, wi differnt degrees o frequancie n extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo). Repositories of some Linux distributions also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).

Whit's neix?

Subscribe tae oor release annooncemants mailin leet Stay up tae date wi releases, n keep yer server secure!

Legacie releases

Gif yer MediaWiki instawation is modified heivilie, it micht be diffeecult tae incorporate the latest offeecial chynges/updates tae MediaWiki. Tae support sic uisers, we maintain auld brainches o oor code fer up tae ae year fer the legacie release n up tae three years fer the legacie lang term support release.

Deveelopment releases

Gif ye want tae run wi the latest development (i.e. alpha) version, than ye can either dounlaid it as mediawiki-master.tar.gz, or dounlaid fae Git.

Fae Git ye can either dounlaid the compleate repositrie (about 528 MiB)

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

or the latest reveesion yinlie (about 85 MiB; this is affen cried ae shallow clone: less time n smawer dounlaids).[1]

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

Mairower ye can see the latest soorce code in yer brouser.

Auld releases

Ye can fynd tarbaws (wi extention *.tar.gz) o aw versions o MediaWiki back tae Mairch o 2005 (the earliest is MediaWiki 1.3.11) in the MediaWiki dounlaid airchives.

Footnotes

  1. This could cause reference proablems whan ye uise "git pull" tae upgrade yer shallow clone later n the newer reveesion refers tae aulder reveesions that'r no yet dounlaidit tae yer seestem. In this case ye can juist dounlaid mair - increase the depth value - or aw reveesions later, or mak fresh shallow clone.