v0.37.3
Mesh-LLM/mesh-llmv0.37.3Mar 19, 2026by michaelneale
AI Summary
Cleaned up the demand tracking logic to remove pollution from auto and split GGUF suffixes, and fixed mobile rendering issues for code blocks and tables.
Key Highlights
- Demand tracking cleanup for auto/split suffixes
- Fixed mobile chat viewport issues with code blocks
- Fixed mobile chat viewport issues with tables
New Features
- Demand tracking cleanup
- Mobile chat rendering fixes
Full Release Notes
## What's new - **Demand tracking cleanup**: `auto` and split GGUF suffixes no longer pollute the demand map - **Mobile chat fixes**: code blocks and tables no longer push the viewport wider on phones ### Install (macOS Apple Silicon) ```bash curl -fsSL https://github.com/michaelneale/decentralized-inference/releases/latest/download/mesh-llm-aarch64-apple-darwin.tar.gz | tar xz && sudo mv mesh-bundle/* /usr/local/bin/ ```