v0.37.1
Mesh-LLM/mesh-llmv0.37.1Mar 18, 2026by michaelneale
AI Summary
Fixes the publish watchdog to ensure the mesh remains visible to new nodes, while incorporating changes from v0.37.0 regarding model selection and startup logic.
Key Highlights
- Publish watchdog fix: surviving node takes over Nostr publishing even with zero peers
- Includes v0.37.0 smart agent model selection
- Includes v0.37.0 launcher auto-start and cleanup
- Includes v0.37.0 Anthropic format support
New Features
- Nostr publishing resilience
- Smart agent model selection
- Launcher auto-start and cleanup
- Anthropic format support
Full Release Notes
## What's new - **Publish watchdog fix**: surviving node now takes over Nostr publishing even with zero peers. Previously if the only other node died, the survivor wouldn't publish — making the mesh invisible to new nodes. Includes all v0.37.0 changes (smart agent model selection, launcher auto-start/cleanup, Anthropic format support). ### 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/ ```