Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/SGizek/Raiku/llms.txt

Use this file to discover all available pages before exploring further.

raiku search queries the local ~/.raiku/index.json for packages whose name, description, or author field contains the given query string. Matching is case-insensitive substring search, so raiku search mat will surface packages named fast-math, matrix-ops, and anything else that contains mat. You can narrow results to a specific language or tag, control how many rows are shown, and choose a sort order. Because the search runs entirely against the local index, it works offline — but you should run raiku sync first to make sure the index is current.

Usage

raiku search QUERY [--language LANG] [--tag TAG] [--limit N] [--sort FIELD]

Flags

FlagShortDefaultDescription
--language-lallFilter results to a single language (accepts aliases)
--tag-tnoneFilter to packages that carry a specific tag
--limit-n20Maximum number of results to display
--sortnameSort order: name, latest, or language
--verifiedoffShow only packages marked as verified
--interactive-ioffOpen the interactive TUI package browser

Language Aliases

The --language flag accepts both full names and common short aliases. All comparisons are case-insensitive.
Canonical NameAccepted Aliases
Pythonpython, py
Rustrust, rs
Cc
C++cpp, c++
Zigzig
Javajava
C#csharp, c#, cs
Gogo, golang

Examples

raiku search math
raiku search operates entirely on the local index file. If the index is missing or stale, run raiku sync first to download the latest package list from GitHub.

Build docs developers (and LLMs) love