Prerequisites
Ollama installed and in your PATH
Models pulled:
gemma4:26b and nomic-embed-textGPU with 16 GB+ VRAM (see Hardware)
Running
- CLI only
- Full daemon
- Fresh machine
--ollama flag probes the configured URL (default http://localhost:11434) and runs ollama serve in the background if the endpoint is unreachable. It does not re-download models unless --pull-models is added.
What runs
Stopping
Ollama troubleshooting
Configuration
cognition.reflex_model / cognition.deliberate_model.
Optional: To evaluate the same harness against hosted frontier models (OpenRouter, Venice) on this machine, switch
BUMBLEBEE_INFERENCE_PROVIDER and set the provider key — local-first defaults and licensing are unchanged. See Hosted inference (testing).