local
GGUF on your machine
Run ggml / llama.cpp models with cpu, gpu, or hybrid placement. Audio and vision inputs when the model supports them. Adaptive memory shrinks when idle.
Local GGUF · OpenAI · Anthropic
compute localruna is a single CLI that runs AI models locally via GGUF / llama.cpp, or through OpenAI and Anthropic APIs — same thinking controls, tools, and serve surface.
One binary, two worlds
local
Run ggml / llama.cpp models with cpu, gpu, or hybrid placement. Audio and vision inputs when the model supports them. Adaptive memory shrinks when idle.
cloud
Same deep-thinking controls, structured output, and tool calling across local and cloud. OpenAI-compatible runa serve for editors and agents.
runa fit
Forecast memory and speed with a confidence interval, calibrated by real runs. runa fit --recommend ranks a curated catalog for this machine.
runa fit hf:unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M --ctx 16384 --kv q8_0
runa fit --recommend --use codeCapabilities
01 / think
off / on / token budget / effort — same knobs for local and cloud models.
02 / serve
runa serve loads the default model at startup, reports progress on /health, and waits instead of failing mid-load.
03 / tools
JSON Schema or GBNF grammar, tool calling on serve routes, MCP tool loop in run / chat.
Open source
Local first, cloud when the job needs it — one CLI, one config surface.