v0.30.7

OpenMOSS/MOSS-TTSv0.30.7Jun 7, 2026by github-actions[bot]

AI Summary

This release introduces Hermes Desktop, a new native desktop interface for the Hermes agent, alongside updates to the OpenAI-compatible API models list and documentation improvements.

Key Highlights

  • 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

New Features

  • Native desktop interface for Hermes agent (Hermes Desktop)
  • Windows configuration path support
  • Documentation for llama.cpp update process
  • Zod schema examples updated to use toJSONSchema helper

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