v0.65.1
Mesh-LLM/mesh-llmv0.65.1May 5, 2026by github-actions[bot]
AI Summary
A maintenance release introducing a built-in Pi launcher, Vulkan preflight launches against primary GPU VRAM, and improvements to peer stability and auto-routing for media requests.
Key Highlights
- Added built-in Pi launcher (mesh-llm pi).
- Enabled Vulkan launches against primary GPU VRAM.
- Revalidated sticky auto routing for media requests.
- Exposed ranked model targets in the API.
New Features
- Pi launcher
- Vulkan preflight launches
- ranked model targets API
- peer stability improvements
Full Release Notes
## What's Changed * Preflight Vulkan launches against primary GPU VRAM by @i386 in https://github.com/Mesh-LLM/mesh-llm/pull/385 * Revalidate sticky auto routing for media requests by @IvGolovach in https://github.com/Mesh-LLM/mesh-llm/pull/404 * Expose ranked model targets in the API by @IvGolovach in https://github.com/Mesh-LLM/mesh-llm/pull/403 * Prepare repo layout for skippy merges by @i386 in https://github.com/Mesh-LLM/mesh-llm/pull/420 * feat: add built-in pi launcher (mesh-llm pi) by @michaelneale in https://github.com/Mesh-LLM/mesh-llm/pull/389 * Add rebuilt UI as ui-preview by @ndizazzo in https://github.com/Mesh-LLM/mesh-llm/pull/415 * fix(vram-share): correct a calculation bug for VRAM share by @ndizazzo in https://github.com/Mesh-LLM/mesh-llm/pull/416 * Peer stability: reduce premature removal and gossip noise by @michaelneale in https://github.com/Mesh-LLM/mesh-llm/pull/417 **Full Changelog**: https://github.com/Mesh-LLM/mesh-llm/compare/v0.65.0...v0.65.1