kiwix-tools VS libzim

Compare kiwix-tools vs libzim and see what are their differences.

kiwix-tools

Command line Kiwix tools: kiwix-serve, kiwix-manage, ... (by kiwix)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
kiwix-tools libzim
13 3
375 158
9.3% 1.9%
7.4 8.4
2 days ago 5 days ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

kiwix-tools

Posts with mentions or reviews of kiwix-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.
  • Seeking help
    1 project | /r/Kiwix | 28 May 2023
  • Recent Wiktionary ZIM files don't show a search bar
    3 projects | /r/Kiwix | 25 Apr 2023
    You're saying the fix is merged in https://github.com/kiwix/kiwix-tools? I looked at the commit history after 3.4.0 and didn't see anything relevant to this. Did I miss it, or is there somewhere else I should be looking?
  • A new version of Wikipedia_en_all_maxi is available! (link below)
    1 project | /r/Kiwix | 20 Feb 2023
    Not 7Zip, but there are Kiwix Tools that allow you to explore the ZIIM, and of course various readers for different Operating Systems that render article HTML
  • How to serve content on website over open WiFi for neighborhood ?
    1 project | /r/computerhelp | 8 Nov 2022
  • How do I help kiwix organize it's library?
    1 project | /r/Kiwix | 30 Sep 2022
    u/RedditNoobie777, the library is served by a piece of software called Kiwix Serve, and issues with it (which might include what it displays, what it should display) are on this GitHub: https://github.com/kiwix/kiwix-tools/issues . I think before you could help categorize, it would be necessary for the software to be updated to display information like whether an archive is mini or maxi, and the date of the archive. There is an issue for the date: https://github.com/kiwix/kiwix-tools/issues/551 . Displaying the filename on the tile would be a quick solution, as it currently has all the information.
  • Kiwix Docker help?
    1 project | /r/docker | 29 Jul 2022
    Have you checked https://github.com/kiwix/kiwix-tools/issues ?
  • reverse proxy on subdirectory
    2 projects | /r/Kiwix | 2 Jul 2022
    thanks for the link. I didn't find this yet but some kiwix-serve repository which I can't find now anymore. Found some related issues there I.e. https://github.com/kiwix/kiwix-tools/issues/518 They mention an option allowing to set the url-path, I left a question there if it was possible to do so with the docker image as well.
  • Kiwix is now available as a package
    5 projects | /r/synology | 6 Dec 2021
    Kiwix is an offline reader that allows users to browse entire copies of Wikipedia (ca. 83Gb for the whole thing, incl. images), StackExchange (new release coming up soon), the Gutenberg project, etc. stored locally. The project is fully FOSS (here's the git repo) and the subreddit is r/Kiwix.
  • Kiwix with terminal / cli web browser?
    1 project | /r/Kiwix | 1 Jul 2021
    I rummaged a bit and found a super old feature request on Sourceforge specifically asking for compatibility with non-JS browsers, including lynx. That would be for Kiwix-serve (which you can find here)
  • Seeking assistance with setting up offline Wikipedia on Windows 10 system
    1 project | /r/DataHoarder | 31 May 2021
    I setup an offline version using Kiwix-serve Tools. Essentially you: Get up to speed here: https://wiki.kiwix.org/wiki/Kiwix-serve Download for example 'wikipedia_en_all_maxi_2021-03.zim' from Here: https://download.kiwix.org/zim/wikipedia/ en = English - all_maxi = all content. Setup a web server using the kiwix-tools for example 'kiwix-tools_win-i686-3.1.2.zip' from here: https://download.kiwix.org/release/kiwix-tools/

libzim

Posts with mentions or reviews of libzim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-03.
  • WikiReader
    2 projects | news.ycombinator.com | 3 Dec 2023
    I meant the Kiwix dump (https://download.kiwix.org/zim/wikipedia_en_all_nopic.zim – careful, 60GB!).

    At a first glance, the Wikimedia XML dump does not look substantially different from what Kiwix/ZIM does with compressed HTML: They're both compressed (bz2 for the Wikimedia dump, zstd or LZMA for Kiwix/ZIM), and both compress multiple files at once, so inter-file redundancy should hopefully be significantly reduced.

    HTML seems a bit more verbose than the Mediawiki syntax (plus the XML header for each article), but I'd be surprised if that actually accounted for a 3x difference in size.

    Then again, Kiwix seems to have experimented with shared dictionary brotli compression, which supposedly yields an >2x improvement: https://github.com/openzim/libzim/issues/144

    I wonder if their current zstd implementation also uses shared dictionaries. If not, that might just be the reason: If ZIM compression chunks are much smaller than the bz2 streams of the Wikimedia dumps, there would still be a lot of redundancy between chunks.

  • Libzim now has an official WebAssembly build target... why this is big (for us)!
    1 project | /r/Kiwix | 8 Dec 2022
    This is low-level stuff, but the new release of the backend that powers Kiwix clients, libzim 8.1.0 (changelog), now targets WebAssembly (a.k.a. WASM). This is big because it potentially brings the full powers of the Kiwix backend to Web apps such as Kiwix JS and Kiwix JS PWA/Electron. Up till now, these apps have relied on a custom JS port of parts of libzim, but it lacked full features, such as Full Text search. So, you will begin to see us integrating new features into the Web versions soon!
  • Most downloads of the entire Wikipedia per country
    1 project | news.ycombinator.com | 22 Mar 2022
    I'm doing my part o7

    It's seriously a very interesting and useful dataset that you can do a lot of fun stuff with, if you grab one of the zims without pictures it's of very manageable size too of just a few dozen gigabytes compressed, and there are reasonably good library support in many languages.

    Last point doesn't go for Java. Only one I could find for that was this <https://github.com/openzim/libzim>, it's antique and extremely poorly optimized and lacks support for newer compression schemes. I have fixed the performance and added support for zstd compression, but not published the code as it's extremely not finished and major features in the original codebase are very broken. I'll get around to sharing the code some day but right now it's basically permanently mid surgery as I've only patched so far as to get it to extract all or specific files. If anyone wants a copy of this code regardless of state, give me a holler.

What are some alternatives?

When comparing kiwix-tools and libzim you can also consider the following projects:

iiab - Internet-in-a-Box - Build your own LIBRARY OF ALEXANDRIA with a Raspberry Pi !

lepton - Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.

kiwix-js-pwa - Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.

meshoptimizer - Mesh optimization library that makes meshes smaller and faster to render

zim-tools - Various ZIM command line tools

slob - Data store for Aard 2

wikipedia-mirror - 🌐 Guide and tools to run a full offline mirror of Wikipedia.org with three different approaches: Nginx caching proxy, Kiwix + ZIM dump, and MediaWiki/XOWA + XML dump

kiwix-hotspot - Kiwix Hotspot Image Creator (Desktop) for Windows/macOS/Linux

Lepton - 💻 Democratizing Snippet Management (macOS/Win/Linux)

Apache Thrift - Apache Thrift

libkiwix - Common code base for all Kiwix ports