v4.5.3
mudler/LocalAIv4.5.3Jun 26, 2026by mudler
AI Summary
Focuses on macOS packaging and backend fixes, including binary signing, rpath configuration, and GPU library bundling.
Key Highlights
- macOS binary signing and notarization for DMG, app, and server binary
- Fixed piper darwin binary rpath for bundled libraries
- Bundled transitive dependencies of GPU runtime libs
- Broadcast admin model-config changes across distributed replicas
- Fixed llama-cpp to stop reinterpreting plain-string message content as JSON
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Other Changes * feat(macos): sign and notarize the DMG, app, and server binary by @localai-bot in https://github.com/mudler/LocalAI/pull/10510 * fix(backends): set rpath on the piper darwin binary so it can load its bundled libs by @localai-bot in https://github.com/mudler/LocalAI/pull/10525 * fix(backends): darwin packaging for silero-vad (last Linux-only Go backend) by @localai-bot in https://github.com/mudler/LocalAI/pull/10528 * chore(model gallery): :robot: add 1 new models via gallery agent by @localai-bot in https://github.com/mudler/LocalAI/pull/10526 * fix(nodes): show a node's existing labels on the detail view by @localai-bot in https://github.com/mudler/LocalAI/pull/10529 * docs: :arrow_up: update docs version mudler/LocalAI by @localai-bot in https://github.com/mudler/LocalAI/pull/10531 * chore: :arrow_up: Update mudler/parakeet.cpp to `f469a57270a1cc4554acb15febf60e56619673b9` by @localai-bot in https://github.com/mudler/LocalAI/pull/10530 * fix(gpu-libs): bundle transitive deps of GPU runtime libs (#10537) by @localai-bot in https://github.com/mudler/LocalAI/pull/10539 * fix(distributed): broadcast admin model-config changes across replicas by @localai-bot in https://github.com/mudler/LocalAI/pull/10540 * fix(llama-cpp): stop reinterpreting plain-string message content as JSON (#10524) by @localai-bot in https://github.com/mudler/LocalAI/pull/10538 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.5.2...v4.5.3