InferenceOS provides a 21-command terminal interface accessible via inferenceos <command>.
Launch an interactive terminal UI chat session with live streaming.
inferenceos chat models/llama-3-8b.gguf --theme nordExecute a single prompt against a model with live token output and metrics.
inferenceos run models/llama-3-8b.gguf --prompt "Explain quantum computing" -b vulkan -t 8Launch local OpenAI and Ollama REST API server.
inferenceos serve models/llama-3-8b.gguf --host 0.0.0.0 --port 11434Run end-to-end performance benchmark matrix across batch sizes and thread counts.
inferenceos benchmark models/llama-3-8b.gguf -g 28 -t 8Automated 5-step hardware detection, placement generation, matrix benchmark, and caching.
inferenceos optimize models/llama-3-8b.ggufProfile execution and generate interactive flamegraph HTML reports.
inferenceos profile models/llama-3-8b.ggufInspect CPU, GPU, iGPU, VRAM, RAM, and interconnect bandwidth.
inferenceos hardwareRun diagnostic health checks across drivers, SDKs, and executable binaries.
inferenceos doctorInspect GGUF binary metadata, tensor shapes, and layer counts.
inferenceos inspect models/llama-3-8b.ggufRegister, list, remove, search, or tag models in the local library.
inferenceos models list
inferenceos models add --nickname llama3 --path /path/to/llama.ggufView, edit, or interactively configure runtime settings.
inferenceos config runtime.threads 8
inferenceos config --interactiveList and manage loaded extension plugins.
inferenceos pluginsView or clear placement and benchmark optimization caches.
inferenceos cache clearView and tail recent runtime execution logs.
inferenceos logs -n 100Launch historical metrics & telemetry dashboard UI.
inferenceos telemetryLaunch HTOP-style live process & hardware resource monitor.
inferenceos monitorDisplay aggregated performance summary statistics.
inferenceos statsCompute and visualize layer placement across CPU/dGPU/iGPU.
inferenceos placement models/llama-3-8b.ggufCheck engine binaries and C++ build updates.
inferenceos updateDisplay InferenceOS release version and system build information.
inferenceos versionReset settings, profiles, and caches back to default state.
inferenceos reset