v0.37.5
Mesh-LLM/mesh-llmv0.37.5Mar 20, 2026by michaelneale
AI Summary
Polished the UI with new empty states and documentation links, fixed Fly API routing issues, and reverted unnecessary client connection changes.
Key Highlights
- UI polish with public empty state and project links
- New headline and tagline for docs site
- Fixed Fly API concurrency limits
- Reverted unnecessary client connection changes
New Features
- UI polish
- Docs site update
- Fly API fix
- Connection revert
Full Release Notes
## What's new - **UI polish**: Public empty state with project link, private mesh install link, agent launcher commands in API popover - **Docs site**: New headline and tagline - **Fly fix**: Remove concurrency limits that caused MiniMax misrouting - **Revert**: Undo unnecessary client connection changes — original code is correct ### 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/ ```