zim-tools VS libzim

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
zim-tools libzim
4 3
110 158
0.9% 0.6%
7.9 8.6
4 days ago 3 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.

zim-tools

Posts with mentions or reviews of zim-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-27.
  • Trying to Install wget-2-zim on Linux Mint 18.1
    3 projects | /r/Kiwix | 27 Nov 2022
  • How to Download All of Wikipedia onto a USB Flash Drive
    7 projects | news.ycombinator.com | 6 Oct 2022
    It looks like Kiwix uses the ZIM file format, which appears to have diffing support [0] (see zimdiff and zimpatch). That said, it doesn't look like Kiwix actually publishes those diffs.

    [0] https://github.com/openzim/zim-tools/tree/master/src

  • I found a way to read the pali canon offline on my smartphone, for free
    1 project | /r/Buddhism | 15 Nov 2021
    One problem that remains is to bring the access to insight webpage to the ".zim" format that the kiwix app can process. Here it seems the only way to do that is a tool called "zimwriterfs" that can be found in another opensource project that defines the basis of the offline reader format and is used by kiwix I believe. https://github.com/openzim/zim-tools ...this was no problem for me, as the tool can be accessed easily from standard linux distributions like ubuntu. Creating the .zim file from the unzipped access to insight offline version is a single command line, after preparing a little icon that will be used for the site in kiwix. There seems to be no windows version of that tool available though...
  • Zim-Tools 3.0.0 is out!
    2 projects | /r/Kiwix | 15 Nov 2021
    More info at https://github.com/openzim/zim-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 zim-tools and libzim you can also consider the following projects:

kiwix-tools - Command line Kiwix tools: kiwix-serve, kiwix-manage, ...

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

F3D - Fast and minimalist 3D viewer.

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

wiktextract - Wiktionary dump file parser and multilingual data extractor

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

browsertrix-crawler - Run a high-fidelity browser-based crawler in a single Docker container

zim-requests - Want a new ZIM file? Propose ZIM content improvements or fixes? Here you are!

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

ledger - Double-entry accounting system with a command-line reporting interface

libkiwix - Common code base for all Kiwix ports