zim download simple-wiki
zim index simple-wiki
zim search "photosynthesis" simple-wiki
zim read simple-wiki "Photosynthesis"The four maintained aliases are simple-wiki, wiktionary, stackoverflow, and ted:
zim download simple-wikiUse zim catalog search <query> to find other archives, then pass a normalized catalog URL to zim download.
zim index simple-wikiIndexing creates SQLite full-text data and semantic vectors by default. Skip semantic vectors when you need only keyword search:
zim index --no-semantic simple-wikizim search "photosynthesis" simple-wiki
zim search --semantic "how plants make food" simple-wiki
zim search --json "plant energy" simple-wikiOmit the archive to search every indexed ZIM file. Use --non-interactive for plain terminal output in scripts. The configuration value search.max_results, rather than a CLI flag, controls the result limit.
zim read simple-wiki "Photosynthesis"
zim serve simple-wikiserve uses the configured server host and port; the defaults produce http://localhost:8080.
zim library
zim info simple-wiki
zim list simple-wiki
zim remove simple-wikiThe default library is ~/.cache/zim. You can change it with zim config create or ZIM_LIBRARY_PATH.
- If semantic model initialization fails, run
zim index --no-semantic <archive>. - If an archive name is ambiguous, use its exact filename, library number, or direct path.
- If no SQLite results are available, create or rebuild the index with
zim index <archive>orzim index --force <archive>.