What to read next
You installed the archive, fetched a model, served it, and ran it from C++. The rest of the documentation, in a useful reading order:
- How-to guides: problem-oriented recipes past the tutorial, from picking a GGUF quantization to running with no network at all. Additional examples sit inside it: the standalone example programs, from the catalog probe to an in-process server.
- Your own models and nodes: the how-to group for bringing your own architecture, from the full registration contract to composing your own pipeline node.
- Model requirements: the memory and device figures per model variant, for sizing a deployment before you fetch anything.
- ClikaRT: the runtime underneath. Its tutorial explains tensors, devices and the async model the pipelines run on; its API reference covers every public name your C++ program touches; its system requirements are the platform authority.