v0.37.6

Mesh-LLM/mesh-llmv0.37.6Mar 20, 2026by michaelneale

AI Summary

Improved download reliability by implementing infinite retries with exponential backoff and added a disk space check to prevent failures due to insufficient storage.

Key Highlights

  • Infinite download retry with exponential backoff (3s → 60s cap)
  • Disk space check before starting download
  • Reduced log spam for download attempts

New Features

  • Infinite retry logic
  • Disk space validation
  • Log spam reduction

Full Release Notes

## What's new

- **Download never gives up**: Infinite retry with exponential backoff (3s → 60s cap). If data was flowing before interruption, backoff resets. No more failing after 100 retries on large model downloads.
- **Disk space check**: Checks free disk space before starting download. Bails early with a clear message if there isn't enough room (+1GB headroom).
- **Less log spam**: Download attempt numbers only shown for first 3, then every 10th.

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