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 stats gives you a quick, read-only snapshot of two things at once: the state of the Raiku ecosystem as recorded in your local index, and the state of your personal package cache. It is useful for getting an instant inventory of what is installed, how much disk space the cache consumes, which languages have the most community packages, and what topics are most popular by tag.
Usage
raiku stats takes no arguments or flags. It reads from ~/.raiku/index.json (loaded by raiku sync) and scans ~/.raiku/cache/ for locally installed packages.
Output sections
Index panel
Derived from the synced~/.raiku/index.json:
| Field | Description |
|---|---|
| Total packages | Number of packages registered in the index. |
| Languages | Number of distinct languages with at least one package. |
| Index synced | Timestamp of the last successful raiku sync. |
Local cache panel
Derived from~/.raiku/cache/:
| Field | Description |
|---|---|
| Installed packages | Number of package versions currently cached locally. |
| Cache size | Total disk usage of ~/.raiku/cache/, formatted as B / KB / MB / GB. |
| Cache directory | Absolute path to the cache (respects cache_dir config override). |
Top tags
A table of the ten most frequently used tags across all indexed packages, sorted by count descending.Examples
Sample output
If the index has not been synced yet, the Index panel will not appear and
raiku stats will prompt you to run raiku sync. The Local Cache panel is always available regardless of index state.