v4.3.6
danielmiessler/Fabricv4.3.6May 30, 2026by mudler
AI Summary
This release updates core AI dependencies (llama.cpp, ds4, parakeet.cpp), adds a new NVIDIA NeMo Parakeet ASR backend, and implements security hardening for outbound HTTP clients.
Key Highlights
- Added NVIDIA NeMo Parakeet ASR backend (parakeet.cpp)
- Hardened HTTP client security to refuse redirects on outbound clients
- Updated llama.cpp and antirez/ds4 to the latest versions
New Features
- NVIDIA NeMo Parakeet ASR backend
- Security hardening for HTTP clients
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Other Changes * chore: :arrow_up: Update ggml-org/llama.cpp to `22d66b567eef11cf2e9832f04db64ee0323a0fd0` by @localai-bot in https://github.com/mudler/LocalAI/pull/10080 * security(http): refuse redirects on outbound clients via hardened pkg/httpclient by @richiejp in https://github.com/mudler/LocalAI/pull/10087 * feat(parakeet-cpp): add NVIDIA NeMo Parakeet ASR backend (parakeet.cpp) by @localai-bot in https://github.com/mudler/LocalAI/pull/10084 * chore: :arrow_up: Update antirez/ds4 to `e16ead1e29c81a67bbb64e5b001117679cf9ce6e` by @localai-bot in https://github.com/mudler/LocalAI/pull/10076 * chore: :arrow_up: Update mudler/parakeet.cpp to `30a307553f1965ceb38a1a922069a71e7dd67bf3` by @localai-bot in https://github.com/mudler/LocalAI/pull/10092 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v4.3.5...v4.3.6