Caduceus does not ship a model. It routes / (chat) and /c (control this Mac)
to whatever backend you pick in Settings → AI. Everything else — launcher, clipboard,
dictation, web search — works with zero AI setup.
/c)
Hermes Agent is an open-source CLI
from Nous Research. Caduceus talks to it locally; Hermes owns models, tools, memory, and
computer_use screen control.
hermes setup --portal or point Hermes at
Ollama with hermes model.Docs: Hermes on GitHub.
Use this if you already run Ollama, LM Studio,
llama.cpp server, vLLM, or any HTTP API that speaks the OpenAI
chat format. Caduceus calls it directly — Hermes is not required for /.
ollama serve on port 11434).http://localhost:11434/v1) and Model tag.Base URL: http://localhost:11434/v1 Model: qwen3.5:4b
/c needs a backend with screen control. Today that means Hermes with
computer_use enabled — a plain chat endpoint cannot drive the mouse.
Add an OpenAI-compatible backend with the provider’s base URL and model name. Put the API key in Settings (never stored in plain JSON — only the keychain). Costs depend on the provider; Caduceus itself is free.
Common setup: / → local Ollama (free, private), /c → Hermes with a vision
model for screen tasks. You can add multiple backends and switch routing anytime.
/ hello — you should get a reply in the palette./c … and approve the prompt if confirmation is on.