v0.37.4

Mesh-LLM/mesh-llmv0.37.4Mar 19, 2026by michaelneale

AI Summary

Fixed desktop chat layout issues and improved mobile responsiveness, including a 16px font size fix for iOS Safari and added documentation links throughout the UI.

Key Highlights

  • Fixed desktop chat input area cut-off issue
  • Mobile polish: 16px font and viewport locking
  • Documentation links in empty states and dashboard
  • Custom domain console available at www.mesh-llm.com

New Features

  • Desktop layout fix
  • Mobile polish
  • Documentation links
  • Custom domain

Full Release Notes

## What's new

- **Chat layout fix** — input area was cut off on desktop; scroll area now properly shares flex space
- **Mobile polish** — textarea uses 16px font (prevents iOS Safari auto-zoom), viewport locked, footer hidden on chat page
- **Docs links everywhere** — empty states, dashboard, API popover all link to docs site
- **API popover simplified** — just the endpoint URL + setup guide link (removed verbose agent commands)
- **Custom domain** — console available at www.mesh-llm.com

### 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/
```