Mediawiki VS Wiki.js

Compare Mediawiki vs Wiki.js and see what are their differences.

Mediawiki

🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing. (by wikimedia)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Mediawiki Wiki.js
25 122
3,947 23,451
1.8% 1.7%
10.0 7.1
5 days ago 15 days ago
PHP Vue
GNU General Public License v3.0 or later GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mediawiki

Posts with mentions or reviews of Mediawiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-15.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    Wikipedia that runs on MediaWiki which is written in PHP. source code
  • My collection of Ansible roles for self-hosting everything with Rocky Linux and FreeIPA
    17 projects | /r/selfhosted | 2 Jun 2023
    MediaWiki
  • Delete files after wiki creation
    1 project | /r/mediawiki | 3 Apr 2023
    "https://ibb.co/0F2rWbG/logo.png", 'icon' => "https://ibb.co/0F2rWbG/logo.png",];## UPO means: this is also a user preference option$wgEnableEmail = true;$wgEnableUserEmail = true; # UPO$wgEmergencyContact = "";$wgPasswordSender = "";$wgEnotifUserTalk = false; # UPO$wgEnotifWatchlist = false; # UPO$wgEmailAuthentication = true;## Database settings$wgDBtype = "mysql";$wgDBserver = "wiki";$wgDBname = "wikipapadeluxe";$wgDBuser = "root";$wgDBpassword = "";# MySQL specific settings$wgDBprefix = "";# MySQL table options to use during installation or update$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";# Shared database table# This has no effect unless $wgSharedDB is also set.$wgSharedTables[] = "actor";## Shared memory settings$wgMainCacheType = CACHE_NONE;$wgMemCachedServers = [];## To enable image uploads, make sure the 'images' directory## is writable, then set this to true:$wgEnableUploads = false;#$wgUseImageMagick = true;#$wgImageMagickConvertCommand = "/usr/bin/convert";# InstantCommons allows wiki to use images from https://commons.wikimedia.org$wgUseInstantCommons = false;# Periodically send a pingback to https://www.mediawiki.org/ with basic data# about this MediaWiki instance. The Wikimedia Foundation shares this data# with MediaWiki developers to help guide future development efforts.$wgPingback = true;# Site language code, should be one of the list in ./includes/languages/data/Names.php$wgLanguageCode = "en";# Time zone$wgLocaltimezone = "Europe/Berlin";## Set $wgCacheDirectory to a writable directory on the web server## to make your wiki go slightly faster. The directory should not## be publicly accessible from the web.#$wgCacheDirectory = "$IP/cache";$wgSecretKey = "b564d730428f48d0882f0ae67283fc844ba41347848b4868501bdb524ff86342";# Changing this will log out all existing sessions.$wgAuthenticationTokenVersion = "1";# Site upgrade key. Must be set to a string (default provided) to turn on the# web installer while LocalSettings.php is in place$wgUpgradeKey = "d8e35fccd5b424df";## For attaching licensing metadata to pages, and displaying an## appropriate copyright notice / icon. GNU Free Documentation## License and Creative Commons licenses are supported so far.$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright$wgRightsUrl = "";$wgRightsText = "";$wgRightsIcon = "";# Path to the GNU diff3 utility. Used for conflict resolution.$wgDiff3 = "";# The following permissions were set based on your choice in the installer$wgGroupPermissions['*']['edit'] = false;## Default skin: you can change the default skin. Use the internal symbolic## names, e.g. 'vector' or 'monobook':$wgDefaultSkin = "vector";# Enabled skins.# The following skins were automatically enabled:wfLoadSkin( 'MinervaNeue' );wfLoadSkin( 'MonoBook' );wfLoadSkin( 'Timeless' );wfLoadSkin( 'Vector' );# End of automatically generated settings.# Add more configuration options below.
  • Twitter's source code has been leaked on GitHub
    10 projects | /r/ProgrammerHumor | 27 Mar 2023
    Do you mean Fandom wiki? You would want some kind of open source wiki platform. MediaWiki (used for Wikipedia) is probably the most popular and full featured.
  • Phewww...😅
    1 project | /r/ProgrammerHumor | 15 Mar 2023
    It's all open source https://github.com/wikimedia/mediawiki
  • Crowdsourced Glossary for Survivalists: A User-Experience Based Resource for Brands, Products, Plants, and Techniques
    1 project | /r/Survival | 25 Feb 2023
    A little money, a little installation work, and this: https://github.com/wikimedia/mediawiki
  • This is the first time, or maybe the perfect opportunity for public mass adoption of a free software. What do you think of Mastodon Evangelism?
    1 project | /r/opensource | 2 Jan 2023
  • Even with the flaws I have added Chad to my toolbox
    1 project | /r/artificial | 7 Dec 2022
  • Portable Off Grid Wikipedia
    1 project | /r/preppers | 20 Nov 2022
    This is overkill. The entirety of Wikipedia is made available for free download by the Wikimedia foundation, the code is open-source, and anyone can set up their own copy of Wikipedia on a normal PC with a big hard disk. Power this off a portable battery and solar panel and you have off-grid Wikipedia without any hardware hacking.
  • Looking for a selfhosted solution for keeping track of ongoing conversations
    1 project | /r/selfhosted | 1 Nov 2022
    Last time I had occasion to use one - i used mediawiki

Wiki.js

Posts with mentions or reviews of Wiki.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Adding a simple light box in wiki.js
    1 project | dev.to | 20 Mar 2024
    Wiki.js is a self hosted, open source Wiki that has a lot of awesome functionality. Unfortunately it's lacking some small, but important UI features, like a light box, to enlarge downsized images to it's full size. And unless you want to add a link to each image, to open it in a new tab, you would probably go for a modal view here.
  • Ask HN: What are some good documentation OSS offerings
    1 project | news.ycombinator.com | 13 Feb 2024
  • Wiki.js
    1 project | news.ycombinator.com | 22 Jan 2024
    1 project | news.ycombinator.com | 17 Oct 2023
  • How do you host documentation for your spouse or other users?
    4 projects | /r/selfhosted | 6 Dec 2023
    Can't think of anything that meets all the criteria, there's always some compromise, which might just be the way it is. For example I could 'self-host' otterwiki or wiki.js on a VPS for a pretty small monthly fee, which I could also use for other stuff that doesn't make sense for a home lab, but then I also need to deal with security since it's hosted on the internet. Or I could self-host and just accept that there's risk of it not being available when my wife needs it or if I die suddenly.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    WikiJS as Homepage (a bit unusual, I know...)
  • Documentation as Code for Cloud Using PlantUML
    8 projects | news.ycombinator.com | 30 Jul 2023
    I love PlantUML. I was always fond of it in my early days as a software engineer and still use it today, along with all the various ways to draw diagrams out there, whether it's through a web tool like draw.io or Miro or through markup like PlantUML and Mermaid.

    Some stuff I'd like to share with the rest:

    - PlantUML's default style has improved since the days of red/brown borders, pale yellow boxes, drop shadows and such but I've attempted fixing it before through a preset style [I've made before here](https://gist.github.com/jerieljan/4c82515ff5f2b2e4dd5122d354...). It's obsolete nowadays, since I'm sure someone has made a style generator somewhere, and last I checked, PlantUML allows a monochrome style out of the box.

    - [Eraser](https://app.eraser.io) is promising, considering that it's trying to blend both diagram-as-code markup along with the usual visual diagram editor. I'm still seeing if it's worth picking up since Miro's hard to beat.

    - On an unrelated note, [WikiJS](https://js.wiki/) is a self-hosted wiki that happens to support draw.io, PlantUML and MermaidJS diagrams out of the box. Quite handy to have for your own docs.

    - I use Miro nowadays since it's significantly quicker to draw things freeform and to collaborate live with folks on a whiteboard at the cost of having your diagrams in markup, but it's easy to miss the integration that [you can actually import PlantUML](https://help.miro.com/hc/en-us/articles/7004940386578) and Mermaid diagrams in a Miro board too. You can also do edits too, but it's on its own PlantUML section, of course.

  • wiki.js on YugabyteDB
    1 project | dev.to | 24 Jun 2023
    I've asked on LinkedIn which PostgreSQL application you use so that I can check that it works on Yugabyte. Please, continue to answer. To start let's try with Wiki.js, open source wiki software storing into a PostgreSQL database.
  • Tiddlywiki for note taking
    2 projects | /r/macapps | 8 Jun 2023
  • Anyone know of a free dev docs like confluence?
    7 projects | /r/webdev | 8 Jun 2023
    I like https://js.wiki/

What are some alternatives?

When comparing Mediawiki and Wiki.js you can also consider the following projects:

Dokuwiki - The DokuWiki Open Source Wiki Engine

Outline - The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.

BookStack - A platform to create documentation/wiki content built with PHP & Laravel

django-wiki - A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.

Gollum - A simple, Git-powered wiki with a sweet API and local frontend.

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

XWiki - The XWiki platform

Trilium Notes - Build your personal knowledge base with Trilium Notes