v0.30.7
sampotts/plyrv0.30.7Jun 7, 2026by github-actions[bot]
AI Summary
This release introduces a new Hermes Desktop interface and updates the OpenAI-compatible API models list for better alignment.
Key Highlights
- Hermes Desktop is now available via `ollama launch hermes-desktop`
- OpenAI-compatible API models list now aligns with available model tags
- Native Windows configuration path support for Hermes Desktop
- Updated documentation describing the llama.cpp update process
- Updated Zod schema examples to use native toJSONSchema helper
New Features
- Hermes Desktop support
Full Release Notes
Ollama Launch now supports Hermes Desktop, a native desktop interface for the Hermes agent. Run it alongside your Hermes agent to get a visual interface for managing conversations, integrations, and messaging apps. ``` ollama launch hermes-desktop ``` <img width="2556" height="1716" alt="image" src="https://github.com/user-attachments/assets/3b2292d8-9f94-4d32-9023-85772e6ab3f8" /> What's Changed - Hermes Desktop is now available via `ollama launch hermes-desktop` with native Windows configuration path support - OpenAI-compatible API models list now aligns with available model tags - Added documentation describing the llama.cpp update process - Updated Zod schema examples to use the native toJSONSchema helper Full Changelog: https://github.com/ollama/ollama/compare/v0.30.6...v0.30.7