Has this issue been covered in the Wiki?
Is there an existing issue reported already?
Describe the new feature you would like
Would you consider optional sensors for local LLM servers?
Many GNOME users run local AI through Ollama, llama.cpp, LM Studio, or vLLM.
These expose localhost APIs or /metrics, but there is no simple top-bar view for idle / generating / slow / offline state.
Panel examples: AI 42 tok/s, Ctx 6.2k/32k, KV 72%
Initial localhost-only backends:
- llama.cpp: :8080/metrics
- Ollama: :11434/api/ps
- LM Studio: :1234/api/v0/models
vLLM: :8000/metrics
This would be opt-in, read-only, localhost-only, and would not inspect prompts or completions.
I would be happy to prototype it if this fits Vitals’ scope.
Has this issue been covered in the Wiki?
Is there an existing issue reported already?
Describe the new feature you would like
Would you consider optional sensors for local LLM servers?
Many GNOME users run local AI through Ollama, llama.cpp, LM Studio, or vLLM.
These expose localhost APIs or /metrics, but there is no simple top-bar view for idle / generating / slow / offline state.
Panel examples: AI 42 tok/s, Ctx 6.2k/32k, KV 72%
Initial localhost-only backends:
vLLM: :8000/metrics
This would be opt-in, read-only, localhost-only, and would not inspect prompts or completions.
I would be happy to prototype it if this fits Vitals’ scope.