This package browser is in early development. Mind the rough edges.

kiwix-tools

Kiwix command line tools

The Kiwix tools are a collection of Kiwix-related command line tools:

  • kiwix-manage: Manage XML based library of ZIM files

  • kiwix-read: Read ZIM file content

  • kiwix-search: Fulltext search in ZIM files

  • kiwix-serve: HTTP daemon serving ZIM files

Installation

Install the latest version of kiwix-tools as follows:

guix install kiwix-tools

Or install a particular version:

guix install kiwix-tools@3.7.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of kiwix-tools about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/kiwix-tools'><img src='https://packages.guix.gnu.org/packages/kiwix-tools/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kiwix-tools/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kiwix-tools)

Example Org:

[[https://packages.guix.gnu.org/packages/kiwix-tools][https://packages.guix.gnu.org/packages/kiwix-tools/badges/latest-version.svg]]